remm 2003/10/07 06:25:17 Modified: catalina/src/conf server.xml Log: - The connector class being used by Tomcat 4.1 doesn't have the appropriate setters, nor the "set-any-property" mod that is in 5.0. As a result, the example won't work right now (more patches are needed, both in Catalina and in the connector class), so I'm removing it. Revision Changes Path 1.71 +1 -9 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- server.xml 1 Oct 2003 09:43:40 -0000 1.70 +++ server.xml 7 Oct 2003 13:25:17 -0000 1.71 @@ -96,15 +96,7 @@ useURIValidationHack="false" 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" - --> - + <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --> <!-- <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]