Howdy,

>Thanks Yoav - one last dumb question and I will leave you alone! So by

There's more than one in this email ;)  And no question is dumb
(although that assertion is frequently tested on this list).

>adding that to my environment variables list, Tomcat knows to add it as
a
>startup parameter for Java? Or do I need to specify something else in
the

No, it's one of a small set of variables documented in
$CATALINA_HOME/bin/catalina.sh that tomcat looks for.  Environment
variables don't need to be on the classpath.

>Is there an easy way to check the JVM to
>see the parameters once it is running??

Generally, no, but there are some exceptions.  Although in this specific
case, you can get memory information via Runtime#totalMemory() and
Runtime#freeMemory().

Yoav Shapira




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]

Reply via email to