If you want Tomcat to start as a service in Windows 2k you can use this program by Davis Boyer called Tomcat Service Manager at http://web.bvu.edu/staff/david/index.jsp?section=software&subsection=tcservcfg&page=overview I use this for both Tomcat 4.1 and Tomcat 5. This utility also let you set the heap size also.
Hope this helps. Dean -----Original Message----- From: Adam Brundrett [mailto:[EMAIL PROTECTED] Sent: Wed 3/24/2004 9:59 AM To: Tomcat Users List Subject: Re: Tomcat configuration Hmm...not sure on Windows but on unix you set an environment variable called CATALINA_OPTS. Set the Xmx and Xms parameters to the amount of memory you want to dedicate to the heap. On our web server where we have 2GB ram I have: CATALINA_OPTS="-Xms=750m -Xmx=750m" Tomcat then picks up this memory option when it fires up. Reis, Tom wrote: > I am running Tomcat 4.03 on a windows 2K server with JDK1.3.1. I am >confused on configuration and was hoping someone could clarify or point to >documentation on it. I am confused on memory configuration do I change the >memory configuration for java or for Tomcat. I am also not sure how to >change the heap size. Do I put a statement in the server.xml or is it >something else. Is there documentation that tells you how to configure >Tomcat. Thanks. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > -- ******************************************************************* Adam Brundrett DBA/Software Engineer MLC Development Medical Research Council Harwell Oxon. OX11 0RD Email: [EMAIL PROTECTED] Tel: +44(0)1235 841253 ******************************************************************* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
