Hi,
   I am using com.oreilly.servlet package to upload files. It works fine
if I use servlet runner. But when I tried it in apache jserv, it gave the
following error,

java.lang.NoClassDefFoundError: com/oreilly/servlet/MultipartRequest:
com/oreilly/servlet/MultipartRequest

   the error definition says that, this error will come if "The
searched-for class definition existed when the currently executing class
was compiled, but the definition can no longer be found."

   But if this is the case why the code is successfully working for
servletrunner.

Thanks in advance,
Shad.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to