Caldarale, Charles R wrote:
Most of the 64-bit Sun JVMs come only in -server mode, no -client version.  Run 
"java -version" (without the quotes) to see what the default mode is.

Checking that...

$ ./java -version
java version "1.6.0_11"
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) 64-Bit Server VM (build 11.0-b16, mixed mode)

So no need for the switch, since it's already doing that.  Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to