Quoting "Shah, Mehul - Contractor" <[EMAIL PROTECTED]>:

> Hello,
> 
>  
> 
> I am using Tomcat 4.1 and Commons-FileUpload api. I cant get it working.
> I get the following error:
> 

One thing to ensure is that you're not trying to include servlet.jar inside your
webapp (since it's built in to Tomcat already).  Including servlet.jar is
pretty much guaranteed to cause you very wierd errors, and this could certainly
be one of them.

On the other hand, it is important to include commons-fileupload.jar and any
JARs it depends on (see the docs) in your webapp's WEB-INF/lib directory.

Craig


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to