Tomcat 4.x, 5.x Client mode vs Server mode and JAVA_OPTS, how-to-know which is running?

2008-01-20 Thread David Brown
Hello TC committers, contributors and users. I am a long time TC user and it is the reason I have my current gig. In spite of the length of time using Tomcat I was not aware of the Client vs Server mode using the JAVA_OPTS variable in catalina or the startup script. Currently, I am using JMeter

Fw: Tomcat 4.x, 5.x Client mode vs Server mode and JAVA_OPTS, how-to-know which is running?

2008-01-20 Thread Martin Gainty
I dont believe you can force JAVA VM to run in 'server-mode' configuration on any windows box perhaps if you try to use -server option configured in the %JAVA_OPTS% with a AMD64 bit processor? http://java.sun.com/j2se/1.5.0/docs/guide/vm/server-class.html M - Original Message - From:

Re: Fw: Tomcat 4.x, 5.x Client mode vs Server mode and JAVA_OPTS, how-to-know which is running?

2008-01-20 Thread Rainer Jung
Martin Gainty schrieb: I dont believe you can force JAVA VM to run in 'server-mode' configuration on any windows box perhaps if you try to use -server option configured in the %JAVA_OPTS% with a AMD64 bit processor? http://java.sun.com/j2se/1.5.0/docs/guide/vm/server-class.html

RE: Tomcat 4.x, 5.x Client mode vs Server mode and JAVA_OPTS, how-to-know which is running?

2008-01-20 Thread Caldarale, Charles R
From: David Brown [mailto:[EMAIL PROTECTED] Subject: Tomcat 4.x, 5.x Client mode vs Server mode and JAVA_OPTS, how-to-know which is running? Martin's comment about not being able to run in server mode on a Windows box is, of course, fallacious. A HotSpot JVM will run in server or client