Versions Compared

Key

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

...

Info

See the Quick Start guide to getting Fedora 5 up and running as quickly as possible.

...

Excerpt

Although deploying Fedora 5 is as easy as downloading the WAR file and copying to your servlet container's webapps directory, this document details the process.

...

See the latest release for Fedora 5 WAR files to download.


Include Page
System Requirements
System Requirements

Deploying with Tomcat

...

8

  1. Download and install Tomcat 
  2. Set the Java properties for Tomcat (see: Application Configuration and Catalina Java Properties sections below)
  3. Copy the Fedora 5 WAR file into Tomcat's "webapps" directory (e.g. /var/lib/tomcat7tomcat8/webapps)

  4. Start the server
  5. Go to the browser page that matches your Fedora 5 WAR  WAR file name (e.g. http://localhost:8080/fcrepo-webapp-5x.x.x/rest)

Deploying with Jetty 9

  1. Download and install Jetty
  2. Set the Java properties for Jetty  (see: Application Configuration and Catalina Java Properties sections below)
  3. Copy the Fedora 5 WAR file into Jetty's "webapps" directory (e.g. /var/lib/jetty/webapps)
  4. Start the server
  5. Go to the browser page that matches your Fedora 5 WAR file name (e.g. http://localhost:8080/fcrepo-webapp-5x.x.x/rest)

Include Page
Application Configuration
Application Configuration

...

Sets the home for Fedora's persisted data. Without this setting Fedora tries to use the current-working-directory as the home of persisted data. If the Tomcat user does not have write access to the installation area (e.g. /var/lib/tomcat7tomcat8), then Fedora 5 will not deploy. Set this system property to a directory writable by the tomcat process.

...