Thank you for your reply.
I use websphere server. Do you have any idea what needs to be done in that?

Regards,
Meenakshi
-----Original Message-----
From: Torgeir Veimo [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 12, 2006 2:55 PM
To: user@struts.apache.org
Subject: RE: Space in jsp


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]



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

Reply via email to