Hello,
I'm using tomcat5.5.23 on a Fedora 5 kernel: 2.6.20-1.2320.fc5.
I redirect port 80 to 8080 by running by root:

iptables -t nat -A OUTPUT -d localhost -p tcp --dport 80 -j REDIRECT --to-ports 8080 iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth0 -j REDIRECT --to-port 8080

Sometimes (quite often) I get connection reset by peer, in the middle of page loading.

It looks like that when running wget (although it happens also using firefox and ie):

Connecting to ard.huji.ac.il|132.64.50.50|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

0% [ ] 2,555 --.--K/s

23:43:29 (169.02 KB/s) - Read error at byte 271959 (Connection reset by peer).Retrying.

it happens each time in a different stage of the page download.
It happens mainly (or only) on large pages (~450000 bytes).

the server is inside inside a firewall, the error occurs when trying to access it from outside the firewall,
I couldn't reproduce the error from inside the firewall.

Can someone help with that ?
Yair.

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