Versions Compared

Key

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

...

  • Fedora 4 is running on port 8080 at context "fcrepo" (with JMS listening on port 61616)
  • Your Fedora 4 has the transform service enabled. Since the transform service is not available in the core Fedora webapp, you will likely need to use the Fedora Webapp Plus.

Verify

  1. You should be able to view Fedora in a web browser at the following URL: http://localhost:8080/fcrepo/rest
  2. Create a resource or navigate to an existing Fedora resource in the web browser, for example http://localhost:8080/fcrepo/rest/collection
  3. Assuming the resource is named "collection", you can verify that the transform service is enabled by navigating to the following URL in a web browser: http://localhost:8080/fcrepo/rest/collection/fcr:transform/default
    1. You should see a json document such as:

      Code Block
      [{
        "created":["2016-06-01T18:04:41.859Z"],
        "has_parent":["http://localhost:8080/fcrepo/rest/"],
        "id":["http://localhost:8080/fcrepo/rest/collection"],
        "title":[],
        "last_modified":["2016-06-01T18:04:41.859Z"]
      }]

...