Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

RE: Questions about connector

Caldarale, Charles R

2006-12-28

Replies:

> From: Vinicius Carvalho [mailto:java.vinicius@(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@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.