2011-7-24 11:01:49 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded APR based Apache Tomcat Native library 1.1.20.
2011-7-24 11:01:49 org.apache.catalina.core.AprLifecycleListener init
信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2011-7-24 11:01:50 org.apache.coyote.http11.Http11AprProtocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2011-7-24 11:01:50 org.apache.coyote.ajp.AjpAprProtocol init
信息: Initializing Coyote AJP/1.3 on ajp-8009
2011-7-24 11:01:50 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 985 ms
2011-7-24 11:01:50 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2011-7-24 11:01:50 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/5.5.33
2011-7-24 11:01:50 org.apache.catalina.core.StandardHost start
信息: XML validation disabled
2011-7-24 11:01:50 org.apache.coyote.http11.Http11AprProtocol start
信息: Starting Coyote HTTP/1.1 on http-8080
2011-7-24 11:01:50 org.apache.coyote.ajp.AjpAprProtocol start
信息: Starting Coyote AJP/1.3 on ajp-8009
2011-7-24 11:01:50 org.apache.catalina.storeconfig.StoreLoader load
信息: Find registry server-registry.xml at classpath resource
2011-7-24 11:01:50 org.apache.catalina.startup.Catalina start
信息: Server startup in 309 ms
再看服务器的启动状态一直是处于starting状态,一段时间会报:Server Tomcat v5.5 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.错误。这是server locations 设置的问题,双击Servers窗口下的服务器配置,选定server locations的Use tomcat installation,保存设置重启服务器。