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

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
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
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

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? My

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

2006-11-14 Thread Martin Gainty
: 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 is stopping them. Can you

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

2006-11-14 Thread Patrick Mc Erlean
and 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 users@tomcat.apache.org Sent: Tuesday, November 14, 2006 4:43 AM Subject: Re: How do I update the commons-fileupdate

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 -

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

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 actually the one you're using from

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 strange at all - the manager webapp

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 strange

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 set

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 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 true in this case - FileUploadBase