Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleHow to Start and Stop Tomcat Services?

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

  1. Go to Start > Apps > Control Panel > Administrative Tools > Services.
  2. Right-click Apache Tomcat 9.0 Tomcat9.
  3. Click Start.

 

Stop Tomcat

  1. Go to Start > Apps > Control Panel > Administrative Tools > Services.
  2. Right-click Apache Tomcat 9.0 Tomcat9.
  3. Click Stop.

Restart Tomcat

  1. Go to Start > Apps > Control Panel > Administrative Tools > Services.
  2. Right-click Apache Tomcat 9.0 Tomcat9.
  3. Click Restart.

...

Expand
titleHow can I configure Adeptia Suite URL in Tomcat?
  1. Go to …/<ApacheInstallFolder>/Tomcat<version_no>/webapps/Working_Directory/resources_config.
  2. Open application.properties file in the Text Editor.
  3. Set the IP address where Adeptia Suite is running in the app.adeptia.host.url.
    The URL format for app.adeptia.host.url is

    <protocol_name>://<IP_Address>:<port_no>

    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 on which Adeptia Suite is running.

    <port_no> is the port number of the computer on which Adeptia Suite is running.

    For example,

    http://10.0.0.125:8080

Expand
titleHow can I upgrade to latest Tomcat Version?

Contact Adeptia Support for upgrading Tomcat. Upgrading on your own can cause system failure.