Re: Trouble Implementing CometProcessor

2009-05-06 Thread balachandra maddina
I just created a simple example implementing the CometProcessor interface and seems the request is calling event method. i just need to work furthour on this. sorry for the trouble. Thank you, bala. On Wed, May 6, 2009 at 12:43 PM, balachandra maddina wrote: > Hi All, > > Im trying to implemen

Trouble Implementing CometProcessor

2009-05-06 Thread balachandra maddina
Hi All, Im trying to implement the comet chat example that is provided in tomcat docs. its said that when a servlet implements CometProcessor interface then when this servlet is called instead of calling the service method the event method will be invoked. but after implementing the interface if