Thanks for the response.

Unfortunately, we had a load of these errors at one go, and Tomcat 
subsequently died of an OutOfMemory error.





André Warnier <a...@ice-sa.com> 
24/03/2011 15:58
Please respond to
"Tomcat Users List" <users@tomcat.apache.org>


To
Tomcat Users List <users@tomcat.apache.org>
cc

Subject
Re: Tomcat + apache + mod_jk






ar...@bca-group.com wrote:
> So I assume adding connectionTimeout attribute to the connector config 
> could help mitigate this?
> 
The connectionTimeout of the Tomcat AJP <Connector> says this :

connectionTimeout 

The number of milliseconds this Connector will wait, after accepting a 
connection, for the 
request URI line to be presented. The default value is infinite (i.e. no 
timeout).

So that applies to something totally different.  It is more of a measure 
to avoid DoS 
attacks whereby a client would connect to this Connector, and then not 
send any request 
over that connection for an extended period of time.
This would lock up the connector (waiting for the request), and if there 
were enough such 
requests at the same time, could lock up the entire server.


To get back to your issue : in this case, the warning is normal and 
justified.  Tomcat is 
supposed to send a complete response, but for some reason it cannot.  And 
it cannot do 
anything else useful with this unsent response part.  So it is letting you 
know, instead 
of just keeping mum about it.

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



This email and any attachments to it may contain confidential information 
intended
for the addressee only. If you are not the intended addressee, you are strictly
prohibited from disclosing, copying, distributing or using this email in any 
way.
Unauthorised use of the information contained in this email is unlawful. If you 
have
received this email in error please notify us on enquir...@bca-group.com and 
delete
the email from your system.

Information contained in this email can not be disclosed, copied, distributed 
or used
in any way without the prior consent of the sender. Any opinions, advice or 
facts
given in this email are given without warranty or the intention to enter into an
agreement unless specifically stated and confirmed by agreement, letter or such 
other
documentation signed by an authorised signatory of BCA Holdings Limited or any 
of its
subsidiary companies.

Any personal information contained in this email is strictly the view of the 
sender
and is in no way authorised or attributable to BCA Holdings Limited or any of 
its
subsidiary companies in any way. All emails through the company gateway are 
subject
to monitoring. The company cannot be held liable for any errors or viruses 
contained
in this message.

BCA (438886) Headway House, Crosby Way, Farnham, Surrey GU9 7XG, England
VAT registration number: GB 188 1552 38

#####################################################################################
This e-mail message has been scanned for Viruses and Content and cleared 
by NetIQ MailMarshal
#####################################################################################

Reply via email to