Upgrading to Tomcat 7 (Linux)
1. Login to the Customer Portal to retrieve the distribution files that are used in these instructions:
• Tomcat configuration: http://customer.aptare.com/?view=login&url=downloads/customercare/downloads/updates/tomcat7files.tar.gz 2. Copy the Tomcat 7 binary distribution (apache-tomcat-7.0.42.tar.gz) to your Linux Portal server.
3. Copy the Tomcat 7 configuration files (tomcat7files.tar.gz) required for the upgrade.
4. Untar the Tomcat binary distribution into: /opt
cd /opt
gtar –zxvf <path>/ apache-tomcat-7.0.42.tar.gz
5. Untar the new Tomcat 7 configuration files into: /tmp
cd /tmp
gtar –zxvf <path>/tomcat7files.tar.gz
6. Run the preparetomcat7 script.
sh /tmp/tomcat7files/preparetomcat7
If no errors are reported, proceed to the next step.
7. Run the switchtomcat shell script.
sh /tmp/tomcat7files/switchtomcat
8. Upgrade should be complete. Verify that you can login to the Portal.