2013-04-23 133 views
0

我正在使用Spring Tool Suite作爲服務器VMware vFabric tc Server Developer,但是我必須更改tomcat6。在tomcat上運行spring 3應用程序的問題

當我啓動應用程序時沒有任何錯誤或異常,但由於來自tomcat的404錯誤,我無法訪問它。

這裏是日誌

23 avr. 2013 10:13:12 org.apache.catalina.core.AprLifecycleListener init 
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\javatools\java\jdk1.6.0_12\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\RSA SecurID Token Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\PuTTY;D:\javatools\java\jdk1.6.0_12;D:\javatools\apache-maven-2.0.10\bin;D:\javatools\java\jdk1.6.0_12;D:\strawberry\c\bin;D:\strawberry\perl\site\bin;D:\strawberry\perl\bin 
23 avr. 2013 10:13:13 org.apache.tomcat.util.digester.SetPropertiesRule begin 
ATTENTION: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:dashboard' did not find a matching property. 
23 avr. 2013 10:13:13 org.apache.coyote.http11.Http11Protocol init 
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080 
23 avr. 2013 10:13:13 org.apache.catalina.startup.Catalina load 
INFO: Initialization processed in 599 ms 
23 avr. 2013 10:13:13 org.apache.catalina.core.StandardService start 
INFO: Démarrage du service Catalina 
23 avr. 2013 10:13:13 org.apache.catalina.core.StandardEngine start 
INFO: Starting Servlet Engine: Apache Tomcat/6.0.36 
23 avr. 2013 10:13:13 org.apache.catalina.loader.WebappClassLoader validateJarFile 
INFO: validateJarFile(D:\Utilisateurs\a553416\Documents\workspace-sts-3.1.0.RELEASE\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\dashboard\WEB-INF\lib\javax.servlet-api-3.0.1.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class 
23 avr. 2013 10:13:13 org.apache.coyote.http11.Http11Protocol start 
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080 
23 avr. 2013 10:13:13 org.apache.jk.common.ChannelSocket init 
INFO: JK: ajp13 listening on /0.0.0.0:8009 
23 avr. 2013 10:13:13 org.apache.jk.server.JkMain start 
INFO: Jk running ID=0 time=0/18 config=null 
23 avr. 2013 10:13:13 org.apache.catalina.startup.Catalina start 
INFO: Server startup in 604 ms 

有人會知道什麼是錯的tomcat或配置?

謝謝

+0

應用程序接縫沒有部署。 – Ralph 2013-04-23 08:19:01

+0

是的,我不知道爲什麼。沒有與其他服務器的錯誤 – BkSouX 2013-04-23 08:20:22

+0

嘗試接受的答案中建議的內容:http://stackoverflow.com/questions/5934922/eclipse-tomcat-deploy-doesnt-work-any-more-classnotfoundexception – Ralph 2013-04-23 08:58:38

回答

相關問題