Versions Compared

Key

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

...

  1. Download and extract the Adeptia Connect zip file
  2. Delete the existing ROOT directory from .../TomcatInstallDirectory>/webapps.
  3. Open the extracted directory and copy Root.war to .../TomcatInstallDirectory>/webapps.
  4. Create a directory named working_directory in the .../TomcatInstallDirectory>/webapps.
  5. Copy resources_config directory from the extracted folder and paste it to the working_directory directory created in step 4.
  6. Go to .../TomcatInstallDirectory>/conf.
  7. Edit catalina.properties file to configure Adeptia working directory path. Add the path where you have created working_directory. Add the command at the end of the file. For example,

    app.working.dir.path=/opt/apache-tomcat-9.0.0.M19/webapps/working_directory
  8. Save and exit from the Terminal.
  9. Go to .../TomcatInstallDirectory>/webapps/working_directory/resources_config.
  10. Open application.properties file in the Text Editor and do the following:

    1. Set the IP address or domain name where Adeptia Suite is running in the app.adeptia.host.url.

      The URL format is

      <protocol_name>://<IP_Address or domain_name>:<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. For a clustered environment, provide the IP address or domain name of the load balancer.

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

       

    2. Set the IP address or domain name where Tomcat is running in the app.connect.domain.

      The URL format is:

      <IP_Address or domain_name>:<port_no>.

      where,

                 <protocol_name> is the name of the protocol you are using, for example, HTTP or HTTPS.           <IP_Address>  <IP_Address or domain_name> is the IP address or domain name of the computer on which Tomcat is running. For a clustered environment, provide the IP address or domain name of the load balancer.

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

     

  11. Restart Tomcat.

     

...