Re: Update tomcat service (of version 5.5)

2009-08-04 Thread Sreeni2711
--JvmMs=512 This will work for tomcat 5 or above Thanks, Sree -- View this message in context: http://www.nabble.com/Update-tomcat-service-%28of-version-5.5%29-tp18055015p24809593.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Update tomcat service (of version 5.5)

2009-08-04 Thread André Warnier
Sreeni2711 wrote: Tomcat\bin\tomcat5.exe //US//serviceName -Startup Auto ++JvmOptions -Xms512m;-Xmx1024m I don't know what this all refers to, but you may want to have a look here : http://commons.apache.org/daemon/procrun.html

RE: Update tomcat service (of version 5.5)

2009-08-04 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Update tomcat service (of version 5.5) Sreeni2711 wrote: Tomcat\bin\tomcat5.exe //US//serviceName -Startup Auto ++JvmOptions -Xms512m;-Xmx1024m I don't know what this all refers to, but you may want to have a look here : http

Update tomcat service (of version 5.5)

2008-06-22 Thread Hacham, Lital
Hi, I'm installing tomcat as service on my machine. I used to work with tomcat 5.0 and after installing it I updated it by the following command: Tomcat\bin\tomcat5.exe //US//serviceName -Startup Auto ++JvmOptions -Xms512m;-Xmx1024m This worked great and I used to get exit value of 0 that

RE: Update tomcat service (of version 5.5)

2008-06-22 Thread Caldarale, Charles R
From: Hacham, Lital [mailto:[EMAIL PROTECTED] Subject: Update tomcat service (of version 5.5) After I've updated tomcat to version 5.5 and perform the same command I received exit value of 6. Why aren't you using the supported method of updating service parameters with the tomcat5w.exe

RE: Update tomcat service (of version 5.5)

2008-06-22 Thread Hacham, Lital
PM To: Tomcat Users List Subject: RE: Update tomcat service (of version 5.5) From: Hacham, Lital [mailto:[EMAIL PROTECTED] Subject: Update tomcat service (of version 5.5) After I've updated tomcat to version 5.5 and perform the same command I received exit value of 6. Why aren't you using

RE: Update tomcat service (of version 5.5)

2008-06-22 Thread Caldarale, Charles R
From: Hacham, Lital [mailto:[EMAIL PROTECTED] Subject: RE: Update tomcat service (of version 5.5) Since I want to perform this automatically from my code I'm running the command from the command line. The current doc for procrun (http://commons.apache.org/daemon/procrun.html) has separate

Re: Update tomcat service (of version 5.5)

2008-06-22 Thread Martin
] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, June 22, 2008 11:52 AM Subject: RE: Update tomcat service (of version 5.5) From: Hacham, Lital [mailto:[EMAIL PROTECTED] Subject: RE: Update tomcat service (of version 5.5) Since I want to perform this automatically from my code I'm running

RE: Update tomcat service (of version 5.5)

2008-06-22 Thread Caldarale, Charles R
From: Martin [mailto:[EMAIL PROTECTED] Subject: Re: Update tomcat service (of version 5.5) BTW: errno 6 is invalid handle indicating you are attempting to acquire occupied resource (which is most probably already acquired) Although that may be true on some platforms (certainly not all

Re: Update tomcat service (of version 5.5)

2008-06-22 Thread Johnny Kewl
- Original Message - From: Hacham, Lital [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Sunday, June 22, 2008 4:22 PM Subject: Update tomcat service (of version 5.5) Hi, I'm installing tomcat as service on my machine. I used to work with tomcat 5.0 and after installing it I