How to deploy WAR file (Private JVM) ?

You can deploy a WAR file either through your Tomcat Manager application or by simply uploading your WAR file in the following directory:

appservers/apache-tomcat-xx/domains/domain.com/

Where you replace apache-tomcat-xx with the actual Tomcat directory created after your Tomcat instance has been installed, domain.com with your mapped domain.

Please note that the Tomcat will auto deploy your WAR files. You need to make sure that your Tomcat is installed and running before it can auto deploy your WAR file and you need to restart the application service in order for changes to take effect.