Re: Problem in WebSocket

2012-05-01 Thread Mark Thomas
On 01/05/2012 20:43, umar farooq wrote: > I got it. I will make my application to handle groups. but how can I > increase keep alive time..?? to be specific .. what steps do I need to > follow..? That would be a question for the users mailing list. Mark > > On 5/1/12, Mark Thomas wrote: >> On

Re: Problem in WebSocket

2012-05-01 Thread umar farooq
I got it. I will make my application to handle groups. but how can I increase keep alive time..?? to be specific .. what steps do I need to follow..? On 5/1/12, Mark Thomas wrote: > On 01/05/2012 19:27, umar farooq wrote: >> Hi All, >>I am trying to use Chat example of WebSocket given in

Re: Problem in WebSocket

2012-05-01 Thread Mark Thomas
On 01/05/2012 19:27, umar farooq wrote: > Hi All, >I am trying to use Chat example of WebSocket given in Tomcat version > 7.0.27. Problem I faced are here. > > 1) After opening the web socket it closes the socket automatically after 20 > sec. I want connection open until Guest (i.e. user

Problem in WebSocket

2012-05-01 Thread umar farooq
Hi All, I am trying to use Chat example of WebSocket given in Tomcat version 7.0.27. Problem I faced are here. 1) After opening the web socket it closes the socket automatically after 20 sec. I want connection open until Guest (i.e. user) explicitly closes it. 2) Second thing is that It b