RE: Web Socket Issue

2012-05-02 Thread Filip Hanik (mailing lists)
Have the client send a ping message every 10 seconds -Original Message- From: umar farooq [mailto:umarfarooq...@gmail.com] Sent: Tuesday, May 01, 2012 6:06 PM To: users@tomcat.apache.org Subject: Web Socket Issue Hi All, I am trying to use Chat example of WebSocket given

Re: Web Socket Issue

2012-05-02 Thread umar farooq
Hanik (mailing lists) devli...@hanik.com wrote: Have the client send a ping message every 10 seconds -Original Message- From: umar farooq [mailto:umarfarooq...@gmail.com] Sent: Tuesday, May 01, 2012 6:06 PM To: users@tomcat.apache.org Subject: Web Socket Issue Hi All

RE: Web Socket Issue

2012-05-02 Thread Filip Hanik (mailing lists)
completely solve your problem Best Filip -Original Message- From: umar farooq [mailto:umarfarooq...@gmail.com] Sent: Wednesday, May 02, 2012 12:45 PM To: Tomcat Users List Subject: Re: Web Socket Issue But it is not requirement. I want to send ping once to open the socket after

Web Socket Issue

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