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 file in the Text Editor and add the following code at the end of the file:
# Microsoft SharePoint
microsoftsharepoint.oauthVersion=2.0
microsoftsharepoint.oauth20.authorize=https://{domain}.sharepoint.com/_layouts/15/OAuthAuthorize.aspx
microsoftsharepoint.oauth20.accessToken=https://accounts.accesscontrol.windows.net/{realmId}/tokens/OAuth/2
microsoftsharepoint.scope=Site.Manage List.Manage Web.Manage Web.Write AllSites.Manage AllProfiles.Manage Microfeed.Manage
microsoftsharepoint.AccessTokenValueMap=resource$00000003-0000-0ff1-ce00-000000000000/{domain}.sharepoint.com@{realmId}
- 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 file in the Text Editor and add the following code at the end of the file:
# Microsoft SharePoint
microsoftsharepoint.oauthVersion=2.0
microsoftsharepoint.oauth20.authorize=https://{domain}.sharepoint.com/_layouts/15/OAuthAuthorize.aspx
microsoftsharepoint.oauth20.accessToken=https://accounts.accesscontrol.windows.net/{realmId}/tokens/OAuth/2
microsoftsharepoint.scope=Site.Manage List.Manage Web.Manage Web.Write AllSites.Manage AllProfiles.Manage Microfeed.Manage
microsoftsharepoint.AccessTokenValueMap=resource$00000003-0000-0ff1-ce00-000000000000/{domain}.sharepoint.com@{realmId}
- Start Tomcat. A new ROOT folder is created at …/<ApacheTomcatInstallFolder>/webapps.
Â
Next Step
Configure Web Forms if you want to use in Adeptia Connect.
Verifying Patch
See also
Recovering Adeptia Connect UI