tomcat SEVERE: Error listenerStart
Hi,
I deployed a grails web app to tomcat/webapps/
When I navigate to the url, I got the
Http Status 404 The requested resource () is not available.
My project named Polymers. And below is the log from catalina.out
Much appreciated if you have any suggestion why I tomcat is giving the error. Thanks!
May 10, 2011 12:33:11 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: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
May 10, 2011 12:33:11 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
May 10, 2011 12:33:11 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 621 ms
May 10, 2011 12:33:11 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 10, 2011 12:33:11 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.32
May 10, 2011 12:33:11 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
May 10, 2011 12:33:11 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
May 10, 2011 12:33:11 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive Polymers.war
May 10, 2011 12:33:12 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
May 10, 2011 12:33:12 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/Polymers] startup failed due to previous errors
May 10, 2011 12:33:13 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
May 10, 2011 12:33:13 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory examples
May 10, 2011 12:33:13 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
May 10, 2011 12:33:13 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory test
May 10, 2011 12:33:13 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
May 10, 2011 12:33:13 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
May 10, 2011 12:33:13 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/35 config=null
May 10, 2011 12:33:13 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1869 ms
|