Re: Web compression for Remedy mid-tier

2008-10-08 Thread Axton
Fred > > -Original Message- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] On Behalf Of Axton > Sent: Wednesday, October 08, 2008 10:17 AM > To: arslist@ARSLIST.ORG > Subject: Re: Web compression for Remedy mid-tier > > I cha

Re: Web compression for Remedy mid-tier

2008-10-08 Thread Grooms, Frederick W
r 08, 2008 10:17 AM To: arslist@ARSLIST.ORG Subject: Re: Web compression for Remedy mid-tier I changed the settings, restarted tomcat, logged in and hit the home page, logged out, then logged back in and hit the home page. The timings are from the second login to the complete load of the home p

Re: Web compression for Remedy mid-tier

2008-10-08 Thread Axton
I changed the settings, restarted tomcat, logged in and hit the home page, logged out, then logged back in and hit the home page. The timings are from the second login to the complete load of the home page. 2.09 seconds without compression 2.66 seconds with compression="on"

Re: Web compression for Remedy mid-tier

2008-10-08 Thread Axton
You shouldn't run things like that as root. You can start tomcat as root and run it as another user (privsep) using jsvc, which is bundled with tomcat. Here is my /etc/init.d/tomcat script to do that: #!/bin/sh CATALINA_HOME=x/y/z export CATALINA_HOME case "$1" in start) if [ -f $CATAL

Web compression for Remedy mid-tier

2008-10-07 Thread Doug Blair
So, while you are wondering who will answer your next support call and/or watching your stock tank, here's something that I have been experimenting with: web compression. It's built into most browsers and web servers, and by default it's turned off. Turning it on can really make a big differenc