RE: JAVA_OPTS for multiple apps running under 1 tomcat

2004-11-19 Thread Peter Crowther
From: Wick, Daniel [mailto:[EMAIL PROTECTED] When I set JAVA_OPTS=-Xmx 512m, in the bin/setenv.sh on UNIX, does this max out 512m for each context, or does it set it for everthing that runs under tomcat? It sets it for the Java virtual machine. Since all three contexts run in one virtual

Re: JAVA_OPTS for multiple apps running under 1 tomcat

2004-11-19 Thread Larry Meadors
They are all sharing one JVM and it's resources. Java knows nothing of tomcat or contexts. [EMAIL PROTECTED] 11/19/04 8:59 AM Hi! I have 3 virtual hosts in tomcat, each with it's own java app/context (total of 3 apps). When I set JAVA_OPTS=-Xmx 512m, in the bin/setenv.sh on UNIX, does this max

RE: JAVA_OPTS for multiple apps running under 1 tomcat

2004-11-19 Thread Wick, Daniel
: JAVA_OPTS for multiple apps running under 1 tomcat They are all sharing one JVM and it's resources. Java knows nothing of tomcat or contexts. [EMAIL PROTECTED] 11/19/04 8:59 AM Hi! I have 3 virtual hosts in tomcat, each with it's own java app/context (total of 3 apps). When I set JAVA_OPTS

RE: JAVA_OPTS for multiple apps running under 1 tomcat

2004-11-19 Thread Shapira, Yoav
Hi, It's for everything under the Tomcat instance, since one Tomcat instance is one JVM, no matter how many Hosts or webapps you have on it. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Wick, Daniel [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 11:00 AM