Server Reference Guide : G. Installing Tomcat
 
Share this page                  
Installing Tomcat
 
Install Tomcat for Windows
Install Tomcat for Linux
Install Tomcat for Windows
Follow these procedures to install Tomcat for Microsoft Windows.
Download Tomcat 8 for Windows
1. Point a web browser to:
https://tomcat.apache.org/
2. Select the following download: 32-bit/64-bit Windows Service Installer.
In this example, the following was downloaded and saved in the C:\temp directory:
apache-tomcat-8.5.14.exe
This will eventually install jre1.8.0_121.
Install Tomcat 8 for Windows
1. Double-click the apache-tomcat-<ver>.exe file to launch the installer.
The Welcome to Apache Tomcat Setup frame is displayed.
2. Click Next.
The License Agreement frame is displayed.
3. Click I Agree.
The Choose Components frame is displayed.
4. Click Next.
The Configuration frame is displayed, listing the following:
Server Shutdown Port: 8005
HTTP/1.1 Connector Port: 8080
AJP/1.3 Connector Port: 8009
Windows Service Name: Tomcat8
Create Shortcuts for all Users: __
Tomcat Administrator Login (optional):
User Name: __________________
Password: ___________________
Role: manager-gui
5. If there are no conflicts with the defaults, click Next.
The Java Virtual Machine frame displays the following:
C:\Program Files\Java\jre1.8.0_121
6. If this is the location of 64-bit Java Runtime that will be used by Tomcat 8, click Next.
The Choose Install Location frame displays the following:
C:\Program Files\Apache Software Foundation\Tomcat 8.5
7. If this location is acceptable, click Install.
The Apache Tomcat installation commences.
8. When the Completing Apache Tomcat Setup frame appears, click Finish.
Verify that Tomcat 8 is running
1. Launch an Administrative Window: click Start, Actian OpenROAD 6.2 (64-bit), OpenROAD Administrative Command Window.
2. To determine if Tomcat 8 is running, enter the following command:
sc qc tomcat8
If Tomcat 8 is running, the following output will be generated:
[SC] QueryServiceConfig SUCCESS
SERVICE_NAME: tomcat8
               TYPE               : 10  WIN32_OWN_PROCESS
               START_TYPE         : 3   DEMAND_START
               ERROR_CONTROL      : 1   NORMAL
               BINARY_PATH_NAME   : "C:\Program Files\Apache Software Foundation\
                                     Tomcat 8.5\bin\Tomcat8.exe" //RS//Tomcat8
               LOAD_ORDER_GROUP   :
               TAG                : 0
               DISPLAY_NAME       : Apache Tomcat 8.5 Tomcat8
               DEPENDENCIES       : Tcpip
                                  : Afd
               SERVICE_START_NAME : LocalSystem