Error when increasing Tomcat's maximum memory pool

2007-05-08 Thread Ian H
I have Tomcat 5.5 running on a Windows 2000 machine having 4GB of RAM (recently upgraded from 2GB). The JVM in place is 1.4.2_12. Using the Configure tomcat widget, I attempted to increase the maximum memory pool from 1280MB that had been working to 2560MB. At this point, Tomcat fails to

Re: Error when increasing Tomcat's maximum memory pool

2007-05-08 Thread Ian H
Awesome, thank you again Chuck! - Ian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error when increasing Tomcat's maximum memory pool

2007-05-08 Thread Ian H
for the java heap Filip Ian H wrote: I have Tomcat 5.5 running on a Windows 2000 machine having 4GB of RAM (recently upgraded from 2GB). The JVM in place is 1.4.2_12. Using the Configure tomcat widget, I attempted to increase the maximum memory pool from 1280MB that had been working to 2560MB

compiled header filter on tomcat 5.5

2006-12-05 Thread Ian H
Hi all, I've taken the jspbook.jar found on page two of this article: http://www.onjava.com/pub/a/onjava/2004/03/03/filters.html and implement the ResponseHeaderFilter on a test server successfully using the following in web.xml: filter filter-nameResponseHeaderFilter/filter-name

Re: compiled header filter on tomcat 5.5

2006-12-05 Thread Ian H
On 12/5/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: SEVERE: Error filterStart What else is in the log? (The underlying cause usually appears _after_ the above somewhat misleading message.) Hi Chuck, Thank you for your quick reply! The whole stdout.log follows...(I see that for

Re: compiled header filter on tomcat 5.5

2006-12-05 Thread Ian H
On 12/5/06, David Smith [EMAIL PROTECTED] wrote: I see the prob here -- your code was compiled for java version 1.5 and you are using an older jvm to run tomcat. Match up and build your code on the same java version your server is using. Thanks again for such quick responses! I had thought

Re: compiled header filter on tomcat 5.5

2006-12-05 Thread Ian H
Charles, David, thank you both very much! Bingo, compiled, and working :) - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache 2.0.54/Tomcat 5.5 connector: SSL configuration and performance

2006-11-29 Thread Ian H
Hi Gregor, First, thank you VERY much for taking the time to respond! On 11/29/06, Gregor Schneider [EMAIL PROTECTED] wrote: below is a Filter-Example which we've used to add an Expires-Header. It adds the current month + one month, so that the content should be cached in any way: I'll

Apache 2.0.54/Tomcat 5.5 connector: SSL configuration and performance

2006-11-28 Thread Ian H
Hello all, Thank you for taking a moment to read this...I'm up to my eyeballs in content from google search results. I'm learning as quickly as I can, but could use a hand straightening a few things out. I have Apache and Tomcat running on the same W2K server, and am trying to troubleshoot and