[Laszlo-checkins] r11110 - openlaszlo/trunk/test/appsize

dda@openlaszlo.org dda at openlaszlo.org
Fri Sep 19 11:56:12 PDT 2008


Author: dda
Date: 2008-09-19 11:56:11 -0700 (Fri, 19 Sep 2008)
New Revision: 11110

Modified:
   openlaszlo/trunk/test/appsize/readme.txt
Log:
Adjusted the comment per Phil's review.


Modified: openlaszlo/trunk/test/appsize/readme.txt
===================================================================
--- openlaszlo/trunk/test/appsize/readme.txt	2008-09-19 18:46:59 UTC (rev 11109)
+++ openlaszlo/trunk/test/appsize/readme.txt	2008-09-19 18:56:11 UTC (rev 11110)
@@ -27,11 +27,13 @@
 
 If you see *much* worse results (factor of 2 or greater) than expected,
 it is likely that you do not have compression turned on for the version
-of tomcat you are testing with.  In your conf/server.xml you'll want a
-line that looks like this:
+of tomcat you are testing with.  In your conf/server.xml you'll want to
+adjust your <Connector> entry so that it has these attributes:
 
          <Connector port="8080" .......
-			   compressableMimeType="application/xml,text/html,text/xml,text/javascript,application/x-javascript,application/javascript,application/x-shockwave-flash"/>
+               compression="on" 
+               compressionMinSize="2048" 
+               compressableMimeType="application/xml,text/html,text/xml,text/javascript,application/x-javascript,application/javascript,application/x-shockwave-flash"
 
 ================================================================
 



More information about the Laszlo-checkins mailing list