|
55 | 55 | <p> |
56 | 56 | <ul> |
57 | 57 | <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" |
61 | 60 | startup, so that Tomcat is automatically started when Windows |
62 | 61 | starts. For optimal security, the service should be run as a |
63 | 62 | separate user, with reduced permissions (see the Windows Services |
64 | 63 | 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> |
69 | 72 | <li><strong>Tray icon</strong>: When Tomcat is run as a service, there |
70 | 73 | will not be any tray icon present when Tomcat is running. Note that |
71 | 74 | when choosing to run Tomcat at the end of installation, the tray |
72 | 75 | icon will be used even if Tomcat was installed as a service.</li> |
73 | 76 | <li>Refer to the |
74 | 77 | <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. |
76 | 79 | </li> |
77 | 80 | </ul> |
78 | 81 | </p> |
|
0 commit comments