> From: Patrick Mc Erlean [mailto:[EMAIL PROTECTED] 
> Subject: Re: How do I update the commons-fileupdate JAR from 
> 1.0 to 1.2?
> 
> I understand what you're saying and it does seem strange that the 
> commons-fileupload jar lives under the manager webapp.

Not strange at all - the manager webapp uses it to deploy apps from the
client workstation onto the server.

> However, my understanding is that this jar is part of the 
> Apache Tomcat base installation and that it plays a part
> in the processing of all HTTP requests.

Nope - this particular instance only comes into play when deploying apps
with Tomcat's manager app.  If you have another app that's making use of
the commons-fileupload*.jar, it must have its own copy.  That's why I
keep asking you what URL or webapp the mobile device is accessing - but
you still haven't answered that question.

> Do you see what I am saying? This commons-fileupload jar is part of 
> Apache Tomcat and is used to parse every HTTP request.

It is only part of Tomcat's manager app; it is not global to all of
Tomcat.

> I just need to know how to update it properly.

I suspect the real problem is your webapp is not using
commons-fileupload at all, and is merely trying to read in data directly
from the stream.  If you would simply answer the question about which
webapp the mobile device is accessing, perhaps we could get somewhere.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to