Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 10413 invoked from network); 21 Aug 2004 12:31:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Aug 2004 12:31:50 -0000 Received: (qmail 20807 invoked by uid 500); 21 Aug 2004 12:31:25 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 20709 invoked by uid 500); 21 Aug 2004 12:31:24 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 20669 invoked by uid 99); 21 Aug 2004 12:31:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received: from [204.74.20.252] (HELO sid.armstrong.com) (204.74.20.252) by apache.org (qpsmtpd/0.27.1) with ESMTP; Sat, 21 Aug 2004 05:31:24 -0700 Received: from joedog.org (pcp01470022pcs.lncstr01.pa.comcast.net [68.82.237.147]) by sid.armstrong.com (8.12.8p1/8.12.8) with ESMTP id i7LCYYTj005239 for ; Sat, 21 Aug 2004 07:34:34 -0500 Message-ID: <41274098.6050004@joedog.org> Date: Sat, 21 Aug 2004 08:31:20 -0400 From: Tim Funk Organization: Human being User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en, es-mx, de, sv MIME-Version: 1.0 To: Tomcat Users List Subject: Re: JSP WhiteSpace References: <20040821080942.96656.qmail@web61308.mail.yahoo.com> In-Reply-To: <20040821080942.96656.qmail@web61308.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Use mod_gzip. (If using apache, or tomcat 5 also supports compressing on the HTTP connector) The whitespace becomes a non-issue and your *really* save bandwidth. -Tim Jack Kada wrote: > Developers, > > I have completed a JSP project but when i view the > source of the HTML pages there are loads of whitespace > in between tables rows. > > I am using Tomcat 5 and in the mailing list read that > there is a parameter called trimSpaces(). I tried > this but it had no effect on the webpage. > > If i could remove whitespace without touching JSP code > i would save a lot of bandwidth. > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org