Re: Comet Development

2008-01-22 Thread Pid
ng out. -Siobhan -Original Message- From: Reich, Matthias Sent: Monday, January 21, 2008 9:49 AM To: Tomcat Users List Subject: RE: Comet Development I think you need to explain a little more on what you want to achieve by using comet with JSPs. The JSP processing model is bound to the tr

RE: Comet Development

2008-01-22 Thread Siobhan
leaving anything out. >> >> -Siobhan >> >> -Original Message- >> From: Reich, Matthias >> Sent: Monday, January 21, 2008 9:49 AM >> To: Tomcat Users List >> Subject: RE: Comet Development >> >> I think you need to explain a little

Re: Comet Development

2008-01-21 Thread Pid
Message- From: Reich, Matthias Sent: Monday, January 21, 2008 9:49 AM To: Tomcat Users List Subject: RE: Comet Development I think you need to explain a little more on what you want to achieve by using comet with JSPs. The JSP processing model is bound to the traditional Servlet processing model,

RE: Comet Development

2008-01-21 Thread Siobhan
ple code. p > Every example I try seems not to work and I want to make sure that I'm > following the proper steps and not leaving anything out. > > -Siobhan > > -Original Message- > From: Reich, Matthias > Sent: Monday, January 21, 2008 9:49 AM > To: T

Re: Comet Development

2008-01-21 Thread Pid
leaving anything out. -Siobhan -Original Message- From: Reich, Matthias Sent: Monday, January 21, 2008 9:49 AM To: Tomcat Users List Subject: RE: Comet Development I think you need to explain a little more on what you want to achieve by using comet with JSPs. The JSP processing model is boun

RE: Comet Development

2008-01-21 Thread Siobhan
-Original Message- From: Reich, Matthias Sent: Monday, January 21, 2008 9:49 AM To: Tomcat Users List Subject: RE: Comet Development I think you need to explain a little more on what you want to achieve by using comet with JSPs. The JSP processing model is bound to the traditional Servlet p

RE: Comet Development

2008-01-21 Thread Reich, Matthias
by a JSP into the response stream via a call to RequestDispatcher.include would work. Regards, Matthias -Original Message- From: Siobhan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 8:24 PM To: 'Tomcat Users List' Subject: RE: Comet Development Ok. But how

RE: Comet Development

2008-01-21 Thread Siobhan
No. I can't seem to get any help to really outline the process. -Siobhan -Original Message- From: mrbasinger [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 8:27 AM To: users@tomcat.apache.org Subject: Re: Comet Development SB ... have you had any luck yet, perhaps o

Re: Comet Development

2008-01-21 Thread mrbasinger
> > > -SB > > > -- View this message in context: http://www.nabble.com/Comet-Development-tp14890566p14998259.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic,

RE: Comet Development

2008-01-16 Thread Siobhan
Ok. But how is it all suppose to be put together? I want to use comet using jsp, but I don't see any jsp code. -Original Message- From: Peter Warren [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 12:42 PM To: Tomcat Users List Subject: Re: Comet Development This post

Re: Comet Development

2008-01-16 Thread Peter Warren
This post (http://www.nabble.com/comet-questions-td14673697.html#a14673697) contains test code for both a client & comet servlet. See if it helps. On Jan 16, 2008 10:35 AM, Siobhan <[EMAIL PROTECTED]> wrote: > To anyone who has successfully used Comet: > > > > I've been trying to use Comet with T

Comet Development

2008-01-16 Thread Siobhan
To anyone who has successfully used Comet: I've been trying to use Comet with Tomcat 6.0 for a few weeks now and have been unsuccessful. I'm so frustrated with the lack of documentation and the unusable example that was given with Tomcat. Are there any step-by-step instructions on how to su