今天,使用lomboz-eclipse做Servlet小程序时,利用其集成环境启动Tomcat时,老是有警告,本以为没事,但一运行相关的JSP时才发现不是那么一回事,于是看那一大堆的信息,查了几次终于发现了它的问题....仅进行一个复选框的选择就搞定 <转到原文>
Software :
- apache-tomcat-6.0.18
- eclipse-jee-ganymede-SR1-win32.zip(Version: 3.4.1,Build id: M20080911-1700)
Step :
- New -> Web -> Dynamic Web Project (Target Runtime:Apache Tomcat 6.0;Dynamic Web Module Version:2.5)
- Window -> Show View -> Servers, New-> Server, Add and Remove Projects...,Start (Server)
Warning :
- [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:demo' did not find a matching property.
Solution :
- Server's Properties -> General -> Location = /Servers/Tomcat v6.0 Server at localhost.server;
- Project Explorer -> Servers -> Tomcat v6.0 Server at localhost.server, double click to open it.
- Server Options -> Check "Publish module contexts to separate XML files ".
Explaination :
- Tomcat of previous version doesn't support the "source" attribute in the "Context" node of "server.xml" file.
Result :
- A separate XML file named "demo.xml" was created in the "$server path$/conf/Catalina/localhost/".
Reference :
引自:http://hi.baidu.com/dhshy/blog/item/41a7cafd0392de4dd7887d67.html
说明:
与lomboz-eclipse无关,使用Java EE-Eclipse开发的时候,也出现同样问题。使用JDK为IBMJDK1.5。
提示上述警告,同时console中的内容为红字。按照上述方法修改后,字体颜色恢复黑色。
本文介绍了解决在Eclipse Ganymede中使用Tomcat 6启动时出现的警告问题的方法,通过调整配置选项,使得能够正常部署并运行JSP应用。
2869

被折叠的 条评论
为什么被折叠?



