Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Ritesh Kumar
You need not click on the hyperlink to do anything. This hyperlink can open another window very similar to post.jsp. I think this post.jsp is sufficient for sending messages. If you really are interested in making the hyperlink working you need to copy the javascript function openWindow in post.js

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Tony Winslow
Thank you! Things are moving now, but I still cannot see any actual effect yet! When I click the hyper-link Click to open chat windowhttp://127.0.0.1:8080/examples/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]>:

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Ritesh Kumar
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 with this: Hope this helps. Tony Winslow wrote: > > I visited http://localhost:8080/examples/jsp/chat/login.jsp and type > whatever Nickname it requires,

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Tony Winslow
I visited http://localhost:8080/examples/jsp/chat/login.jsp and type whatever Nickname it requires, but what I get is a page saying "Chat example only supports Comet processing". Then I checked the ChatServlet class and I know why I get that response which is written in service(). So what I want t

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Ritesh Kumar
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 not proved of any assistance to me. It would be very nice if more explanation of this e.g is available. I have made one change in this e.g. It seems

Re: Comet example Tomcat 6 not working.

2007-06-21 Thread Tony Winslow
Could anybody make it detailed about the ChatServer sample? I even don't know how to run it! Thank you! 2007/6/22, Reich, Matthias <[EMAIL PROTECTED]>: There have been a lot of things fixed and enhanced in the Comet area since version 6.0.10. You should better try with version 6.0.13. Regards,

RE: Comet example Tomcat 6 not working.

2007-06-21 Thread Reich, Matthias
There have been a lot of things fixed and enhanced in the Comet area since version 6.0.10. You should better try with version 6.0.13. Regards, Matthias > -Original Message- > From: Ritesh Kumar [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 21, 2007 11:43 AM > To: users@tomcat.apache.o