0
votes
1answer
148 views

A simple application on Atmosphere framework using Tomcat

I am very new to atmosphere and java.I am trying to create a simple application using atmosphere framework. I have created a servlet called ChatServlet which implements Atmospheerhandler as shown ...
0
votes
0answers
63 views

Browser and Java client asynchronous communication: Atmosphere

I am trying to have a Java app that can communicate with a "browser app" (that is to say, a normal browser client in a web based application). After some reasearch, I thinked to power my Server (which ...
0
votes
0answers
59 views

Need help point out whats wrong i am doing configuring Atmosphere in tomcat 6.I am unable to get it to work

Hello there i am trying to implement atmosphere comet library in a project running in tomcat 6.I have followed their wiki and added all of the libraries and and added the following in web.xml ...
0
votes
1answer
157 views

how can i forward websocket request to apache tomcat from apache httpd

I have server setup like Apache2 + mod_jk + two instances of tomcat(7.0.33). Now I am using atmosphere with tomcat. Atmosphere with long-polling is working just fine. But now i want to use web sockets ...
0
votes
1answer
77 views

CometD makes overkill of requests

I keep seeing strange message in the log files of my webapp. 127.0.0.1 - - [15/Jan/2013:23:00:53 +0000] "POST /cometd/connect HTTP/1.1" 200 147 This message is keep appearing in there and for the ...
0
votes
1answer
1k views

how to enable NIO / atmosphere on tomcat 6

I'm trying out atmosphere on tomcat 6 but only long polling works not websockets. The message i receive in the console output is Tomcat failed to detect this is a Comet application because ...
1
vote
1answer
615 views

Tomcat 7 Websockects through AJP not working. Any suggestions?

Does anyone know if the Tomcat release 7.0.27 AJP Connecter can support http upgrade (websockets) if setting your protocol to the AjpNioProtocol. ...
0
votes
1answer
139 views

Is it possible to include a remote web page in a facelet page?

I have a web project using jsf2 implementing a gaming web site on tomcat7. When two players want to play against, I would like to insert in the playing web page another page showing the game ...
1
vote
1answer
496 views

How do I configure the CometConnectionManagerValve for Tomcat?

I'm trying to get atmosphere running with tomcat 6.0. In the atmosphere whitepaper it is briefly mentioned that I have to "configure the CometConnectionManagerValve Valve" to have auto-detect remote ...