Deploying with Tomcat

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

  1. Set the Java properties (e.g. /etc/default/tomcat7) mentioned in the following Application Configuration section 
  2. Drop the fcrepo-webapp (or your own distribution) WAR file into Tomcat's webapps directory.

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>