After reviewing the Tomcat 5. doco for the Coyotte connector (port 808), it stated 
that the compresssion attribute is part of the connector tag?? 
 
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/coyote.html
 
However, after downloading the Tomcat 5.0.16 and reviewing the connector tag within 
server.xml file, I could not find this attribute. After setting compression to "on" in 
the admin console, it uncommented the 
<filter-name>Compression Filter</filter-name> in the WEB-INF/web.xml file. However, it 
still did not add anything to the Coyotte connector. Is the doco wrong(i.e. should the 
compression attribute be included in the Coyotte connector tag)?
 
Also, (as stated earlier in an earlier email) there are other attributes associated 
with compression? Which file should they be included in - server.xml or web.xml???

Jacob Kjome <[EMAIL PROTECTED]> wrote:

You should verify information with the official Tomcat docs before posting 
questions here.
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html

If you don't find the answers in Tomcat's own docs, then don't hesitate to 
ask further questions.

Jake

At 07:39 AM 11/30/2003 -0800, you wrote:
>Thanks!
>
>I was reading the Wrox's "Professional Tomcat" book and it states that 
>Tomcat's web servers does not support Virtual Hosts. Does it now support 
>Virtual Hosts?
>
>Jacob Kjome wrote:
>
>The Coyote connector supports this already. No need to write a servlet
>filter. Look in server.xml or the tomcat docs for details.
>
>Jake
>
>At 03:16 PM 11/30/2003 +0100, you wrote:
> >Ron Andersen wrote:
> >
> >>Is GZIP-encoding/mod_gzip avaliable in Tomcats web server?
> >>
> >
> >Hello,
> >
> >You can write a ServletFilter, and a HttpServletResponse wrapper to
> >achieve the same results.
> >
> >Look into java.util.zip.*
> >
> >-- I never said it was easy ;-)
> >
> >Antonio Fiol
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------
>Do you Yahoo!?
>Protect your identity with Yahoo! Mail AddressGuard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard

Reply via email to