Re: Enabling compression in embedded tomcat 7

2012-05-10 Thread Konstantin Kolinko
2012/5/10 Adam Gordon adam.n.gor...@gmail.com: I see XML options for enabling compression but am not seeing how this is done programmatically with an embedded tomcat instance.  thanks. Look at Connector.setProperty(name, value). That method is what should be called by digester that parses the

Re: Enabling compression in embedded tomcat 7

2012-05-10 Thread Pid
On 10/05/2012 00:07, Adam Gordon wrote: I see XML options for enabling compression but am not seeing how this is done programmatically with an embedded tomcat instance. thanks. http://www.catb.org/~esr/faqs/smart-questions.html p -- [key:62590808] signature.asc Description: OpenPGP

Re: Enabling compression in embedded tomcat 7

2012-05-10 Thread Adam Gordon
Perfect. Thanks. --adam http://gordonizer.com On Thu, May 10, 2012 at 5:16 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2012/5/10 Adam Gordon adam.n.gor...@gmail.com: I see XML options for enabling compression but am not seeing how this is done programmatically with an embedded

Enabling compression in embedded tomcat 7

2012-05-09 Thread Adam Gordon
I see XML options for enabling compression but am not seeing how this is done programmatically with an embedded tomcat instance. thanks. --adam - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional