On 02 September 2004, Sean Finkel said:
> When Tomcat hangs, what happens is, half the page is returned to the 
> browser and the status bar sits at "waiting for domain.com". As Soon as 
> I issue "service iptables stop" the page finishes loading, and I cannot 
> make any other pages "half-load". Any apache process that were tied up 
> "waiting" on tomcat stay hung though, and I have to either manually kill 
> those PIDS or issue a SIGHUP to Apache. When only a few are hung, I kill 
> them, as to not interrupt downloads for other users. However, when 92 
> are hung, I just SIGHUP apache.

Sounds like you need to list your firewall rules:

  iptables -nL

If you don't know how to interpret the output, the "netfilter howto" is
only a click away (http://www.netfilter.org/documentation/).  Or post it
here and maybe someone can help.  ;-)

        Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to