Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Ritesh Kumar
-Original Message- From: Ritesh Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 11:43 AM To: users@tomcat.apache.org Subject: Comet example Tomcat 6 not working. Hi, I am trying to run the comet sample given along with tomcat. The sample is not working correctly

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Ritesh Kumar
that response which is written in service(). So what I want to know is how can I use it? 2007/6/22, Ritesh Kumar [EMAIL PROTECTED]: To Tony: For running this e.g start Tomcat. Type URL: http://localhost:8080/examples/jsp/chat/login.jsp Running this example on Tomcat 6.0.13 has

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Ritesh Kumar
/jsp/chat/chat', 640, 480 ,0 ,0 ,0 ,0 ,0 ,1 ,10 ,10 ), the browser says there is error! 2007/6/22, Ritesh Kumar [EMAIL PROTECTED]: To Tony: You need to use NIO Connectors. In your conf/server.xml file you need to replace the old Connector with NIO Connector. Replace

Comet example Tomcat 6 not working.

2007-06-21 Thread Ritesh Kumar
Hi, I am trying to run the comet sample given along with tomcat. The sample is not working correctly most of the time. I am using NIO connectors and Tomcat version is 6.0.10. I have some doubts also: 1) In the ChatServer example, a thread (using a Runnable MessageSender) is sending responses