1.I put .war file from my JSF project in to webapps folder of my apache tomcat 5.5.31 directory. .../apache tomcat 5.5.31/webapps/MyProject.WAR 2.From the command prompt i start startup.bat file which is positioned in .../apache tomcat 5.5.31/bin/startup.bat.
And Tomcat does not work. If i do same thing with Tomcat 6.0 it works fine. When i try to repeat all this useing NetBeans the result is the same. In Tomcat command window i get message: My catalina out looks like this: Dec 30, 2010 6:55:39 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.20. Dec 30, 2010 6:55:39 PM org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. Dec 30, 2010 6:55:40 PM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Dec 30, 2010 6:55:40 PM org.apache.coyote.ajp.AjpAprProtocol init INFO: Initializing Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 6:55:40 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1594 ms Dec 30, 2010 6:55:40 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Dec 30, 2010 6:55:40 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.31 Dec 30, 2010 6:55:40 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Dec 30, 2010 6:55:41 PM org.apache.coyote.http11.Http11AprProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Dec 30, 2010 6:55:42 PM org.apache.coyote.ajp.AjpAprProtocol start INFO: Starting Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 6:55:42 PM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Dec 30, 2010 6:55:42 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 2031 ms Dec 30, 2010 6:56:29 PM org.apache.coyote.http11.Http11AprProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Dec 30, 2010 6:56:29 PM org.apache.coyote.ajp.AjpAprProtocol pause INFO: Pausing Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 6:56:30 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Dec 30, 2010 6:56:30 PM org.apache.coyote.http11.Http11AprProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 Dec 30, 2010 6:56:30 PM org.apache.coyote.ajp.AjpAprProtocol destroy INFO: Stopping Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 6:57:11 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.20. Dec 30, 2010 6:57:11 PM org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. Dec 30, 2010 6:57:12 PM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Dec 30, 2010 6:57:12 PM org.apache.coyote.ajp.AjpAprProtocol init INFO: Initializing Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 6:57:12 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1625 ms Dec 30, 2010 6:57:12 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Dec 30, 2010 6:57:12 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.31 Dec 30, 2010 6:57:12 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Dec 30, 2010 6:57:13 PM org.apache.coyote.http11.Http11AprProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Dec 30, 2010 6:57:14 PM org.apache.coyote.ajp.AjpAprProtocol start INFO: Starting Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 6:57:14 PM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Dec 30, 2010 6:57:14 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 1906 ms Dec 30, 2010 6:57:38 PM org.apache.coyote.http11.Http11AprProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Dec 30, 2010 6:57:38 PM org.apache.coyote.ajp.AjpAprProtocol pause INFO: Pausing Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 6:57:39 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Dec 30, 2010 6:57:39 PM org.apache.coyote.http11.Http11AprProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 Dec 30, 2010 6:57:39 PM org.apache.coyote.ajp.AjpAprProtocol destroy INFO: Stopping Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 7:15:56 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.20. Dec 30, 2010 7:15:56 PM org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. Dec 30, 2010 7:15:57 PM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Dec 30, 2010 7:15:57 PM org.apache.coyote.ajp.AjpAprProtocol init INFO: Initializing Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 7:15:57 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1782 ms Dec 30, 2010 7:15:57 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Dec 30, 2010 7:15:57 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.31 Dec 30, 2010 7:15:57 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Dec 30, 2010 7:15:58 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive TestATom5.war Dec 30, 2010 7:15:59 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Dec 30, 2010 7:15:59 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/TestATom5] startup failed due to previous errors Dec 30, 2010 7:16:00 PM org.apache.coyote.http11.Http11AprProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Dec 30, 2010 7:16:00 PM org.apache.coyote.ajp.AjpAprProtocol start INFO: Starting Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 7:16:00 PM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Dec 30, 2010 7:16:00 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 2875 ms Dec 30, 2010 7:26:50 PM org.apache.catalina.startup.HostConfig checkResources INFO: Undeploying context [/TestATom5] Dec 30, 2010 7:26:50 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive TestATom5.war Dec 30, 2010 7:26:51 PM org.apache.catalina.core.StandardContext start *SEVERE: Error listenerStart *Dec 30, 2010 7:26:51 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/TestATom5] startup failed due to previous errors Dec 30, 2010 7:26:58 PM org.apache.coyote.http11.Http11AprProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Dec 30, 2010 7:26:58 PM org.apache.coyote.ajp.AjpAprProtocol pause INFO: Pausing Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 7:26:59 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Dec 30, 2010 7:26:59 PM org.apache.coyote.http11.Http11AprProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 Dec 30, 2010 7:26:59 PM org.apache.coyote.ajp.AjpAprProtocol destroy INFO: Stopping Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 9:08:14 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.20. Dec 30, 2010 9:08:14 PM org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. Dec 30, 2010 9:08:15 PM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Dec 30, 2010 9:08:15 PM org.apache.coyote.ajp.AjpAprProtocol init INFO: Initializing Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 9:08:15 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 2422 ms Dec 30, 2010 9:08:15 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Dec 30, 2010 9:08:15 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.31 Dec 30, 2010 9:08:16 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Dec 30, 2010 9:08:17 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Dec 30, 2010 9:08:17 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/TestATom5] startup failed due to previous errors Dec 30, 2010 9:08:19 PM org.apache.coyote.http11.Http11AprProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Dec 30, 2010 9:08:19 PM org.apache.coyote.ajp.AjpAprProtocol start INFO: Starting Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 9:08:19 PM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Dec 30, 2010 9:08:19 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 4282 ms Dec 30, 2010 9:10:12 PM org.apache.coyote.http11.Http11AprProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Dec 30, 2010 9:10:12 PM org.apache.coyote.ajp.AjpAprProtocol pause INFO: Pausing Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 9:15:58 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.20. Dec 30, 2010 9:15:58 PM org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. Dec 30, 2010 9:15:59 PM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Dec 30, 2010 9:15:59 PM org.apache.coyote.ajp.AjpAprProtocol init INFO: Initializing Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 9:15:59 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 2359 ms Dec 30, 2010 9:16:00 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Dec 30, 2010 9:16:00 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.31 Dec 30, 2010 9:16:00 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Dec 30, 2010 9:16:01 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Dec 30, 2010 9:16:01 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/TestATom5] startup failed due to previous errors Dec 30, 2010 9:16:03 PM org.apache.coyote.http11.Http11AprProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Dec 30, 2010 9:16:03 PM org.apache.coyote.ajp.AjpAprProtocol start INFO: Starting Coyote AJP/1.3 on ajp-8009 Dec 30, 2010 9:16:03 PM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Dec 30, 2010 9:16:03 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 3782 ms I also tried JDK 5 but the problem is same ! Thank you very much, Sasa!