Re: help on websockets

2013-03-19 Thread André Warnier
Muralidhar Yaragalla wrote: On Wed, Mar 20, 2013 at 2:19 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: From: Muralidhar Yaragalla [mailto:java.yaraga...@gmail.com] Subject: Re: help on websockets sorry, I use gmail and i am not sure how to avoid top-posting. Writ

Re: help on websockets

2013-03-19 Thread Muralidhar Yaragalla
On Wed, Mar 20, 2013 at 2:19 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Muralidhar Yaragalla [mailto:java.yaraga...@gmail.com] > > Subject: Re: help on websockets > > > sorry, I use gmail and i am not sure how to avoid top-posting. > >

Re: help on websockets

2013-03-19 Thread Muralidhar Yaragalla
Hi Christopher, I dont want to go for those examples which might be in effect from tomcat8. I am fine with tomcat7 and examples that comes with the distribution. I am using websockets but i have centralized that code so when websocket spec changes and when tomcat provides implementation for ne

RE: help on websockets

2013-03-19 Thread Caldarale, Charles R
> From: Muralidhar Yaragalla [mailto:java.yaraga...@gmail.com] > Subject: Re: help on websockets > sorry, I use gmail and i am not sure how to avoid top-posting. Write your response _below_ the point you are replying to. (This has nothing to do with gmail.) - Chuck THIS COMMUNIC

Re: help on websockets

2013-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Muralidhar, On 3/19/13 4:43 PM, Muralidhar Yaragalla wrote: > Hi Christopher, The following is the link in tomcat7 docs > http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html > > in this under the application development section there is

Re: help on websockets

2013-03-19 Thread Muralidhar Yaragalla
sorry, I use gmail and i am not sure how to avoid top-posting. On Wed, Mar 20, 2013 at 1:37 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Muralidhar, > > Please don't top-post. See my response below. > > On 3/17/13 4:44 PM,

Re: help on websockets

2013-03-19 Thread Muralidhar Yaragalla
Hi Christopher, The following is the link in tomcat7 docs http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html in this under the application development section there is a pointer to server side code which shows an example implementation of chat application with annotations. You can have

Re: help on websockets

2013-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Muralidhar, Please don't top-post. See my response below. On 3/17/13 4:44 PM, Muralidhar Yaragalla wrote: > On Mon, Mar 18, 2013 at 2:00 AM, Mark Thomas > wrote: > >> On 17/03/2013 20:17, Muralidhar Yaragalla wrote: >>> Hi I have downloaded the t

Re: help on websockets

2013-03-17 Thread Muralidhar Yaragalla
Thank you. Without implementing jsr why would they show examples in tomcat7 online docs. It is so much confusing. Thanks anyway. On Mon, Mar 18, 2013 at 2:00 AM, Mark Thomas wrote: > On 17/03/2013 20:17, Muralidhar Yaragalla wrote: > > Hi I have downloaded the tomcat 7.0.37 and trying to run th

Re: help on websockets

2013-03-17 Thread Mark Thomas
On 17/03/2013 20:17, Muralidhar Yaragalla wrote: > Hi I have downloaded the tomcat 7.0.37 and trying to run the websocket chat > program which is with "javax.wesocket" annotations but the annotations are > not being recognized. how to run this on tomcat. Tomcat 7.0.x does not (yet) implement JSR-3