Open up wrapper.properties, scroll all the way to the bottom of the
file where java.cmdline is defined and insert the arguments as appropriate.
(It should be pretty straight forward)

        Randy

> -----Original Message-----
> From: Tom Bednarz [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 21, 2002 3:03 AM
> To: [EMAIL PROTECTED]
> Subject: Tomcat Win32 Service question
> 
> 
> 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]>
> 

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

Reply via email to