Re: Using websocket with Tomcat 7.0.37

2013-04-08 Thread eric . robert . c
- Mail original - > De: "Howard W. Smith, Jr." > À: "Tomcat Users List" > Envoyé: Lundi 8 Avril 2013 14:19:50 > Objet: Re: Using websocket with Tomcat 7.0.37 > > On Mon, Apr 8, 2013 at 7:01 AM, Muralidhar Yaragalla < > java.yaraga...@gmail

Re: Using websocket with Tomcat 7.0.37

2013-04-08 Thread Howard W. Smith, Jr.
On Mon, Apr 8, 2013 at 7:01 AM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > See if you are following the examples shown on tomcat7.0 docs then you are > wasting time. The JSR is not yet implemented in tomcat but the examples > shown are according to JSR that is currently open. Tomcat

Re: Using websocket with Tomcat 7.0.37

2013-04-08 Thread Muralidhar Yaragalla
See if you are following the examples shown on tomcat7.0 docs then you are wasting time. The JSR is not yet implemented in tomcat but the examples shown are according to JSR that is currently open. Tomcat7.0 has a propitiatory solution for websockets. if you want to use websockets study the example

Using websocket with Tomcat 7.0.37

2013-04-08 Thread eric . robert . c
Hi all ! I would like to use web socket, and I started looking to do so with tomcat API. I'm currently using Tomcat 7.0.37 on Windows Seven, integrated in Eclipse Juno. I tried to follow the example code from tomcat documentation, and read the associated JavaDoc for package org.apache.catalina.