Created
January 5, 2015 12:35
-
-
Save jfarcand/dfe8ccc8c205de123971 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
07:33:40.696 [localhost-startStop-1] INFO o.atmosphere.cpr.AtmosphereFramework - Atmosphere is using async support: org.atmosphere.container.Tomcat7Servlet30SupportWithWebSocket running under container: Apache Tomcat/7.0.54 using javax.servlet/3.0 | |
07:33:40.697 [localhost-startStop-1] INFO o.atmosphere.cpr.AtmosphereFramework - Atmosphere Framework 2.2.4 started. | |
07:33:40.697 [localhost-startStop-1] INFO o.atmosphere.cpr.AtmosphereFramework - | |
For Atmosphere Framework Commercial Support, visit | |
http://www.async-io.org/ or send an email to [email protected] | |
Jan 5, 2015 7:33:40 AM org.apache.catalina.startup.HostConfig deployWAR | |
INFO: Deployment of web application archive /Users/jfarcand/workspace/containers/shared_webapps/atmosphere-jersey-pubsub.war has finished in 1,369 ms | |
07:33:40.805 [Thread-9] INFO o.atmosphere.cpr.AtmosphereFramework - Latest version of Atmosphere's JavaScript Client 2.2.6 | |
07:35:06.366 [http-nio-8080-exec-1] INFO o.a.samples.pubsub.EventsLogger - onSuspend(): 127.0.0.1:51390 | |
07:35:06.367 [http-nio-8080-exec-1] INFO o.a.samples.pubsub.EventsLogger - onConnect(): WebSocketEvent{message='', type=CONNECT, webSocket=org.apache.catalina.websocket.WsOutbound@a92fe09} | |
07:35:07.848 [http-nio-8080-exec-2] INFO o.a.samples.pubsub.EventsLogger - onMessage(): WebSocketEvent{message='message=das sent trying to use websocket', type=MESSAGE, webSocket=org.apache.catalina.websocket.WsOutbound@a92fe09} | |
07:35:07.852 [Atmosphere-Shared-AsyncOp-0] INFO o.a.samples.pubsub.EventsLogger - onBroadcast(): 32|das sent trying to use websocket | |
07:35:08.104 [http-nio-8080-exec-3] INFO o.a.samples.pubsub.EventsLogger - onMessage(): WebSocketEvent{message='message=das sent using websocket', type=MESSAGE, webSocket=org.apache.catalina.websocket.WsOutbound@a92fe09} | |
07:35:08.105 [Atmosphere-Shared-AsyncOp-1] INFO o.a.samples.pubsub.EventsLogger - onBroadcast(): 24|das sent using websocket | |
07:35:08.283 [http-nio-8080-exec-5] INFO o.a.samples.pubsub.EventsLogger - onMessage(): WebSocketEvent{message='message=sad sent using websocket', type=MESSAGE, webSocket=org.apache.catalina.websocket.WsOutbound@a92fe09} | |
07:35:08.283 [Atmosphere-Shared-AsyncOp-2] INFO o.a.samples.pubsub.EventsLogger - onBroadcast(): 24|sad sent using websocket | |
^CJan 5, 2015 7:35:11 AM org.apache.coyote.AbstractProtocol pause | |
INFO: Pausing ProtocolHandler ["http-nio-8080"] | |
Jan 5, 2015 7:35:11 AM org.apache.catalina.core.StandardService stopInternal | |
INFO: Stopping service Catalina | |
07:35:11.295 [localhost-startStop-2] INFO o.a.samples.pubsub.EventsLogger - onResume(): 127.0.0.1:51390 | |
07:35:11.298 [localhost-startStop-2] DEBUG o.a.cpr.DefaultBroadcasterFactory - Removing Broadcaster dsadsa factory size now 1 | |
07:35:11.301 [localhost-startStop-2] DEBUG o.a.cpr.DefaultBroadcasterFactory - Removing Broadcaster /* factory size now 0 | |
Jan 5, 2015 7:35:11 AM org.apache.coyote.AbstractProtocol stop | |
INFO: Stopping ProtocolHandler ["http-nio-8080"] | |
Jan 5, 2015 7:35:11 AM org.apache.coyote.AbstractProtocol destroy | |
INFO: Destroying ProtocolHandler ["http-nio-8080"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment