You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Joanne Polsky <jp...@lycos.com> on 2003/04/08 18:51:19 UTC

using commons-fileupload

Hi!

I'm trying to get the commons-fileupload package to work with Apache Tomcat 4.1.24 standalone but I am having some problems.

I wrote some code to perform the actual file upload and I know it works because I eventually managed to upload files (until I shutdown/restarted the server) doing something which I can't seem to duplicate anymore.  I keep getting the error:
org.apache.jasper.JasperException: org/apache/commons/beanutils/MethodUtils

Basically, I would like to know what additional configurations are required to the Tomcat Web server to get this to work?

I know that the following required packages are already installed:
- commons-fileupload 1.0 (located at $CATALINA_HOME\servet\lib\commons-fileupload-1.0-beta-1.jar)
- commons-beanutils 1.3 (located at $CATALINA_HOME\server\lib\commons-beanutils.jar)
- servletapi 2.3 (located at $CATALINA_HOME\common\lib\servlet.jar)
- junit 3.8.1 (only required to build and execute the unit tests)

I read somewhere that the JavaBeans Activation Framework (JAF) is also required.  I had placed this package in my WEB-INF/lib directory to be used with the JavaMail API.  Should this package be placed under $CATALINA_HOME\shared\lib?

Any help would be greatly appreciated,
Thanks again.


____________________________________________________________
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus

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