hgomez 2003/10/01 02:49:58 Modified: src/etc server.xml Log: More options for Coyote2 connector and notes about gzip Revision Changes Path 1.101 +18 -6 jakarta-tomcat/src/etc/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- server.xml 16 Feb 2003 23:21:18 -0000 1.100 +++ server.xml 1 Oct 2003 09:49:58 -0000 1.101 @@ -216,14 +216,26 @@ Note: CoyoteConnector supports the same attributes as Http10Connector - --> + --> + <!-- <CoyoteConnector2 port="8081" - secure="false" - maxThreads="100" - maxSpareThreads="50" - minSpareThreads="10" /> - --> + maxThreads="150" minSpareThreads="25" maxSpareThreads="75" + enableLookups="false" redirectPort="8443" acceptCount="100" + debug="0" connectionTimeout="20000" + disableUploadTimeout="true" /> + --> + + <!-- Note : To disable connection timeouts, set connectionTimeout value + to -1 --> + + <!-- Note : To use gzip compression you could set the following properties : + + compression="on" + compressionMinSize="2048" + noCompressionUserAgents="gozilla, traviata" + compressableMimeType="text/html,text/xml" + --> <!-- JNI connector. It assumes the library is located in
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]