Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.
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 and do the following:.
  3. Set the IP address where Adeptia Suite is running in the

app.base.adeptia.url and
  1. app.adeptia.host.url.
    The URL format for app

.base
  1. .adeptia.

url is 
     <protocol_name>://<IP_Address:<port_no>/adeptia/rest
The URL format for app.adeptia.
  1. host.url is

  1. <protocol_name>://<IP_
Address
  1. Address>:<port_no>

    where,

    <protocol_name> is the name of the protocol you are using

. For
  1. , for example,

http
  1. HTTP or

https
  1. 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,

https://10.0.0.125:8443/adeptia/rest

  1. http://10.0.0.125:8080

Make sure that IP address is same in both URLs.

Image Removed
Expand
titleHow can I upgrade to latest Tomcat Version?

We don't recommend upgrading to Tomcat version. However, if required contact Adeptia Support as upgrading on your own can cause system failure.