Created
May 7, 2014 04:31
-
-
Save schleg/2f5b4c8835a390e3e5a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
May 6, 2014 9:27:46 PM org.apache.catalina.core.AprLifecycleListener init | |
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java | |
May 6, 2014 9:27:47 PM org.apache.coyote.AbstractProtocol init | |
INFO: Initializing ProtocolHandler ["http-bio-8080"] | |
May 6, 2014 9:27:47 PM org.apache.coyote.AbstractProtocol init | |
INFO: Initializing ProtocolHandler ["ajp-bio-8009"] | |
May 6, 2014 9:27:47 PM org.apache.catalina.startup.Catalina load | |
INFO: Initialization processed in 637 ms | |
May 6, 2014 9:27:47 PM org.apache.catalina.core.StandardService startInternal | |
INFO: Starting service Catalina | |
May 6, 2014 9:27:47 PM org.apache.catalina.core.StandardEngine startInternal | |
INFO: Starting Servlet Engine: Apache Tomcat/7.0.53 | |
May 6, 2014 9:27:47 PM org.apache.catalina.startup.HostConfig deployDirectory | |
INFO: Deploying web application directory /Users/tylerschlegel/Dropbox/source/apache-tomcat-7.0.53/webapps/docs | |
May 6, 2014 9:27:47 PM org.apache.tomcat.websocket.server.WsSci onStartup | |
INFO: JSR 356 WebSocket (Java WebSocket 1.0) support is not available when running on Java 6. To suppress this message, run Tomcat on Java 7, remove the WebSocket JARs from $CATALINA_HOME/lib or add the WebSocketJARs to the tomcat.util.scan.DefaultJarScanner.jarsToSkip property in $CATALINA_BASE/conf/catalina.properties. Note that the deprecated Tomcat 7 WebSocket API will be available. | |
May 6, 2014 9:27:47 PM org.apache.catalina.startup.HostConfig deployDirectory | |
INFO: Deploying web application directory /Users/tylerschlegel/Dropbox/source/apache-tomcat-7.0.53/webapps/examples | |
May 6, 2014 9:27:48 PM org.apache.catalina.core.ApplicationContext log | |
INFO: ContextListener: contextInitialized() | |
May 6, 2014 9:27:48 PM org.apache.catalina.core.ApplicationContext log | |
INFO: SessionListener: contextInitialized() | |
May 6, 2014 9:27:48 PM org.apache.catalina.core.ApplicationContext log | |
INFO: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@7b751a9e') | |
May 6, 2014 9:27:48 PM org.apache.catalina.startup.HostConfig deployDirectory | |
INFO: Deploying web application directory /Users/tylerschlegel/Dropbox/source/apache-tomcat-7.0.53/webapps/host-manager | |
May 6, 2014 9:27:48 PM org.apache.catalina.startup.HostConfig deployDirectory | |
INFO: Deploying web application directory /Users/tylerschlegel/Dropbox/source/apache-tomcat-7.0.53/webapps/manager | |
May 6, 2014 9:27:48 PM org.apache.catalina.startup.HostConfig deployDirectory | |
INFO: Deploying web application directory /Users/tylerschlegel/Dropbox/source/apache-tomcat-7.0.53/webapps/ROOT | |
May 6, 2014 9:27:48 PM org.apache.coyote.AbstractProtocol start | |
INFO: Starting ProtocolHandler ["http-bio-8080"] | |
May 6, 2014 9:27:48 PM org.apache.coyote.AbstractProtocol start | |
INFO: Starting ProtocolHandler ["ajp-bio-8009"] | |
May 6, 2014 9:27:48 PM org.apache.catalina.startup.Catalina start | |
INFO: Server startup in 1223 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment