Re: Comet example at Tomcat 6

2007-07-26 Thread Martin Gainty
cat Users List" Sent: Thursday, July 26, 2007 9:50 PM Subject: Re: Comet example at Tomcat 6 Tanks all of you ! I have success run it ; But there still some problems; The chat pape http://localhost:8080/examples/jsp/chat can't visit by other clients,and the page visit speed on l

Re: Comet example at Tomcat 6

2007-07-26 Thread john x
EMAIL PROTECTED] > Sent: Thursday, July 26, 2007 5:18 PM > To: Tomcat Users List > Subject: Re: Comet example at Tomcat 6 > > you must be using the APR or NIO connector > >protocol="org.apache.coyote.http11.Http11NioProtocol" //or > protocol="org.apache.co

RE: Comet example at Tomcat 6

2007-07-26 Thread Reich, Matthias
or to get the event method called" ); } > -Original Message- > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 26, 2007 5:18 PM > To: Tomcat Users List > Subject: Re: Comet example at Tomcat 6 > > you must be using the APR or

Re: Comet example at Tomcat 6

2007-07-26 Thread Filip Hanik - Dev Lists
you must be using the APR or NIO connector Hi! I just run the chat example ,but ,it seems did not work ; the code seems can't reach the line begin(event, request, response) please help me fix that,thanks; john No