Skip to content

Instantly share code, notes, and snippets.

@NTCoding
Created September 17, 2013 17:53
Show Gist options
  • Select an option

  • Save NTCoding/6598023 to your computer and use it in GitHub Desktop.

Select an option

Save NTCoding/6598023 to your computer and use it in GitHub Desktop.
> container:start
2013-09-17 17:25:09.216:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
[info] jetty-6.1.22
[info] NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
[pool-8-thread-4] INFO org.atmosphere.cpr.DefaultAnnotationProcessor - Found Annotation in atmo_demo.Searcher being scanned: interface org.atmosphere.config.service.ManagedService
[pool-8-thread-4] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class atmo_demo.Searcher being scanned: interface org.atmosphere.config.service.ManagedService
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.atmosphere.config.managed.ManagedAtmosphereHandler mapped to context-path: /search
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Installed the following AtmosphereInterceptor mapped to AtmosphereHandler org.atmosphere.config.managed.ManagedAtmosphereHandler
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - AtmosphereResourceLifecycleInterceptor : Atmosphere LifeCycle
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - TrackMessageSizeInterceptor : Track Message Size Interceptor using |
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - HeartbeatInterceptor : Heartbeat Interceptor Support
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - SuspendTrackerInterceptor : UUID Tracking Interceptor
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - AnnotationServiceInterceptor : org.atmosphere.config.managed.AnnotationServiceInterceptor@30d47b20
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Auto detecting WebSocketHandler in /WEB-INF/classes/
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere is using async support: org.atmosphere.container.JettyCometSupport running under container: jetty/6.1.22
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Installing Default AtmosphereInterceptor
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.DefaultHeadersInterceptor : Default Response's Headers Interceptor
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults in your xml to disable them.
[pool-8-thread-4] WARN org.atmosphere.cpr.AtmosphereFramework - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.UUIDBroadcasterCache
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Shared ExecutorService supported: true
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - HttpSession supported: false
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Using Broadcaster: org.atmosphere.cpr.DefaultBroadcaster
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere Framework 2.0.0.RC3 started.
[pool-8-thread-4] INFO org.atmosphere.cpr.AtmosphereFramework -
For Atmosphere Framework Commercial Support, visit
http://www.async-io.org/ or send an email to support@async-io.org
[info] Started SelectChannelConnector@0.0.0.0:8080
[success] Total time: 0 s, completed 17-Sep-2013 17:25:09
> [Thread-6] INFO org.atmosphere.cpr.AtmosphereFramework -
Current version of Atmosphere 2.0.0.RC3
Newest version of Atmosphere available 2.0.0.RC5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment