Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tomcat and cos.jar

843840Sep 18 2002 — edited Sep 18 2002
I am using Tomcat 3.2.4 and all packages I need I put them into the /lib, it worked just fine with Oracle, iText, JavaMail and others.

I downloaded the cos.jar package form www.servlets.com and put it into the same directory. But when I try to use i get an error.

CODE
MultipartParser mp = new MultipartParser(request, request.getContentLength());

ERROR
Internal Servlet Error:

java.lang.NoClassDefFoundError: javax/servlet/ServletInputStream

I spent all day yesterday searching for an answer on this and no success.

Regards,
Rafael Dittberner
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2002
Added on Sep 18 2002
4 comments
511 views