Hi, 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.
Thanks & Regards, MS -----Original Message----- From: Torgeir Veimo [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 1:12 PM To: Struts Users Mailing List Subject: Re: Space in jsp On Wed, 2006-01-11 at 23:06 -0800, Vasumathi wrote: > > after running the web application, when i see the source of that > page, > there are lots and lots of space between each line. > what is the reason for that, anyone can help me plz. > i not used any &nbsb in that jsp page... It's per jsp spec, whitespace is retained, and i think (if memory serves right) that tags are converted to whitespace. You can turn on gzip compression in the servlet container to compress output to reduce page download time. -- 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]