Hello,
I am new to GWT-Comet and I tried out the ChatExample.
When starting the app within eclipse (I think it's jetty then), it works fine.
Then, I deployed it as a war file to my remote tomcat server.
When starting the app, I can log into the chat, but then there is repeatedly this error message written into the chat window:
error false net.zschech.gwt.comet.client.CometException: EventSource error
How can I resolve this?
Tomcat 6, Chrome/Firefox
Thanks
Magnus