You can upgrade using the WAR file in your application server distribution. These instructions use the WAR file from the Apache Tomcat based distribution, however you can choose from different distributions for various application servers.
Review the Supported Stacks list to see what’s supported.
To upgrade using the War file:
- Stop the web server running the application.
- Deploy the new WAR file in your web server by placing it in the /webapps folder in Tomcat.
- Boot up the web server and start Process Services to check if it’s working as expected.
Any database upgrade changes should have now been applied.
Note: See the Installing using the WAR file section
for more details.