Re: GWT/Tomcat and java.lang.NoClassDefFoundError!

2011-05-13 Thread Alan Chaney
The classes you give below are the servlet api classes - javax.servlet.http.HttpRequest for example. All you need to do to access those is to add the servlet-api.jar to your classpath. You'll find the right copy to use in the tomcat/lib folder. You can either add it to your classpath

GWT/Tomcat and java.lang.NoClassDefFoundError!

2011-05-12 Thread ramoq
I am trying to use some of the objects in the catalina.jar in tomcat (ie. HTTPRequest, Realm.java, ... you get the idea) however, I always get a NoClassFoundException error. Code complies correctly,the gwt app (war file) is deployed with no errors. I get this when trying to use any of the