Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Patrick Mc Erlean
that any review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: "Patrick Mc Erlean" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, November 14, 2006 4:43 AM Subject: Re: How do I update the com

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Martin Gainty
Sent: Tuesday, November 14, 2006 4:43 AM Subject: Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2? > Steffen, > > I downloaded Wireshark and I think you are absolutely right. > > The packets are not even reaching my machine in this situation. > Something in between

RE: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Steffen Heil
Hi > I downloaded Wireshark and I think you are absolutely right. > > The packets are not even reaching my machine in this situation. > Something in between is stopping them. So this is not a Tomcat question at all. > Can you offer me any suggestions as to how I can track down > the problem?

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Patrick Mc Erlean
Steffen Heil wrote: Hi I downloaded Wireshark and I think you are absolutely right. The packets are not even reaching my machine in this situation. Something in between is stopping them. So this is not a Tomcat question at all. I don't believe so. Actually I forgot to tell you ab

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Patrick Mc Erlean
Steffen, I downloaded Wireshark and I think you are absolutely right. The packets are not even reaching my machine in this situation. Something in between is stopping them. Can you offer me any suggestions as to how I can track down the problem? My phone is operating on an Orange network in

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Patrick Mc Erlean
Caldarale, Charles R wrote: From: Patrick Mc Erlean [mailto:[EMAIL PROTECTED] Subject: Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2? Apparently the reason Apache rejects this request is that there is a Content Length check for -1 in the FileUploadBase class. Not true

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Patrick Mc Erlean
Hi Steffen, I'm pretty new to Tomcat. How do I setup Tomcat as a standalone, without Apache? Is that a separate download of is it just configured differently? Regards, Patrick. Steffen Heil wrote: Hi Apparently the reason Apache rejects this request is that there is a Content Length ch

RE: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-13 Thread Caldarale, Charles R
> From: Patrick Mc Erlean [mailto:[EMAIL PROTECTED] > Subject: Re: How do I update the commons-fileupdate JAR from > 1.0 to 1.2? > > Apparently the reason Apache rejects this request is that there is a > Content Length check for -1 in the FileUploadBase class. Not

RE: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-13 Thread Steffen Heil
Hi > Apparently the reason Apache rejects this request is that > there is a Content Length check for -1 in the FileUploadBase > class. BTW, this makes me think about your setup. Do you have apache in front of tomcat? Then try tomcat standalone first. Regards, Steffen smime.p7s Description

RE: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-13 Thread Steffen Heil
Hi > The URL of my servlet is > http://www.noveleditions.com/gaaradio/servlet/GAARadioServlet. > My servlet does read from the input stream of the http > servet request, and doesn't use FileUploadBase directly. The > servlet lives in a webapp directory called gaaradio. The > servlet mapping is

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-13 Thread Patrick Mc Erlean
Caldarale, Charles R wrote: 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 st

RE: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-13 Thread Caldarale, Charles R
> 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 stran

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-13 Thread Patrick Mc Erlean
h as common/lib or server/lib but that's where it is in 5.5.20. I just need to know how to update it properly. Regards, Patrick. Caldarale, Charles R wrote: From: Patrick Mc Erlean [mailto:[EMAIL PROTECTED] Subject: Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2? My under

RE: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-13 Thread Caldarale, Charles R
> From: Patrick Mc Erlean [mailto:[EMAIL PROTECTED] > Subject: Re: How do I update the commons-fileupdate JAR from > 1.0 to 1.2? > > My understanding is that the manager webapp is part of the > Apache Tomcat installation. It's definitely not my app. But is it actual

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-13 Thread Patrick Mc Erlean
Charles, My understanding is that the manager webapp is part of the Apache Tomcat installation. It's definitely not my app. I was told that the commons-fileupload-1.2 jar would fix my problem (i.e. it would accept chunked transfer for HTTP POSTs). The only place I found the commons-fileuplo

RE: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-13 Thread Caldarale, Charles R
> From: Patrick Mc Erlean [mailto:[EMAIL PROTECTED] > Subject: How do I update the commons-fileupdate JAR from 1.0 to 1.2? > > It looks like it's not as simple as replacing the jar. The > jar actually resides in ./server/webapps/manager/WEB-INF/lib. That location is only for the manager webapp