RE: Re: heap size in tomcat 5.0

2005-09-25 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of matador Subject: Re: heap size in tomcat 5.0 i assume that if you run it as a windows service then the JAVA_OPTS are still picked up from there? No, they're in the registry. Use the tomcat5w.exe program in the bin directory to set

Re: heap size in tomcat 5.0

2005-09-24 Thread Leon Rosenberg
bin\catalina.bat actually in all versions of tomcat :-) regards Leon On 9/24/05, matador [EMAIL PROTECTED] wrote: win2k server tomcat 5.0.x how to set heap size (min max)? i know how to do it in tomcat 5.5, but wasnt sure which script controlled the JAVA_OPTS in 5.0 thx

Re: heap size in tomcat 5.0

2005-09-24 Thread matador
Leon Rosenberg [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: bin\catalina.bat actually in all versions of tomcat :-) regards Leon cool thanks. i assume that if you run it as a windows service then the JAVA_OPTS are still picked up from there? well i dont think that if you

Re: Heap Size for Tomcat

2002-05-16 Thread TMotte
my understanding is that any parameters you pass to bin/startup.bat or bin/startup.sh on the command line will be passed through to the java vm, such as mx128m or -D property=something .

Re: Heap Size for Tomcat

2002-05-16 Thread Phillip Morelock
The official way to do it is to set a TOMCAT_OPTS or CATALINA_OPTS variable with the string that you would normally feed the VM. (like -Xms or whatever). TOMCAT is for 3.x, CATALINA is for 4.x cheers fillup On 5/16/02 3:57 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: my understanding

Re: Heap Size for Tomcat

2002-05-16 Thread TMotte
: Subject: Re: Heap Size for Tomcat 05/16/2002 06:19 PM Please respond

Re: Heap Size for Tomcat

2002-05-16 Thread Wagner Danda
Hello, is it important to use the -Xms and -Xmx with tomcat? Doesn´t he already manage the heap? When I should use this and when I should not? Thanks. Wagner Danda Phillip Morelock wrote: The official way to do it is to set a TOMCAT_OPTS or CATALINA_OPTS variable with the string that you

Re: Heap Size for Tomcat

2002-05-16 Thread Phillip Morelock
Phillip Morelock subscriptions@phillipmo To: Tomcat Users List [EMAIL PROTECTED] relock.com cc: Subject: Re: Heap Size for Tomcat 05/16

RE: Heap Size for Tomcat

2002-05-16 Thread Jacob Hookom
Subject: Re: Heap Size for Tomcat i actually sent an email regarding this to the list about two weeks ago. I believe you are correct -- but I have found (only anecdotally) that the shutdown one doesn't have a negative impact, because on my platform at least (linux) -- even though the Virtual size

Re: Heap Size for Tomcat

2002-05-16 Thread Phillip Morelock
PROTECTED]] Sent: Thursday, May 16, 2002 6:46 PM To: Tomcat Users List Subject: Re: Heap Size for Tomcat i actually sent an email regarding this to the list about two weeks ago. I believe you are correct -- but I have found (only anecdotally) that the shutdown one doesn't have a negative impact