How do I update the commons-fileupdate JAR from 1.0 to 1.2? 2006-11-13 - By Patrick Mc Erlean
Back Hi,
I am sending packets from a mobile application to Apache Tomcat version 5.5.20. I am getting a response code of 411 when my packets are over 2016 bytes in length.
Apparently this is a bug in Apache Tomcat, where it doesn't deal properly with Chunked Transfer.
I read that this problem is solved in commons-fileupload-1 (See http://oad-1.ora-code.com).2.jar. The version that comes in the Apache Tomcat 5.5.20 installation is commons-fileupload-1 (See http://oad-1.ora-code.com).0.jar.
I thought it was just a matter of replacing the old version of the jar with the new but that's not working, and Tomcat is throwing logs every 10 seconds saying:
Additional JARs have been added
Reloading this context has started.
It looks like it's not as simple as replacing the jar. The jar actually resides in ./server/webapps/manager/WEB-INF/lib.
Can anyone help me solve this problem and update properly to 1.2?
Regards, Patrick.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|