You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/11/26 00:37:28 UTC

DO NOT REPLY [Bug 24995] - Cannot get FileUpload working with Tomcat 4.1

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24995>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24995

Cannot get FileUpload working with Tomcat 4.1

martinc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From martinc@apache.org  2003-11-25 23:37 -------
This is not a bug in Commons FileUpload, but in your application. FileUpload is 
not even in the call stack when the exception is happening. The exception is 
happening in your servlet, and is because of a missing class that is not part 
of FileUpload.

Make sure that the Commons FileUpload jar is in your WEB-INF/lib, as it should 
be, and that your Tomcat installation is otherwise working. Most likely, the 
problem is with your application deployment.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org