bojan 01/09/27 03:33:21
Modified: src/doc tomcat-ug.html
Log:
Mention -server option for HotSpot
Revision Changes Path
1.16 +4 -2 jakarta-tomcat/src/doc/tomcat-ug.html
Index: tomcat-ug.html
===================================================================
RCS file: /home/cvs/jakarta-tomcat/src/doc/tomcat-ug.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- tomcat-ug.html 2001/09/18 03:28:27 1.15
+++ tomcat-ug.html 2001/09/27 10:33:21 1.16
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <!-- $Id: tomcat-ug.html,v 1.15 2001/09/18 03:28:27 larryi Exp $ -->
+ <!-- $Id: tomcat-ug.html,v 1.16 2001/09/27 10:33:21 bojan Exp $ -->
<!-- Copyright 1999-2001 Apache Software Foundation -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="style.css">
@@ -438,7 +438,9 @@
<ul>
<li>You may pass options and system property settings to the Java VM by
- specifying them in an environment variable called TOMCAT_OPTS.<br>
+ specifying them in an environment variable called TOMCAT_OPTS (for
+ instance: '-server' is useful as a performance enhancement if you're
+ running Sun's HotSpot VM).<br>
<b>Note:</b> On Win9x, you will not be able so include system property
settings in TOMCAT_OPTS because the <code>SET</code> command won't
accept a line with more than one equals sign.</li>