Versions Compared

Key

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

...

  1. Download and install Tomcat
  2. Set the Java properties for Tomcat
    • Many linux distributions put these settings a the file /etc/default/tomcat7, outside of the tomcat installation folder.
    • If your operating system does not have the file above, you can create a setenv.sh (or setenv.bat) script in the tomcat7/bin folder. Settings here will not be disturbed by upgrades to the tomcat package. For instance, the following bash line will add the fcrepo.home property to existing JAVACATALINA_OPTS.
      JAVACATALINA_OPTS="${JAVACATALINA_OPTS} -Dfcrepo.home=/tmp/fcrepo4-home"
    • See the Catalina Java Properties section below for the properties you need.
  3. Copy the Fedora 4 WAR file into Tomcat's "webapps" directory (e.g. /var/lib/tomcat7/webapps)

...

Include Page
Application Configuration
Application Configuration

Catalina Java Properties

fcrepo.home=<some-writable-directory>

...