This is the example from the tomcat user guide. I have the same problem
getting it to work.
2007/5/29, Márton Szabolcs <[EMAIL PROTECTED]>:
Hi!
i set my connector like this.
it should be correct, isnt it?
CometSampleServlet
sample.CometSampleServlet
CometSampleServlet
/Comet
Can you send me your examples?
Bernd
2007/5/29, Filip Hanik - Dev Lists <[EMAIL PROTECTED]>:
if your service method is invoked means you are not running the correct
connector.
You must run the NIO or the APR connector.
take a look at the "protocol" attribute in
http://tomcat.apache.org/tomca
Hi,
I'm trying to set up a prototype for a web page which asynchronous
notification via comet. The szenario is to show some information upon an
incoming phone call.
My idea is that the telecom server will send an event via webservice to the
webapp, which then notifies the browser.
Is there an ex