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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
