2014-03-01 51 views
0
工作

我創建了服務器推送一個簡單的Vaadin Web應用程序運行在本地就好了:https://github.com/breun/lastfm-friend-ranker與服務器推送Vaadin Web應用程序不能在OpenShift

我試圖在使用Tomcat 7 OpenShift運行它,不過雖然接口出現在http://lastfmfriendranker-breunnl.rhcloud.com應用程序不實際工作,我在日誌中看到以下內容:

WARNING: Failed using comet support: org.atmosphere.container.Tomcat7AsyncSupportWithWebSocket, error: Tomcat failed to detect this is a Comet application because context.xml is missing or the Http11NioProtocol Connector is not enabled. 
If that's not the case, you can also remove META-INF/context.xml and WEB-INF/lib/atmosphere-compat-tomcat.jar Is the Nio or Apr Connector enabled? 
Mar 01, 2014 11:58:42 AM org.atmosphere.cpr.AtmosphereFramework doCometSupport 
WARNING: Using org.atmosphere.container.Tomcat7BIOSupportWithWebSocket 
Mar 01, 2014 11:58:42 AM org.atmosphere.client.TrackMessageSizeInterceptor inspect 
SEVERE: IllegalStateException. AsyncWriter is null. WebSocket and org.atmosphere.client.TrackMessageSizeInterceptor won't work. 

我需要在OpenShift什麼配置的東西異步支持?

回答

相關問題