Update,

I finally got my vendor on the line. He is telling me that this entry in my 
server.xml:

<connector port="81" protocol="HTTP/1.1"
Server"-"
maxThreads="600" connectionTimeout="20000"
redirectpPort="443" />

Is the reason I'm seeing this in my catalina.out. He is stating that If I put 
an address (the same address
Of the linux server that the tomcat instance is running on) that that message 
will go away and the maxThreads will actually move to 600.

So it should look like  where 10.10.10.10 is the internal IP of the tomcat app 
server

<connector port="81" protocol="HTTP/1.1"
Server"10.10.10.10"
maxThreads="600" connectionTimeout="20000"
redirectpPort="443" />

Anyone agree?
-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Wednesday, June 10, 2009 3:25 PM
To: Tomcat Users List
Subject: RE: Tomcat maxThreads Issue

> From: Jones, Keven [mailto:keven.jo...@ncr.com]
> Subject: RE: Tomcat maxThreads Issue
> 
>  <Connector port="8011"
>         enableLookups="false" protocol="AJP/1.3" redirectPort="8443"
> maxThreads="400" connectionTimeout="20000"/>

The syntax is ok, but I'd have to look at the code to see if connectionTimeout 
applies to anything other than the first request coming through.  (AJP 
connections are intended to be persistent.)

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to