Thanks for the response :
in https://issues.apache.org/bugzilla/show_bug.cgi?id=44463
************************************************************************
*******************
This is due to a missing dependency of commons-fileupload.
Between TC 5.5.25 and 5.5.26 commons-fileupload has been updated from
version
1.0 to 1.2. commons-fileupload unbundled some commons-io classes
between 1.0 and
1.1, so we need to bundle commons-io with the manager webapp.
Problem can be fixed by including commons-io version 1.4 in the
manager webapp.
************************************************************************
******************
I've tried to put commons-io-1.4.jar in tomcat-5.5.26/server/webapps/
manager/WEB-INF/lib
But the problem is exactly the same.
Thanks
Jean-Pierre Astier
Le 8 avr. 08 à 10:04, Rainer Jung a écrit :
See
http://issues.apache.org/bugzilla/show_bug.cgi?id=44463
This was broken in 5.5.26 and will be fixed in 5.5.27.
Regards,
Rainer
Caldarale, Charles R schrieb:
From: Jean-Pierre Astier [mailto:[EMAIL PROTECTED] Subject:
Tomcat 5.5.26 upload war problem
I've recently upgraded my tomcat server from 5.5.20 to 5.5.26.
java.lang.NoClassDefFoundError: org/apache/commons/io/output/
DeferredFileOutputStream
Looks like you're missing the commons-io jar. Not sure if something
changed between 5.5.20 and .26, or if you simply need to copy it from
the old one to the new.
- Chuck
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]