In order to access Adeptia Connect UI, you need to install Apache Tomcat 9. Click here to download Apache Tomcat 9. Choose the Tomcat according to your operating system.
...
- Open the Terminal with root user.
Execute the below command:
echo $CATALINA_HOME.
Tomcat installed path appears indicates the successful installation.
Starting Tomcat
Open the Terminal with root user.
- Go to the Tomcat home directory.
- Go to the bin folder.
Execute the below command:
./startup.sh
Tomcat is started successfully.
Verifying Tomcat
...
Tomcat welcome screen appears, indicating the successful installation.
Next Step