解決方案1:
建立一個相同的tomcat伺服器,然後將應用添加到該伺服器下,再啟動,應該就沒有問題了(出現的問題是有的目錄不存在)
解決方案2:
Software:
- 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\".