2012/1/26 Josh Gooding <josh.good...@gmail.com>: > > I've put 6.0.35 on a staging server and I'll be running the "feeds" I get > in tandem through it to see if I get any memory improvement over the 5.5 > server. So as I am thumbing through thr old 5.5 server.xml file I notice > something that i've not encountered with 6.x yet. in the <Connector> > declaration, there is a ciphers attribute as well as a compression one. Do > these carry over to 6.x?
compression: yes ciphers: needs review. It is about what ciphers are enabled for your HTTPS connector. Usually it is to disable weak ciphers. Whether or not this attribute is applicable depends on HTTPS connector implementation (Java vs. APR). What the value should be depends on your requirements. Docs (for HTTP connectors): http://tomcat.apache.org/tomcat-6.0-doc/config/http.html Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org