Update the Tomcat Configuration
1. Go to old_Software AG_directory/IntegrationServer/web/conf directory and open all configuration files in that directory in a text editor.
2. Go to new_Software AG_directory/profiles/instance_name/configuration/tomcat/conf directory and open all configuration files in that directory in a text editor.
4. Using the instructions on the web page, modify the new configuration files to have the same custom changes you made in the old configuration files.
5. Go to the new_Software AG_directory/profiles/instance_name/configuration/tomcat/conf directory, open the server.xml file, and replace the existing <Realm> element with the following:
<Realm className="org.apache.catalina.realm.LockOutRealm">
<Realm className="com.softwareag.platform.catalina.auth.SINRealm"
name="AppPlatformRealm"
userClassNames="com.softwareag.security.jaas.principals.SagUserPrincipal"
roleClassNames="com.softwareag.security.jaas.principals.SagRolePrincipal"
defaultRealm="AppPlatformRealm"/>
</Realm>
6. Review your web applications to make sure they comply with Tomcat server 8.5 and servlet API 3.1.