Greetings, I am trying to use a struts 2 application on Tomcat 5.0.27. I originally had it working on 5.5 but i had to downgrade to 5.0.27 because thats the version my web service has. I am getting the error SEVERE: Error filterStart when i try and start Tomcat. Thinking this might have to do with my application I tried it using the Struts Blank application and I get the same error. This page has a reference to the problem, https://issues.apache.org/struts/browse/WW-1820 But no solution that i can get to work. Has anyone gotten struts 2 to work on 5.0.27 or .28.
I'm using struts 2.0.8 This is what the console spits out when i try and start tomcat from eclipse Jul 13, 2007 11:40:03 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Jul 13, 2007 11:40:03 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 575 ms Jul 13, 2007 11:40:03 AM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Jul 13, 2007 11:40:03 AM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.0.27 Jul 13, 2007 11:40:03 AM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Jul 13, 2007 11:40:07 AM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Jul 13, 2007 11:40:07 AM org.apache.catalina.core.StandardContext start SEVERE: Context startup failed due to previous errors Jul 13, 2007 11:40:09 AM org.apache.catalina.core.StandardHost getDeployer INFO: Create Host deployer for direct deployment ( non-jmx ) Jul 13, 2007 11:40:09 AM org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /AudioLog from URL file:C:\Users\pblevin.GACL\workspaceWeb\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\webapps\AudioLog Jul 13, 2007 11:40:09 AM org.apache.catalina.startup.ContextConfig applicationConfig INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/AudioLog] Jul 13, 2007 11:40:10 AM org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path from URL file:C:\Users\pblevin.GACL\workspaceWeb\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\webapps\ROOT Jul 13, 2007 11:40:10 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Jul 13, 2007 11:40:10 AM org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 Jul 13, 2007 11:40:10 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=1/33 config=null Jul 13, 2007 11:40:10 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 6565 ms Thanks, Phillip --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]