You are welcome.. and good luck.. Joe
________________________________ From: "Begosh, Kevin" <[email protected]> To: [email protected] Sent: Tuesday, February 3, 2009 4:05:35 PM Subject: Re: Apache Tomcat Memory Pool ** thanks Kevin Begosh, RSP Tech Ops Enterprise Business Services 301-791-3540 Phone 410-422-3623 Cell [email protected] From:Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Joe DeSouza Sent: Tuesday, February 03, 2009 2:02 PM To: [email protected] Subject: Re: Apache Tomcat Memory Pool ** Kevin, Its in the startup of tomcat if you start it using the batch file instead of the service on windows (I'm not really a windows expert). The equivalent of that bat file on windows is the startup.sh file in UNIX. On this file there is a JAVA_OPT parameter that already has default settings for -Xms and -Xmx with the sizes as arguments. On that same line after or before these parameters insert the -Xincgc parameter with no arguments. Stop Tomcat and then restart it by running the bat file. Before running the bat file however make sure all the paths for various other parameters such as JAVA_HOME, CATALINA_HOME etc are correct. Alter then if you have used anything other than default paths to install Tomcat. Beyond this my knowledge of setting and running Tomcat from the bat file on windows is limited as I more experience with running it on UNIX / Linux.. Cheers Joe _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"

