Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.
  1. adeptia

.url and app
  1. .

adeptia.
  1. 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