Deploying the J2EE Archive File on Tomcat

There are multiple procedures for deploying the .war file on Tomcat. This topic describes one of those procedures for both UNIX and Windows. To deploy using Tomcat:

See Also
Deploying the J2EE Archive File in Japanese
Deploying the J2EE Archive File on WebLogic
Deploying the J2EE Archive File on WebSphere
  1. Stop any Tomcat processes.
  2. If a previous version is installed, delete the ematrix folder including the ematrix.war file from the /app/tomcat_install/webapps directory.
  3. Clean up the cache by deleting the ematrix folder from /app/tomcat_install/ work/Catalina/localhost.
  4. Copy the new ematrix.war file to /app/tomcat_install/webapps.
  5. Run the startup shell.

    On UNIX/Linux:
    Login as root at DOS window and run ./startup.sh.
    On Windows:
    Double click startup.bat located in app/tomcat_install/bin.

    The notification INFO: Deploying web application archive ematrix.war appears in the DOS window.

A notification appears when the deployment successfully completes.