> 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 mode on any box (although the client libraries don't seem to be
included in recent 64-bit Linux JVM downloads; don't know if they're
included in the 64-bit Windows versions).

> The currently running TC instances are deployed as 
> Services under Windoe 2003 servers.

To select the server vs client mode on Tomcat 5.0, 5.5, or 6.0 installed
as a Windows service, run the tomcat5w.exe program from Tomcat's bin
directory, go to the Java tab, and set the value in the Java Virtual
Machine box to use the server or client directory, as desired.  E.g.:
  <jre_folder>\bin\server\jvm.dll
  <jre_folder>\bin\client\jvm.dll

I would hope there's something similar for 4.1, but I've never used that
level.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to