> Using JAVA_OPTS, you can pass any options *directly to the Java virtual
> machine* on which you are running Tomcat.  Some of these options are
> standard, others are VM-specific.  If you want to know the details,
> check the documentation for your particular JVM - if it can be passed an
> option, you can pass it in JAVA_OPTS.
> 
>                 - Peter

Like for example if you want to run your Sun Java VM in server mode
you would say (which I usually do):

export JAVA_OPTS=" -server "

Hope this helps,

Matt

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

Reply via email to