comet example issues

2007-09-17 Thread Saman Ghodsian
Hi There, I've trying to run the comet example with not success, I have version apache-tomcat-6.0.14. Basically when I hit URL http://localhost:8080/examples/jsp/chat/login.jsp Enter a username and enter, the page takes a long time to redirect. After getting to post.jsp again ent

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

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

Re: Making the Tomcat 6 Comet Example (ChatServlet) Work

2007-07-05 Thread Dominique Fotso
; page > but typing something on the message box just gets me nowhere. > > I have been reading a message on a mailing list about this same > problem ( > http://www.nabble.com/Comet-example-Tomcat-6-not-working.-t3957585.html > ) > and I changed just post.jsp to have an openWind

Re: Making the Tomcat 6 Comet Example (ChatServlet) Work

2007-07-05 Thread Szabolcs Márton
( http://www.nabble.com/Comet-example-Tomcat-6-not-working.-t3957585.html ) and I changed just post.jsp to have an openWindow javascript function. So far I don't get anything. Is there anything else I should be changing or anything I am missing? Any help is appreciated. Dominique

Making the Tomcat 6 Comet Example (ChatServlet) Work

2007-07-05 Thread Dominique Fotso
box just gets me nowhere. I have been reading a message on a mailing list about this same problem (http://www.nabble.com/Comet-example-Tomcat-6-not-working.-t3957585.html ) and I changed just post.jsp to have an openWindow javascript function. So far I don't get anything. Is there anything e

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Ritesh Kumar
CometEvent.close() method should be called? >> >> >> >> 2) Some times when NullPointerException is not thrown, "error" event >> gets >> >> generated. This happens at the time I post a message in the post.jsp >> >> page. >> >> Why was this &q

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Tony Winslow
gt; >> 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 >> >> >> >> > ---

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Ritesh Kumar
gt;> >> 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 Mes

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Tony Winslow
t;> 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:[EMAI

Re: Comet example Tomcat 6 not working.

2007-06-22 Thread Ritesh Kumar
gt;> 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: user

Re: Comet example Tomcat 6 not working.

2007-06-21 Thread Tony Winslow
3. Regards, Matthias > -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

RE: Comet example Tomcat 6 not working.

2007-06-21 Thread Reich, Matthias
t; 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 most of the time. I am using NIO > connectors and Tomcat > version is 6.0.10.

Comet example Tomcat 6 not working.

2007-06-21 Thread Ritesh Kumar
oteWriter.java:95) at com.headstrong.test.ChatServlet$MessageSender.run(ChatServlet.java:276) at java.lang.Thread.run(Thread.java:595) -- View this message in context: http://www.nabble.com/Comet-example-Tomcat-6-not-

Comet example

2007-05-29 Thread Bernd Winterstein
Hi, I'm trying to set up a prototype for a web page which asynchronous notification via comet. The szenario is to show some information upon an incoming phone call. My idea is that the telecom server will send an event via webservice to the webapp, which then notifies the browser. Is there an ex