2011-03-20 115 views
0

我有一个Web服务应用程序,我使用Eclipse IDE在Apache Tomcat上成功部署了该应用程序。但是,重新启动后,我的电脑不再工作。在尝试列出服务时,我得到以下内容。在Apache Tomcat上运行Axis2 WebService的问题7

HTTP Status 404 - /ScWS/services/listServices 
type Status report 
message /ScWS/services/listServices 
description The requested resource (/ScWS/services/listServices) is not available. 
Apache Tomcat/7.0.11 

当Tomcat加载我看到控制台日志如下:

Mar 19, 2011 10:46:57 PM 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: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib 
Mar 19, 2011 10:47:05 PM org.apache.coyote.AbstractProtocolHandler init 
INFO: Initializing ProtocolHandler ["http-bio-8080"] 
Mar 19, 2011 10:47:05 PM org.apache.coyote.AbstractProtocolHandler init 
INFO: Initializing ProtocolHandler ["ajp-bio-8009"] 
Mar 19, 2011 10:47:05 PM org.apache.catalina.startup.Catalina load 
INFO: Initialization processed in 10342 ms 
Mar 19, 2011 10:47:06 PM org.apache.catalina.core.StandardService startInternal 
INFO: Starting service Catalina 
Mar 19, 2011 10:47:06 PM org.apache.catalina.core.StandardEngine startInternal 
INFO: Starting Servlet Engine: Apache Tomcat/7.0.11 
Mar 19, 2011 10:47:08 PM org.apache.catalina.startup.HostConfig deployDescriptor 
INFO: Deploying configuration descriptor ScWS.xml from /home/blueprint/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/conf/Catalina/localhost 
Mar 19, 2011 10:47:08 PM org.apache.catalina.startup.SetContextPropertiesRule begin 
WARNING: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:ScWS' did not find a matching property. 
Mar 19, 2011 10:47:11 PM org.apache.coyote.AbstractProtocolHandler start 
INFO: Starting ProtocolHandler ["http-bio-8080"] 
Mar 19, 2011 10:47:11 PM org.apache.coyote.AbstractProtocolHandler start 
INFO: Starting ProtocolHandler ["ajp-bio-8009"] 
Mar 19, 2011 10:47:11 PM org.apache.catalina.startup.Catalina start 
INFO: Server startup in 5593 ms 

任何人都有可能是什么问题的任何想法?

+1

你试过从头开始清理并发布到tomcat吗? – Venky 2011-03-20 03:54:13

回答

0

我删除了关于Tomcat的一切,并重新安装,一切都已启动并正在运行。