[SOLVED] Re: COMET with Tomcat 6.0.13 causes 405 Error

2007-07-25 Thread FelixG
>> felix > > --------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message i

Re: COMET with Tomcat 6.0.13 causes 405 Error

2007-07-25 Thread Filip Hanik - Dev Lists
your servlet must implement the CometProcessor interface Filip FelixG wrote: Hi everyone, I am trying to get the Adv. IO feature of Tomcat 6.0.13 (running on a sparc sun solaris 8 with JDK6) working. After searching the mailing-lists I changed the connector in server.xml to use the NioProtoc

Re: COMET with Tomcat 6.0.13 causes 405 Error

2007-07-25 Thread Sebastiaan van Erk
Check to make sure that it's really running the Http11NioProtocol, it should say so in the logs when tomcat starts. Furthermore, what kind of environment are your running in? Make sure that the CometProcessor class is not in your classpath twice, This can be caused by build tools which use you

COMET with Tomcat 6.0.13 causes 405 Error

2007-07-25 Thread FelixG
COMET-with-Tomcat-6.0.13-causes-405-Error-tf4141233.html#a11779836 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROT