See the Quick Start guide to getting Fedora 4 up and running as quickly as possible.
Use the current document for a more complete description.

Deploying Fedora 4 is as easy as downloading the WAR file and copying to your servlet container's webapps directory.


Deploying with Tomcat 7

  1. Download and install Tomcat
  2. Set the Java properties (e.g. /etc/default/tomcat7) mentioned in the following Application Configuration section 
  3. Copy the Fedora 4 WAR file into Tomcat's "webapps" directory (e.g. /var/lib/tomcat7/webapps)

Deploying with Jetty 9

  1. Download and install Jetty
  2. Set the Java properties (e.g. /etc/default/jetty) mentioned in the following Application Configuration section 
  3. Copy the Fedora 4 WAR file into Jetty's "webapps" directory (e.g. /var/lib/jetty/webapps)

Clustering config (optional)

-Djgroups.tcp.address=<ip-address>
-Dfcrepo.ispn.numOwners=<num-nodes-in-cluster>
-Djava.net.PreferIPv4Stack=true
-Dfcrepo.ispn.replication.timeout=<timeout-in-ms>