Re: problem gzipping dynamic content with apache+jk+tomcat configuration

2008-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, Rainer Jung wrote: | Kirti Teja wrote: |> I use apache 2, tomcat 6.0.13 with modjk2. When I added [snip] | Not before you are telling us your version of httpd and mod_jk ;) She said she was using mod_jk2, all versions of which should be

Fwd: problem gzipping dynamic content with apache+jk+tomcat configuration

2008-06-16 Thread Kirti Teja
ipping dynamic content with apache+jk+tomcat configuration To: Tomcat Users List Kirti Teja wrote: > Hi, > > > I use apache 2, tomcat 6.0.13 with modjk2. When I added > > AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css > application/x-javascript text/j

Re: problem gzipping dynamic content with apache+jk+tomcat configuration

2008-06-16 Thread Len Popp
Did you put AddOutputFilterByType in *all* the and sections? In particular, in the associated with the Tomcat connector? -- Len On Mon, Jun 16, 2008 at 11:26, Kirti Teja <[EMAIL PROTECTED]> wrote: > Hi, > > > I use apache 2, tomcat 6.0.13 with modjk2. When I added > > AddOutputFilterByType

Re: problem gzipping dynamic content with apache+jk+tomcat configuration

2008-06-16 Thread Kirti Teja
AddOutputFilter DEFLATE html txt xml css js jsp do did the trick. Thankyou very much. Your help is just great thanks once again. With Regards, Teja R On Mon, Jun 16, 2008 at 9:18 PM, Rainer Jung <[EMAIL PROTECTED]> wrote: > Kirti Teja wrote: > >> Hi, >> >> >> I use apache 2, tomcat 6.0.13

Re: problem gzipping dynamic content with apache+jk+tomcat configuration

2008-06-16 Thread Rainer Jung
Kirti Teja wrote: Hi, I use apache 2, tomcat 6.0.13 with modjk2. When I added AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript text/javascript text/x-js in my httpd conf file, I see only static resources which are served by apache getting gzippe

problem gzipping dynamic content with apache+jk+tomcat configuration

2008-06-16 Thread Kirti Teja
Hi, I use apache 2, tomcat 6.0.13 with modjk2. When I added AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript text/javascript text/x-js in my httpd conf file, I see only static resources which are served by apache getting gzipped. Dynamic response