This section lists the prerequisites and steps to update Adeptia Connect UI on Tomcat.
Prerequisites
- Stop Tomcat before updating Adeptia Connect UI.
- Take the backup of the ROOT folder from …/<ApacheTomcatInstallFolder>/webapps.
Steps to update the patch:
 For Windows
- 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.
- Go to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps/Working_Directory/resources_config.
Open apps.properties in the Text Editor and update shopify.scope property with below values:
shopify.scope=read_orders,write_orders,read_customers,write_customers,read_shipping,write_shipping,read_products,write_products,read_content,write_content,read_themes,write_themes,read_draft_orders, write_draft_orders,read_script_tags, write_script_tags,read_fulfillments, write_fulfillments,read_analytics,read_checkouts, write_checkouts,read_reports, write_reports,read_price_rules, write_price_rules
- Start Tomcat. A new ROOT folder is created at …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.
 For Linux
- Open the Terminal.
- Extract Adeptia Connect zip file.
- Go to …/<ApacheTomcatInstallFolder>/webapps.
- Delete the existing ROOT folder and Root.war.
- Open the extracted folder and copy Root.war to …/<ApacheTomcatInstallFolder>/webapps.
- Go to …/<ApacheTomcatInstallFolder>/webapps/Working_Directory/resources_config.
Open apps.properties in the Text Editor and update shopify.scope property with below values:
shopify.scope=read_orders,write_orders,read_customers,write_customers,read_shipping,write_shipping,read_products,write_products,read_content,write_content,read_themes,write_themes,read_draft_orders, write_draft_orders,read_script_tags, write_script_tags,read_fulfillments, write_fulfillments,read_analytics,read_checkouts, write_checkouts,read_reports, write_reports,read_price_rules, write_price_rules
- Start Tomcat. A new ROOT folder is created at …/<ApacheTomcatInstallFolder>/webapps.
Â
Next Step
Verifying Updated Adeptia Connect UI
See also
Recovering Adeptia Connect UI