ceived event " +
>> cometEvent.getEventType().toString());
>> }
>>
>> protected void service(HttpServletRequest request, HttpServletResponse
>> response) throws ServletException, IOException
>> {
>>
>&g
ssage-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 31, 2008 2:37 PM
To: Tomcat Users List
Subject: Re: Setting up Comet on Tomcat 6
I took your servlet, compiled it, put it in WEB-INF/classes/testing/comet
then in web.xml I put
test
ERROR,
"You must be using the APR or NIO connector to get the event method called.");
}
}
-Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 30, 2008 1:28 PM
To: Tomcat Users List
Subject: Re: Setting up Comet on Tomcat 6
s
;You must be
using the APR or NIO connector to get the event method called.");
}
}
-Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 30, 2008 1:28 PM
To: Tomcat Users List
Subjec
send us your test class
Filip
Talal Rabaa wrote:
Thanks for your reply! Yes, it does implement the CometProcessor method.
It's just a simple shell class displaying messages to System.out for
event(), service(), init() and the constructor. My hope is to verify Tomcat
is running with Comet prop
Thanks for your reply! Yes, it does implement the CometProcessor method.
It's just a simple shell class displaying messages to System.out for
event(), service(), init() and the constructor. My hope is to verify Tomcat
is running with Comet properly before I attempt to put any meat into this
class
does your servlet iimplement the CometProcessor interface?
Filip
Talal Rabaa wrote:
Hello!
I apologize if this question has been asked many times before. I've searched
quite a bit for concrete answers on how to setup Comet but I'm having no luck.
From what I understand, all that is needed
Hello!
I apologize if this question has been asked many times before. I've searched
quite a bit for concrete answers on how to setup Comet but I'm having no luck.
From what I understand, all that is needed to successfully set it up is to
replace the default connector with either NIO or APR.