Re: Questions about connector

2006-12-29 Thread Vinicius Carvalho
not sure but I believe we have a 60s timeout on the apache for connections. Best regards On 12/28/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Subject: Questions about connector Here's a snippet of our connector properties under server.xml

Questions about connector

2006-12-28 Thread Vinicius Carvalho
Hello there! We have a Jboss 4.0.1sp1 (tomcat 5.0). Checking the connector status at the web-console some strange behavior is noticed. We have some requests that are either in Servicing or Keep-Alive, that lasts for over 4 hours (165.000.000 ms). We decided to kill the remote user, and still

RE: Questions about connector

2006-12-28 Thread Caldarale, Charles R
From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Subject: Questions about connector Here's a snippet of our connector properties under server.xml Connector port=8009 address=${jboss.bind.address} maxThreads=1800 minSpareThreads=50 maxSpareThreads=150 enableLookups