Martin,

I was keeping an eye on the TCP packets.

When I run my app in the emulator, I can see all of the TCP packets arriving on my web server machine. I can also see that they are using Chunked Transfer. That all works fine and they are delivered to my Servlet..

When I run on the real phone, the packets never make it to my machine. I'm convinced that they are being rejected by an intermediate server operated by Orange because I do get the 411 response code back.

Regards, Patrick.

Martin Gainty wrote:
I assumed you build as per http://www.wireshark.org/faq.html#q1.7
which protocol are you sniffing?

M-
This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error 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 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 offer me any suggestions as to how I can track down the problem?

My phone is operating on an Orange network in the UK.

Regards, Patrick.

Steffen Heil wrote:
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 up and works fine when the HTTP POST data is less than 2016 bytes. However in the case where I get the 411 code my servlet is never invoked.
I know this because I have the RequestDumperValve turned on in Tomcat and no logs are output in that case.
For me this sounds like an transparent proxy issue.
Try tcpdump / wireshark on the system running tomcat and see if the request
even reaches that computer.

Regards,
  Steffen
---------------------------------------------------------------------
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]

Reply via email to