JAVA_OPTS for multiple apps running under 1 tomcat

2004-11-19 Thread Wick, Daniel
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 out 512m for each context, or does it set it for everthing
that runs under tomcat?

--Dan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 machine, it is set for everything that runs under (that
instance of) Tomcat.

- Peter


smime.p7s
Description: S/MIME cryptographic signature


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 out 512m for each context, or does it set it for everthing
that runs under tomcat?

--Dan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JAVA_OPTS for multiple apps running under 1 tomcat

2004-11-19 Thread Wick, Daniel
I guess I could have deduced that from seeing only 1 java process...but I'm
happy to have the validation of the group!  Many thanks!  

 -Original Message-
 From: Larry Meadors [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 19, 2004 10:35 AM
 To: [EMAIL PROTECTED]
 Subject: Re: 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=-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?
 
 --Dan
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
To: [EMAIL PROTECTED]
Subject: JAVA_OPTS for multiple apps running under 1 tomcat

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 out 512m for each context, or does it set it for
everthing
that runs under tomcat?

--Dan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to whom 
it is addressed, and may not be saved, copied, printed, disclosed or used by 
anyone else.  If you are not the(an) intended recipient, please immediately 
delete this e-mail from your computer system and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]