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 i call the
servlet from browser with something like "http://localhost/app/chat";, event
method was not invoked instead request goes to service method.

could anyone please let me know what shd be the client URL so that the event
method will be invoked instead of service method.

Thank you,
bala.

Reply via email to