eclipse galileo 无法在 mac 上发布到 tomcat!

发布于 2024-08-10 10:44:24 字数 801 浏览 4 评论 0原文

我在此处发布了类似的问题前段时间通过下载新的 eclipse 3.5 (galileo) 找到了解决方案。我相信这是一个不同的情况,因为 1-我现在使用的是 MacBook Pro,操作系统为 10.5.0 2-使用springsource工具套件2.2(我认为它基于eclipse galileo 3.5.1) 我成功注册了tomcat,并且可以从ide启动和停止它。 我有一个 bash 脚本来启动和停止它。 我已经在 launchd.conf 中设置了环境变量,如下所示

setenv JAVA_VERSION 1.6 setenv JRE_HOME /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/ setenv CATALINA_BASE /Library/apache-tomcat-6.0.20 setenv CATALINA_HOME /Library/apache-tomcat-6.0.20 setenv CATALINA_TMPDIR /Library/apache-tomcat-6.0.20/temp

我刚刚创建了一个小型jsp项目并运行它(在服务器上运行) 我在浏览器上有 404 状态,而 tomcat 的 webapps 文件夹中没有任何内容。

那么我忘了做什么吗?我应该添加 JAVA_HOME 变量吗? 感谢您的阅读

i've posted a similar question here sometime ago and found the solution by downloading the new eclipse 3.5 (galileo).i believe this is a difference case since
1- i'm on a macbook pro now os x 10.5.0
2- using the springsource tool suite 2.2 (which is base on eclipse galileo 3.5.1 i think)
i registered tomcat successfully and can start and stop it from the ide.
i have a bash script to start and stop it.
i have set my environment variables in the launchd.conf like so

setenv JAVA_VERSION 1.6
setenv JRE_HOME /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/
setenv CATALINA_BASE /Library/apache-tomcat-6.0.20
setenv CATALINA_HOME /Library/apache-tomcat-6.0.20
setenv CATALINA_TMPDIR /Library/apache-tomcat-6.0.20/temp

i just created a small jsp project and run it (run on server)
i have the 404 status on the browser and nothing in the webapps folder of the tomcat.

so is something i forgot to do?should i add the JAVA_HOME variable?
thanks for reading

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吾家有女初长成 2024-08-17 10:44:24

解决了。​​现在使用maven插件cargo。就可以了

solve it.now using maven plugin cargo.and it's fine

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文