Problem using .jars in Tomcat 5.0.16
From: jajoo (jivkoto_at_abv.bg)
Date: 01/23/04
- Next message: Andrew Thompson: "Re: Mars Rover Not Responding"
- Previous message: Michael N. Christoff: "Re: Mars Rover Not Responding"
- Next in thread: Nic: "Re: Problem using .jars in Tomcat 5.0.16"
- Reply: Nic: "Re: Problem using .jars in Tomcat 5.0.16"
- Reply: hiwa: "Re: Problem using .jars in Tomcat 5.0.16"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Jan 2004 15:19:44 -0800
Hi,
I have a problem with using *.jar files with Tomcat 5.0.16. I place
the jar in the lib directory of the application but server throws
Exception.
java.lang.NoClassDefFoundError: javax/servlet/ServletRequest
com.oreilly.servlet.MultipartRequest.(MultipartRequest.java:222)
com.oreilly.servlet.MultipartRequest.(MultipartRequest.java:109)
com.oreilly.servlet.MultipartRequest.(MultipartRequest.java:89)
org.apache.jsp.receive_jsp._jspService(receive_jsp.java:45)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
I tried to use the packege unpacked in the class directory. But result
was the same. With 4.1.* version there was not such a problem. If any
could help or to redirect me to a place where I could read how to
solve the problem I'll be THANKFUL!
- Next message: Andrew Thompson: "Re: Mars Rover Not Responding"
- Previous message: Michael N. Christoff: "Re: Mars Rover Not Responding"
- Next in thread: Nic: "Re: Problem using .jars in Tomcat 5.0.16"
- Reply: Nic: "Re: Problem using .jars in Tomcat 5.0.16"
- Reply: hiwa: "Re: Problem using .jars in Tomcat 5.0.16"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|