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 <[email protected]> wrote: > 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 <[email protected]> wrote: > > > Sorry about the confusion. Ive been to that page numerous times in my > > search to fix my problem. > > > My problem specifically is that I dont have either of those classes > > (CommetEvent and CometProcessor). When i try to include them it says > > they dont exist. I thought exactly what you stated - I thought they > > were internal to the Tomcat server and should have been included in my > > install but apparently not. > > > Hope that clears up your confusion. > > > But that leave me where I was before. Any suggestions? Do I need to > > configure/install anything in order to get access to those classes? > > > Thanks. > > > On Jul 31, 6:49 am, Nathan Wells <[email protected]> wrote: > > > > 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 doComet-like stuff in hosted > > > mode. > > > > HTH > > > Nathan > > > > On Jul 30, 9:45 am, BarefootSanders <[email protected]> wrote: > > > > > Hi all. I'm trying to reproduce the application here: > > > > >http://gwtapps.com/?page_id=31 > > > > > Its a simple instant messenger which usescometfor 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 comp because it cant find them. > > > > I'm new to usingcometso as a more general question, does anyone know > > > > where I can get these two classes? If not, is there an implementation > > > > ofCometonGWTthat I can use instead of this? > > > > > Any other feedback would be much appreciated. > > > > > Thanks.- Hide quoted text - > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
