On Thu, 2006-01-12 at 14:50 +0530, Meenakshi Singh wrote:
> 
> Would you please explain what gzip compression in the servlet
> container is?
> & How do you turn it on?
> Is it some tool that needs to be downloaded from some where. 

Depens on which servlet container you're using. If it's tomcat, look in
server.xml, on a <Connector .. > you can add the following properties;

compression="on"
compressionMinSize="2048"
noCompressionUserAgents="gozilla, traviata"
compressableMimeType="text/html,text/xml"


-- 
Torgeir Veimo <[EMAIL PROTECTED]>


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

Reply via email to