Luc14860 / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

Not responding to websocket requests #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi All,

I am using Fedora 13 in my system and running jwebsocket application with 
server and client. Both were working fine, i mean 
for initial steps,
1. JWebSocket Server is started using Listener in my web application.
 When client is loaded using url that is http://localhost:8080/jwebsocketclient
then transaction begins
1.Websocket: xml://localhost:843
2.Websocket: connected
3.Websocket: request Headers
.....
.....
4. Websocket: response Headers
.....
...
5. next websocket related protocol exchanging starts.
and 
6. i have configured the client to recieve streaming data automatically.

So in the local system it is working fine. 

But in the production server which runs on CentOS,

the 5th step is not processing . that is not taking websocket protocol requests.

please help to resolve this issue

Original issue reported on code.google.com by g.arunku...@gmail.com on 28 Feb 2011 at 8:40