Skip to content

Commit 20bcb6c

Browse files
committed
Improve setup instructions for running as a Windows service - remove references to specific Windows OSes - it easily gets dated - correct info on how a JRE is identified / selected git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1186949 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9667817 commit 20bcb6c

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

webapps/docs/setup.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,27 @@
5555
<p>
5656
<ul>
5757
<li><strong>Installation as a service</strong>: Tomcat will be
58-
installed as a Windows
59-
NT/2k/XP service no matter what setting is selected. Using the
60-
checkbox on the component page sets the service as "auto"
58+
installed as a Windows service no matter what setting is selected.
59+
Using the checkbox on the component page sets the service as "auto"
6160
startup, so that Tomcat is automatically started when Windows
6261
starts. For optimal security, the service should be run as a
6362
separate user, with reduced permissions (see the Windows Services
6463
administration tool and its documentation).</li>
65-
<li><strong>Java location</strong>: The installer will use the registry
66-
or the JAVA_HOME environment variable to determine the base path
67-
of a Java SE 6 JRE.
68-
</li>
64+
<li><strong>Java location</strong>: The installer will provide a default
65+
JRE to use to run the service. The installer uses the registry to
66+
determine the base path of a Java 6 or later JRE, including the JRE
67+
installed as part of the full JDK. When running on a 64-bit
68+
operating system, the installer will first look for a 64-bit JRE and
69+
only look for a 32-bit JRE if a 64-bit JRE is not found. It is not
70+
mandatory to use the default JRE detected by the installer. Any
71+
installed Java 6 or later JRE (32-bit or 64-bit) may be used.</li>
6972
<li><strong>Tray icon</strong>: When Tomcat is run as a service, there
7073
will not be any tray icon present when Tomcat is running. Note that
7174
when choosing to run Tomcat at the end of installation, the tray
7275
icon will be used even if Tomcat was installed as a service.</li>
7376
<li>Refer to the
7477
<a href="windows-service-howto.html">Windows Service HOW-TO</a>
75-
for information on how to manage Tomcat as Windows NT service.
78+
for information on how to manage Tomcat as a Windows service.
7679
</li>
7780
</ul>
7881
</p>

0 commit comments

Comments
 (0)