Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created May 18, 2010 01:28
Show Gist options
  • Save jfarcand/404485 to your computer and use it in GitHub Desktop.
Save jfarcand/404485 to your computer and use it in GitHub Desktop.
May 17, 2010 9:26: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 17, 2010 9:26:46 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 488 ms
May 17, 2010 9:26:46 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
May 17, 2010 9:26:46 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.0-RC2
May 17, 2010 9:26:46 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive atmosphere-flickr.war
May 17, 2010 9:26:47 PM org.atmosphere.cpr.AtmosphereServlet loadAtmosphereDotXml
INFO: Sucessfully loaded org.atmosphere.samples.flickr.FlickrAtmosphereHandler@2e831a91 mapped to context-path /words
May 17, 2010 9:26:47 PM org.atmosphere.cpr.AtmosphereServlet autoDetectContainer
INFO: Atmosphere is using for CometSupport: org.atmosphere.container.Servlet30Support running under container Apache Tomcat/7.0.0-RC2 using javax.servlet/3.0
May 17, 2010 9:26:47 PM org.atmosphere.cpr.AtmosphereServlet configureBroadcaster
INFO: Using org.atmosphere.cpr.DefaultBroadcaster with a Thread Pool size of : 8
May 17, 2010 9:26:47 PM org.atmosphere.cpr.AtmosphereServlet init
INFO: Atmosphere Framework 0.6-SNAPSHOT started.
May 17, 2010 9:26:47 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
May 17, 2010 9:26:47 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory examples
May 17, 2010 9:26:47 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory host-manager
May 17, 2010 9:26:47 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory manager
May 17, 2010 9:26:47 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
May 17, 2010 9:26:47 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
May 17, 2010 9:26:47 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
May 17, 2010 9:26:47 PM org.apache.coyote.ajp.AjpProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
May 17, 2010 9:26:47 PM org.apache.coyote.ajp.AjpProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
May 17, 2010 9:26:47 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 710 ms
May 17, 2010 9:27:07 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/atmosphere-flickr]
May 17, 2010 9:27:07 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive atmosphere-flickr.war
May 17, 2010 9:27:08 PM org.atmosphere.cpr.AtmosphereServlet loadAtmosphereDotXml
INFO: Sucessfully loaded org.atmosphere.samples.flickr.FlickrAtmosphereHandler@415b15ab mapped to context-path /words
May 17, 2010 9:27:08 PM org.atmosphere.cpr.AtmosphereServlet autoDetectContainer
INFO: Atmosphere is using for CometSupport: org.atmosphere.container.Servlet30Support running under container Apache Tomcat/7.0.0-RC2 using javax.servlet/3.0
May 17, 2010 9:27:08 PM org.atmosphere.cpr.AtmosphereServlet configureBroadcaster
INFO: Using org.atmosphere.cpr.DefaultBroadcaster with a Thread Pool size of : 8
May 17, 2010 9:27:08 PM org.atmosphere.cpr.AtmosphereServlet init
INFO: Atmosphere Framework 0.6-SNAPSHOT started.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment