Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

In order to access Adeptia Connect UI, you need to install Apache Tomcat 9. Click here to download Apache Tomcat 9. 

Installing Apache Tomcat 9

To install:

  1. Run the installer.
  2. Click Next to accept the License Agreement.



  3. Read the agreement carefully and click I Agree to accept the terms of the agreement.



  4. On the Choose Components wizard, select Minimum components type to install and click Next to configure Tomcat.



  5. On the Configuration wizard, type 80 in the HTTP/1.1 Connector Port.

    Ensure that no other application is running on port 80.




  6. On the Java Virtual Machine wizard, ensure that the JRE path displayed is same as the installed JRE path.



  7. Click Next to begin the installation. The installer starts installing Apache Tomcat.
  8. Click Finish to exit the installer.
  9. Now go to Start > Settings > Control Panel > Administrative Tools > Services. The Services window appears, listing all the services installed on the computer.
  10. Right-click Apache Tomcat 9.0 Tomcat9 and click Properties.
  11. On the General tab, select Automatic from the Startup type.



  12. Click Apply.
  13. Click OK.

    For a clustered environment, install Apache Tomcat 9 on other nodes following the same steps.

This installs Apache Tomcat 9.

Verifying Installation

After Apache Tomcat 9 is installed successfully, you need to verify whether Apache Tomcat 9 is installed successfully or not. To verify:

  1. Click Start > Settings > Control Panel > Administrative Tools > Services. The Services window appears, listing all the services installed on the computer.
  2. Check the status of Apache Tomcat. The Running status indicates Apache Tomcat has been installed and running successfully.



  3. Open the browser and hit the URL in the below format:

    <protocol_name>://<IP_address>:<port_number> 

    where,

    <protocol_name> is the name of the protocol you are using, for example, HTTP or HTTPS.

    <IP_Address> is the IP address of the computer where Apache Tomcat 9 is installed.

    <port_no> is the port number of the computer on which Apache Tomcat 9 is installed.

    For example, http://192.168.1.1:8080 

    Tomcat welcome screen appears, indicating a successful installation.



  • No labels