RE: Web Socket Issue

2012-05-02 Thread Filip Hanik (mailing lists)
ll, but it wont 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

Re: Web Socket Issue

2012-05-02 Thread umar farooq
But it is not requirement. I want to send ping once to open the socket after that it should depend on user when he wants to close the connection. Cannot I explicitly call some method to set timeout forever on client or server side. Or any other mechanism..?? On Wed, May 2, 2012 at 10:04 AM, Filip

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