RE: compression filter problem

2003-02-11 Thread Varley, Roger
I am Developing Web application using tomcat. I want to Comopress my all jsp pages in web application, for that i have make some java filter classes and make changes in web.xml. but I am facing two problems 1. in jsp i have to put header content encoding is gzip, without that brower display zip

RE: compression filter problem

2003-02-11 Thread mech
see them. ;-) Other browsers, no problem at all. -Original Message- From: Varley, Roger [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 11. Februar 2003 13:50 To: 'Tomcat Users List' Subject: RE: compression filter problem I am Developing Web application using tomcat. I want

Re: compression filter problem

2003-02-10 Thread Jacob Kjome
All I found was your web.xml file. You'll need to re-attach your jsp and java files. Note that I posted stuff about this and still haven't found a simple solution. http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg82477.html Jacob Hookum figured out a way to do it using the same