Hello,
all!
I have the following problem: after putting
a new version of commons-io.jar in my web
application project, I get different exceptions
depending on the mode the server is started (debug or start).
Here are the details of this
problem:
- with the new struts 1.1, I couldn't do a file upload and I was receiving the following exception (even though I put the new commons-fileupload.jar struts 1.1 required): Error 500: org.apache.commons.fileupload.FileUploadException
After searching
the net, I found that I have to upgrade commons-io.jar, so I removed
commons-io-1.0.jar and added commons-io-1.1.jar. And now a strange thing
happens:
- when I start the server in start mode I get a new exception :
Error 500:
org/apache/commons/fileupload/FileUploadBase$SizeLimitExceededException
(which is ok: means that I have to add a
configuration in struts somewhere! (I
think)But in order to understand exactly what I have to do, I need to
debug the code!)
- when I start the server in debug mode I get the same exception as before upgrading commons-io-1.0.jar
Error 500:
org.apache.commons.fileupload.FileUploadException
So, my problem is that I get 2 different
exceptions on the same code depending on the mode I start the
server.
Any idea is more than welcomed!
Kind regards,
Emilia
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]