Re: Help using comet in tomcat

2009-09-02 Thread abhiram
Hi, Sorry that I am replying this late. But try to import the catalina.jar file into your project. U can find that in the lib folder within your tomcat folder. Once you do that, this error would disappear. HTH, Abhiram On Aug 1, 4:35 pm, Nathan Wells nwwe...@gmail.com wrote: When do you see

Re: Help using comet in tomcat

2009-08-01 Thread Nathan Wells
When do you see this problem? when you are in hosted mode or when you deploy to tomcat? what version of tomcat are you using? On Jul 31, 5:51 am, BarefootSanders mgold...@gmail.com wrote: Sorry about the confusion.  Ive been to that page numerous times in my search to fix my problem. My

Re: Help using comet in tomcat

2009-07-31 Thread Nathan Wells
I don't fully know the answer to your question, but this might help: http://tomcat.apache.org/tomcat-6.0-doc/aio.html You probably already knew this, but catalina is an internal name for Apache's Tomcat server. It is likely that you may need to do some additional configuration before you can do

Help using comet in tomcat

2009-07-30 Thread BarefootSanders
Hi all. I'm trying to reproduce the application here: http://gwtapps.com/?page_id=31 Its a simple instant messenger which uses comet for events. It imports these two classes: import org.apache.catalina.CometEvent; import org.apache.catalina.CometProcessor; But I guess I dont have them on my