eclipse galileo 无法在 mac 上发布到 tomcat!
我在此处发布了类似的问题前段时间通过下载新的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了。现在使用maven插件cargo。就可以了
solve it.now using maven plugin cargo.and it's fine