You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Monty wig <mo...@gmail.com> on 2011/04/29 17:49:43 UTC

Re: maxThread connections

> Gurus - I am working on a situation where Apache spits "Proxy Errors" while
> trying to get a page form Tomcat.
>
> We are running Apache 2.2.3 and tomcat 5.5 on the same box and using
> mod_proxy to redirect traffic to tomcat on port 8080. Tomcat has
> maxThreads=150 but when we look at the total # of connection on tomcat using
> "netstat" we get around 80 established connection, 140 connection in
> TIME_WAIT. So my question is does 150 maxThreads means total # of
> connections (ESTABLISHED + WAIT_TIME) or only ESTABLISHED connections...
>
> Any help will be appreciated...
>
> Regards
> Monty