Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This section lists the prerequisites and steps to update Adeptia Connect UI on Tomcat.

Though every release of Adeptia comes with seamless upgrades and bug-free patches. For customer's complex use cases, we recommend applying the patch in a non-production environment first followed by testing. After the use cases run successfully without any errors or warnings, you can apply the patch in the production environment. 

Prerequisites

  • Stop Tomcat before updating Adeptia Connect UI.
  • Take the backup of the ROOT folder available from …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.

Steps to update the patch:

  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 v2.1.
  6. 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.

Next Step

Verifying Updated Adeptia Connect UI

Updating Company Logo and Favicon.ico

Configuring SSL Handshake between Adeptia Connect Production Servers and Truststore of Adeptia Connect

See also

Recovering Adeptia Connect UI

  • No labels