Versions Compared

Key

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

...

 
You should now be able to navigate to http://localhost:8080/rest and see Fedora Runningrunning.

If you have problems building Fedora 4, you may need to also pass options to the JaCoCo test coverage plugin:

Code Block
MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=1024m" mvn -Djacoco.agent.it.arg="-XX:MaxPermSize=1024m -Xmx1024m" -Djacoco.agent.ut.arg="-XX:MaxPermSize=256m -Xmx1024m"  clean install

Clustering Demo

To join the Fedora cluster, cd to the fcrepo-webapp directory and start Fedora with these clustering options:

...