Versions Compared

Key

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

...

  1. Download one of the following executable war WAR files
    • fedora-4... - no authorization enabled
    • fedora-4... - authorization enabled
  2. Either double-click on the download, or run the following command to start Fedora 4

    Code Block
    java -jar fedora-4...war
  3. Once Fedora 4 is seen to be running at the following URL, start exploring the feature tour

    No Format
    http://localhost:8080/rest/

    Note, port 8080 is the default. Replace that port number in the above URL if you used a different value.

...

Servlet Containers

Alternatively, instead of deploying Fedora 4 via the "one-click run", the Fedora 4 web-application can be installed by dropping the WAR file into a servlet 3 container, such as Tomcat 7 or Jetty 9.

Tomcat 7

  1. Download and install Tomcat
  2. Copy the Fedora 4 WAR file into Tomcat's "webapps" directory (e.g. /var/lib/tomcat7/webapps)

 

Jetty 9

Next Steps