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 (see: Application Configuration and Catalina Java Properties sections below)
  3. Copy the Fedora 4 WAR file into Tomcat's "webapps" directory (e.g. /var/lib/tomcat7/webapps)

  4. Start the server with a command such as: CATALINA_HOME/bin/catalina.bat run > tomcat1.log 2>&1
  5. Go to the browser page that matches your fedora 4 WAR file name (e. ig. e. http://localhost:8080/fcrepo-webapp-4.0.0-alpha-6-SNAPSHOT/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 4 WAR file into Jetty's "webapps" directory (e.g. /var/lib/jetty/webapps)
  4. Start the server with a command such as: JETTY_HOME/java -jar start.jar > jetty.log 2>&1
  5. Go to the browser page that matches your fedora 4 WAR file name (e. ig.e. http http://localhost:8080/fcrepo-webapp-4.0.0-alpha-6-SNAPSHOT/rest)

Include Page
Application Configuration
Application Configuration

...