please first check 
1)that you are indeed posting HTTP GET
2)you do indeed have doGet method coded in your testComet class
...
M-
--------------------------------------------------------------------------- 
This e-mail message (including attachments, if any) is intended for the use of 
the individual or entity to which it is addressed and may contain information 
that is privileged, proprietary , confidential and exempt from disclosure. If 
you are not the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.
--------------------------------------------------------------------------- 
Le présent message électronique (y compris les pièces qui y sont annexées, le 
cas échéant) s'adresse au destinataire indiqué et peut contenir des 
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le 
destinataire de ce document, nous vous signalons qu'il est strictement interdit 
de le diffuser, de le distribuer ou de le reproduire.
----- Original Message ----- 
From: "Le Phuoc Canh" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Sunday, February 04, 2007 8:48 PM
Subject: Help me implement comet !!!


> Thanks Mark Thomas about comet URL in tomcat, but
> i have implement a class following :
>    public class testComet extends HttpServlet implements CometProcessor{
>        ....event ()...
>    }
> 
> this will be have 2 servlet, one for normal http connection, and one for
> comet. How can i do for this class just recognize comet connection ?
> When i link to this servlet, it alway warning that i haven't got doGet
> function, and never call event function of CometProcessor.
> Please help me.
> Thanks & Best Regard.
>

Reply via email to