You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ALEXANDROS KOTSIRAS <AL...@prodigy.net> on 2000/08/05 23:03:26 UTC

Problem with Jason Hunters File Upload Servlet in Tomcat3.1

Hello everything works fine with Tomcat32b2.=20
But with 3.1 when i invoke a servlet that uses the MultipartRequest =
utility of Jason Hunter i get :=20

java.lang.NoClassDefFoundError: javax/servlet/ServletRequest
at package1.FileUploadServlet.doPost(FileUploadServlet.java:42)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at org.apache.tomcat.core.ServletWrapper.handleRequest(Compiled Code)
at org.apache.tomcat.core.ServletWrapper.handleRequest(Compiled Code)
at org.apache.tomcat.servlets.InvokerServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at org.apache.tomcat.core.ServletWrapper.handleRequest(Compiled Code)
at org.apache.tomcat.core.ContextManager.service(Compiled Code)
at =
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnect=
ion(Compiled Code)
at org.apache.tomcat.service.TcpConnectionThread.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)


Does anybody have any idea what's wrong ? ? Isn't the Generic =
ServletRequest Interface included in Tomcat3.1 ? ?
Thanks,
Alex.