...
- Extract Adeptia Connect zip file.
- Go to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.
- Delete the existing ROOT folder and Root.war.
- Open the extracted folder and copy Root.war to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.
- Start Tomcat. A new ROOT folder is created at …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.The below steps are applicable only for v2.1.
- Go Now, go to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps/Working_Directory/resources_config.
- Open application.properties file in the Text Editor and do the following:
- 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/
- Add the below property:
###########################################################
# Production URL, used if AC 2.0 communicates with AC 1.0 #
###########################################################
app.production.url=https://connect.adeptia.com
- Save the file.
- Remove the below two properties:
- 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.
- Restart Tomcat.
Next Step
See also