Expand | ||
---|---|---|
| ||
You may need to start and stop your Tomcat services to make sure that everything comes up correctly. Following are the quick steps to start, stop, or restart Tomcat Services: Start Tomcat
Stop Tomcat
Restart Tomcat
|
...
Expand | ||
---|---|---|
| ||
Tomcat's main configuration file is the server.xml located at …/<ApacheInstallFolder>/Tomcat<version_no>/conf. Change non-SSL/TLS HTTP/1.1 Connector on port number 8080 to the desired port number. Configure a connector for the port given in redirectPort. Update the Keystore path, password, and the server name in the file. Save the file. SSL Configuration
|
Expand | ||
---|---|---|
| ||
To check the status of Tomcat, open the browser and type 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://localhost:8080/192.168.1.1:80 The Tomcat welcome page appears, indicating Tomcat is running successfully. |
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
<protocol_name>://<IP_Address:<port_no>/adeptia/rest The URL format for app.adeptia.
Make sure that IP address is same in both URLs. |
Expand | ||
---|---|---|
| ||
We don't recommend upgrading to Tomcat version. However, if required contact Adeptia Support as upgrading on your own can cause system failure. |