In order to start Java with increased memory settings, which of the following is correct in tomcat.bat -
set _STARTJAVA=start "%JAVA_HOME%\bin\java -Xms64m -Xsx120m" set _RUNJAVA="%JAVA_HOME%\bin\java -Xms64m -Xsx120m" I'm using tomcat 3.3 Thanks, Pete -- The Information contained in this E-Mail and any subsequent correspondence is private and is intended solely for the intended recipient(s). For those other than the recipient any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on such information is prohibited and may be unlawful.
