This guide covers installing or updating iGene on an existing Tomcat server using a new ROOT.war deployment package.
Before starting:
ROOT.war file.Before deploying the new version, create the following backups.
Backup the current WAR file:
C:\path\to\tomcat\webapps\ROOT.war
Backup the current exploded application folder:
C:\path\to\tomcat\webapps\ROOT\
Create a database backup to support rollback if required.
Stop the Tomcat service using one of the following methods.
Open Services and stop the Tomcat service.
C:\path\to\tomcat\bin\shutdown.bat
Wait until Tomcat has fully stopped before continuing.
Copy the new WAR file to:
C:\path\to\tomcat\webapps\ROOT.war
Remove the existing exploded application folder:
C:\path\to\tomcat\webapps\ROOT\
Tomcat will recreate this folder automatically when the application starts.
Start the Tomcat service using one of the following methods.
Start the Tomcat service from Services.
C:\path\to\tomcat\bin\startup.bat
Allow sufficient time for the application to deploy and start.
After Tomcat has started:
If an issue is identified after deployment:
ROOT.war.