Re: Comet example at Tomcat 6

2007-07-26 Thread Martin Gainty
@tomcat.apache.org 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 local is very slow

Re: Comet example at Tomcat 6

2007-07-26 Thread john x
PM To: Tomcat Users List Subject: Re: Comet example at Tomcat 6 you must be using the APR or NIO connector Connector protocol=org.apache.coyote.http11.Http11NioProtocol //or protocol=org.apache.coyote.http11.Http11AprProtocol Filip john x wrote: Hi! I just run the chat

RE: Comet example at Tomcat 6

2007-07-26 Thread Reich, Matthias
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 NIO connector Connector protocol

Re: Comet example at Tomcat 6

2007-07-26 Thread Filip Hanik - Dev Lists
you must be using the APR or NIO connector Connector protocol=org.apache.coyote.http11.Http11NioProtocol //or protocol=org.apache.coyote.http11.Http11AprProtocol Filip john x wrote: Hi! I just run the chat example ,but ,it seems did not work ; the code seems can't reach the line

Comet example at Tomcat 6

2007-07-25 Thread john x
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