Remember that if you are running Tomcat as an NT Service, you will have to rebuild the service with tomcat.exe with new memory parameters.
"$CATALINA_HOME$\bin\tomcat.exe" -install "Apache Tomcat 4.1" "$JAVA_HOME$\jre\bin\client\jvm.dll" -Xmx512m -Xms256m -Djava.class.path="$CATALINA_HOME$\bin\bootstrap.jar" -Dcatalina.home="$CATALINA_HOME$" -start org.apache.catalina.startup.BootstrapService -params start -stop org.apache.catalina.startup.BootstrapService -params stop -err "$CATALINA_HOME$\logs\stderr.log" I think the default out-of-the-box install has a max of 128MB. Derrick This electronic transmission is strictly confidential to Smith & Nephew and intended solely for the addressee. It may contain information which is covered by legal, professional or other privilege. If you are not the intended addressee, or someone authorized by the intended addressee to receive transmissions on behalf of the addressee, you must not retain, disclose in any form, copy or take any action in reliance on this transmission. If you have received this transmission in error, please notify the sender as soon as possible and destroy this message. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
