What startup filters have you defined in your web.xml?

Looks like one of them is throwing an error (because of something and the
something could be anything..not enough info at this stage).

Share a copy of your web.xml would be my suggestion.

Cheers
Anurag
------------------------------------------------------------------
Anurag Kapur
Associate - Technology,
Sapient Corporation India.

http://www.linkedin.com/in/anuragkapur
------------------------------------------------------------------


On Thu, Mar 12, 2009 at 2:13 PM, Dolphin06 <david.vauque...@gmail.com>wrote:

>
> INFO: The Apache Tomcat Native library which allows optimal performance in
> production environments was not found on the java.library.path:
>
> /home/wiki/jdk1.6.0_12/jre/lib/i386/server:/home/wiki/jdk1.6.0_12/jre/lib/i386:/home/wiki/jdk1.6.0_12/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
> Mar 10, 2009 10:00:17 AM org.apache.coyote.http11.Http11BaseProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> Mar 10, 2009 10:00:17 AM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 15986 ms
> Mar 10, 2009 10:00:18 AM org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> Mar 10, 2009 10:00:18 AM org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/5.5.27
> Mar 10, 2009 10:00:18 AM org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> Mar 10, 2009 10:00:22 AM org.apache.catalina.core.StandardContext start
> SEVERE: Error filterStart
> Mar 10, 2009 10:00:22 AM org.apache.catalina.core.StandardContext start
> SEVERE: Context [/mywiki] startup failed due to previous errors
> Mar 10, 2009 10:00:27 AM org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> Mar 10, 2009 10:00:28 AM org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> Mar 10, 2009 10:00:28 AM org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/264  config=null
> Mar 10, 2009 10:00:28 AM org.apache.catalina.storeconfig.StoreLoader load
> INFO: Find registry server-registry.xml at classpath resource
> Mar 10, 2009 10:00:28 AM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 11477 ms
> Mar 10, 2009 3:11:24 PM org.apache.coyote.http11.Http11BaseProtocol pause
> INFO: Pausing Coyote HTTP/1.1 on http-8080
> Mar 10, 2009 3:11:25 PM org.apache.catalina.core.StandardService stop
> INFO: Stopping service Catalina
> Mar 10, 2009 3:11:25 PM org.apache.coyote.http11.Http11BaseProtocol destroy
> INFO: Stopping Coyote HTTP/1.1 on http-8080
> Mar 10, 2009 3:11:25 PM org.apache.catalina.core.AprLifecycleListener
> lifecycleEvent
> INFO: Failed shutdown of Apache Portable Runtime
>
>
> Peter Crowther wrote:
> >
> >> From: Dolphin06 [mailto:david.vauque...@gmail.com]
> >> Hello, i have tomcat 5.5.27 installed on Red Hat 4.0 and jdk 6u12.
> >> I m deploying my application using xml file that i put under
> >> $TOMCAT_HOME/conf/Catalina/localhost
> >> When i start up tomcat the application is created inside the webapps
> >> directory and work directory, but cannot start.
> >
> > What error message(s) are you seeing in Tomcat's log files?
> >
> >                 - Peter
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Error-filterStart-tp22476800p22477247.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to