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. Extract Adeptia Connect zip file.
  2. Go to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.
  3. Delete the existing ROOT folder and Root.war.
  4. Open the extracted folder and copy Root.war to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.
  5. Start Tomcat. A new ROOT folder is created at …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.The below steps are applicable only for Adeptia Connect v2.1.
  6. Go Now, go to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps/Working_Directory/resources_config.
  7. Open application.properties file in the Text Editor and do the following:
    1. Remove the below two properties:
      app.base.static.content.url = https://<IP_address or domain name>/static/connect2/
      app.base.adeptia.url = https://<IP address or domain name>/adeptia/rest/
    2. Add the below property:
      ###########################################################
      # Production URL, used if AC 2.0 communicates with AC 1.0 #
      ###########################################################
      app.production.url=https://connect.adeptia.com
    3. Save the file.
  8. Go to the downloaded extracted zip folder and open resource_config folder. Copy apps.properties and xeroapps.p12 to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps/Working_Directory/resources_config.
  9. Restart Tomcat.

...