Re: Problem getting comet to work

2007-03-12 Thread Filip Hanik - Dev Lists
omcat.apache.org> Subject: Problem getting comet to work> > > I am trying to write a comet servlet using the new CometProcessor api. I am> running version 6.0.10 on windows as a service. I cannot get it to call the> event method. I am using the Nio connector. After running tomcat in

Re: Problem getting comet to work

2007-03-12 Thread Rémy Maucherat
On 3/12/07, mattd1812 <[EMAIL PROTECTED]> wrote: "servlet instanceof CometProcessor" Will return true (regardless of your custom CL hierarchy) if your servlet implements the interface. That interface is in the lib/catalina.jar JAR, and should be loaded from there. Rémy ---

RE: Problem getting comet to work

2007-03-12 Thread Mike Broadbear
You could try Pushlets (and let me know how it goes!) > Date: Mon, 12 Mar 2007 05:32:25 -0700> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Problem getting comet to work> > > I am > trying to write a comet servlet using the new CometProcessor ap

Problem getting comet to work

2007-03-12 Thread mattd1812
ustom classloaders can cause this behavior. So my question is, am I doing something wrong specifically to cause this to happen, and if so is there a way that I can remedy this? Thanks everyone in advance for their help. -- View this message in context: http://www.nabble.com/Problem-getting-