Changes between Initial Version and Version 1 of TomcatLogExample


Ignore:
Timestamp:
May 19, 2011, 4:18:48 AM (13 years ago)
Author:
Gavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TomcatLogExample

    v1 v1  
     1= Tomcat Log Example =
     2
     3This is an example of a good Tomcat start-up with gnuMims as the only webapp.
     4 * Note the lines starting with: EXT(gnuMims)...
     5 * In case of start-up failure: Check all log files for an error message indicating that the external config file was not found.
     6 * [$TOMCAT_HOME]/logs/catalina.out (Debian Squeeze and Tomcat-6):
     7
     8{{{
     919/05/2011 3:41:15 AM org.apache.coyote.http11.Http11Protocol init
     10INFO: Initializing Coyote HTTP/1.1 on http-8080
     1119/05/2011 3:41:15 AM org.apache.catalina.startup.Catalina load
     12INFO: Initialization processed in 499 ms
     1319/05/2011 3:41:15 AM org.apache.catalina.core.StandardService start
     14INFO: Starting service Catalina
     1519/05/2011 3:41:15 AM org.apache.catalina.core.StandardEngine start
     16INFO: Starting Servlet Engine: Apache Tomcat/6.0.28
     1719/05/2011 3:41:15 AM org.apache.catalina.startup.HostConfig deployWAR
     18INFO: Deploying web application archive gnuMims.war
     19EXT(gnuMims): External config start.
     20EXT(gnuMims): Configure production datasource.
     21EXT(gnuMims): External config end.
     22loading security config ...
     2319/05/2011 3:42:45 AM org.apache.coyote.http11.Http11Protocol start
     24INFO: Starting Coyote HTTP/1.1 on http-8080
     2519/05/2011 3:42:45 AM org.apache.jk.common.ChannelSocket init
     26INFO: JK: ajp13 listening on /0.0.0.0:8009
     2719/05/2011 3:42:45 AM org.apache.jk.server.JkMain start
     28INFO: Jk running ID=0 time=0/49  config=null
     2919/05/2011 3:42:45 AM org.apache.catalina.startup.Catalina start
     30INFO: Server startup in 89992 ms
     31}}}