Sure: java version "1.5.0_08" Solaris 10 x86 Servlet Engine: Apache Tomcat/5.5.17
The connector is setup like so: <Connector port="8090" maxHttpHeaderSize="8192" maxThreads="400" minSpareThreads="150" maxSpareThreads="300" enableLookups="false" connectionTimeout="5" maxKeepAliveRequests="400" disableUploadTimeout="true" /> I'm testing with a JMeter SOAP request, which has keepalive turned on, then using wireshark to count packets, and comparing 5.5 to 6. Thanks, Dan >> From: li...@dankeeley.co.uk [mailto:li...@dankeeley.co.uk] >> Subject: Keepalives with tomcat 5.5 http connector? >> >> Having done some packet tracing with tomcat6 vs tomcat5.5 > > Care to provide exact versions? > >> it seems that the 5.5 http connector doesnt support keepalives. >> Is that right? > > Works fine for me. > >> The doco is unclear > > What "doco" are you referring to? The real documentation is here: > http://tomcat.apache.org/tomcat-5.5-doc/config/http.html > > (Look for the maxKeepAliveRequests attribute). > > Seems to be quite explicit. > > - 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