...
Table of Contents |
---|
Downloads
See the latest Releases release for Fedora 4 WAR files to download.
Include Page | ||||
---|---|---|---|---|
|
Deploying with Tomcat 7
- Download and install Tomcat
- Set the Java properties for Tomcat (see: Application Configuration and javaprops Catalina Java Properties sections below)
Copy the Fedora 4 WAR file into Tomcat's "webapps" directory (e.g. /var/lib/tomcat7/webapps)
- Start the server
- Go to the browser page that matches your fedora 4 WAR file name (e.g. http://localhost:8080/fcrepo-webapp-4.0.0-beta-4-SNAPSHOT/rest)
...
- Download and install Jetty
- Set the Java properties for Jetty (see: Application Configuration and javaprops Catalina Java Properties sections below)
- Copy the Fedora 4 WAR file into Jetty's "webapps" directory (e.g. /var/lib/jetty/webapps)
- Start the server
- Go to the browser page that matches your fedora 4 WAR file name (e.g. http://localhost:8080/fcrepo-webapp-4.0.0/rest)
Include Page | ||||
---|---|---|---|---|
|
...
We have a separate page with suggested Java HotSpot VM Options recommendationsoptions for general Java tuning.
Clustering Properties (only effective in a clustered configuration)
Code Block |
---|
-Djgroups.tcp.address=<ip-address>
-Djava.net.PreferIPv4Stack=true |
- fcrepo.ispn.replication.timeout can be used to set the timeout of infinispan replication in a clustered environment
...