Hi,

I think these are the settings to look at:

http://tomcat.apache.org/tomcat-5.0-doc/config/http.html

Two attributes are needed assuming you wish to add additional
mimetypes:
"compressableMimeType": The value is a comma separated list of MIME types
for which HTTP compression may be used. The default value is
text/html,text/xml,text/plain.
 

"compression": The Connector may use HTTP/1.1 GZIP compression in an attempt
to save server bandwidth. The acceptable values for the parameter is "off"
(disable compression), "on" (allow compression, which causes text data to be
compressed), "force" (forces compression in all cases), or a numerical
integer value (which is equivalent to "on", but specifies the minimum amount
of data before the output is compressed). If the content-length is not known
and compression is set to "on" or more aggressive, the output will also be
compressed. If not specified, this attribute is set to "off".
                .
                .
                .
  <Service name="Catalina">
    <Connector
                port="80" maxHttpHeaderSize="8192"
                URIEncoding="UTF-8" 
                maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
                enableLookups="false" redirectPort="8443" acceptCount="100"
                connectionTimeout="20000" disableUploadTimeout="true" 
                compression="on"
compressableMimeType="text/html,text/xml,text/plain,application/xml,
image/svg+xml"
   />
                .
                .
                .

Randy 

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]
On Behalf Of Larry Mason
Sent: Tuesday, September 12, 2006 10:05 AM
To: [email protected]
Subject: [svg-developers] Re: 'Native' SVG support in Opera and FF

> for Apache this means for the
> .svgz extension:
> 
> Content-Type: image/svg+xml
> Content-Encoding: gzip
> 
Would anyone have the proper setting for Tomcat's web.xml ?
TIA,
Larry


-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
---- 
Yahoo! Groups Links






 






-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to