UpgradeMINTInstructions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
# Adapt the server.xml | # Adapt the server.xml | ||
# Adapt the CATALINA_HOME variable | # Adapt the CATALINA_HOME variable | ||
# Install the Tomcat service | |||
# Adapt the Java properties | |||
# Start the Tomcat service | |||
# Test that the Tomcat is running | |||
===Download and prepare the JRS WAR archive===__NOEDITSECTION__ | ===Download and prepare the JRS WAR archive===__NOEDITSECTION__ | ||
Revision as of 14:15, 18 June 2015
This page describes the technical process of upgrading MINT to the latest JasperReports Server (JRS) release.
Upgrading MINT
Backup of previous release
- Export the repository:
- Log in as superuser
- Go to Manage / Server Settings / Export
- Export everything as export.zip
- Backup the JasperReports Server War File:
- Create a folder where you can save your jasperserver-pro war file. For example, C:\JS_60_BACKUP
- Copy <tomcat>/webapps/jasperserver-pro to <path>/JS_60_BACKUP
- Backup the database:
- Take a backup of the jasperserver database (e.g. jasperserver6, jasperserver61 -- choose the latest one) using pgAdmin3
Install Tomcat
- Download the latest Tomcat release (check compatibility!)
- Stop the current service
- Uninstall the current Tomcat service
- Unzip Tomcat
- Adapt the server.xml
- Adapt the CATALINA_HOME variable
- Install the Tomcat service
- Adapt the Java properties
- Start the Tomcat service
- Test that the Tomcat is running
Download and prepare the JRS WAR archive
Install the latest JRS
Import the repository
Apply customisations
All customisations need to be re-applied, i.e. all the customised files need to replace the default ones. The list of customised files can be found here.