| 1 | = Tomcat Log Example = |
| 2 | |
| 3 | This 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 | {{{ |
| 9 | 19/05/2011 3:41:15 AM org.apache.coyote.http11.Http11Protocol init |
| 10 | INFO: Initializing Coyote HTTP/1.1 on http-8080 |
| 11 | 19/05/2011 3:41:15 AM org.apache.catalina.startup.Catalina load |
| 12 | INFO: Initialization processed in 499 ms |
| 13 | 19/05/2011 3:41:15 AM org.apache.catalina.core.StandardService start |
| 14 | INFO: Starting service Catalina |
| 15 | 19/05/2011 3:41:15 AM org.apache.catalina.core.StandardEngine start |
| 16 | INFO: Starting Servlet Engine: Apache Tomcat/6.0.28 |
| 17 | 19/05/2011 3:41:15 AM org.apache.catalina.startup.HostConfig deployWAR |
| 18 | INFO: Deploying web application archive gnuMims.war |
| 19 | EXT(gnuMims): External config start. |
| 20 | EXT(gnuMims): Configure production datasource. |
| 21 | EXT(gnuMims): External config end. |
| 22 | loading security config ... |
| 23 | 19/05/2011 3:42:45 AM org.apache.coyote.http11.Http11Protocol start |
| 24 | INFO: Starting Coyote HTTP/1.1 on http-8080 |
| 25 | 19/05/2011 3:42:45 AM org.apache.jk.common.ChannelSocket init |
| 26 | INFO: JK: ajp13 listening on /0.0.0.0:8009 |
| 27 | 19/05/2011 3:42:45 AM org.apache.jk.server.JkMain start |
| 28 | INFO: Jk running ID=0 time=0/49 config=null |
| 29 | 19/05/2011 3:42:45 AM org.apache.catalina.startup.Catalina start |
| 30 | INFO: Server startup in 89992 ms |
| 31 | }}} |