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.

...

  1. Download and extract the Adeptia Connect zip file
  2. Delete the existing ROOT folder  directory from .../TomcatInstallFolder>TomcatInstallDirectory>/webapps.
  3. Open the extracted folder directory and copy Root.war to .../TomcatInstallFolder>TomcatInstallDirectory>/webapps.
  4. Create a folder named Working_Directorydirectory named working_directory in the .../TomcatInstallFolder>TomcatInstallDirectory>/webapps.
  5. Copy resources_config folder from  directory from the extracted folder and paste it to the Working_Directory folder created the working_directory directory created in step 4.
  6. Go to .../TomcatInstallFolder>TomcatInstallDirectory>/conf.
  7. Edit catalina.properties. Go to .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 and add the belwo property:. For example,

    app.working.dir.path=/opt/apache-tomcat-9.0.0.M19/webapps/working_directory
  8. Save and exit from the Terminal.Start Tomcat.
  9. Go to .../TomcatInstallFolder>TomcatInstallDirectory>/webapps/Workingworking_Directorydirectory/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 for app.adeptia.host.url is

      <protocol_name>://<IP_Address or domain_name>:<port_no> 

      For example,

      http://10.0.0.125:8080no>/ 

      where, 

                  <protocol_name> is the name of the protocol you are using. For , for example, http  HTTP or httpsHTTPS.

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

      Info
      Make sure that IP address is same in all URLs.

       

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

      The

      URL format

      is:

      <IP_Address or domain_name>:<port_no>.

      where,

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

      Image Added

     

  11. Restart Tomcat.

     

Next Step

...