On Tue, Aug 10, 2010 at 5:16 AM, Karthik Nanjangude
<karthik.nanjang...@xius-bcgi.com> wrote:

>>> Have you really traced the browser -> server side to see if the duplicate 
>>> POST request
>
> As I have already said by using the TCP Thread dump using command
>  "tcpdump -i bond0 -s 1500 -w / tmp / test.pcap "
>
> We are clearly able to see the IP Address of Apache written 2 times  POST for 
> the JBOSS ( Tomcat built in) being called with in 12 seconds apart.

So you're looking at the traffic between the httpd and Tomcat -- what about the
traffic on the "outside" of the httpd?

> We also made sure there is no traffic /users using the web application during 
> the tcp dump taken.

If that were true, you wouldn't have *any* requests. Unless you think
your httpd is simply generating them on its own, in which case I'd be
headed for the door, or dialing the nearest exorcist...

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to