Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ mv /opt/shrine/tomcat/webapps/shrine-webclient /opt/shrine/upgrade-backups/shrine-webclient

Modify Tomcat

You will need to create a file called setenv.sh in Tomcat's bin/ folder to increase the PermGen size given to Tomcat. This will prevent OutOfMemoryError messages caused by one of the underlying application libraries. Additionally, you will need to change a setting used by that same underlying library so Tomcat will properly shut down. Make sure this file is owned by the same user that runs SHRINE, and make sure it is executable:

...