> 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="false" redirectPort="8443" debug="0" > connectionTimeout="60000" > protocol="AJP/1.3"/>
The above is the declaration for the AJP connector, used only when front-ending Tomcat (or JBoss) with httpd or IIS. Are you sure that's the one you're using? If so, then it's the front end that's keeping the connection alive, not the real client. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]