Hi,

I run Tomcat 4.0.1 on a Win2000 box as System Service. Is there any way to 
modify startup parameters? I like to define the memory settings of the VM 
by setting the following options:

-Xms64M -Xmx256M

wich will start Tomcat with a minimum of 64 MB and a maximum of 256 MB RAM.

When starting from the command line I guess modifying the catalina.bat as 
follows would do the job:

set CATALINA_OPTS=-Xms64M -Xmx256M

What do I need to do make this change in the service mode? How is this 
service implemented? Is this a real service using the JNI API? If so where 
can I find the source for this?

Many thanks for your help!

Thomas


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to