Versions Compared

Key

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

...

Until the Fedora Maven build is able to produce a deployable war artifact, you will need to manually create the Eclipse project that represents the Fedora WAR.

For the Spring DM extender to recognize your fedora.war Eclipse project as a web application, ensure that the project name ends in ".war", e.g. "fedora.war". The project structure should resemble the following:

  • fedora.war
    • WEB-INF
      • lib
    • MANIFEST
      • MANIFEST.MF

At this stage in development, fedora.war should have the following features disabled:

  • SSL
  • Resource Index
  • Messaging
  • Local Services
  • API-A Auth

MANIFEST.MF

Add the following META-INF/MANIFEST.MF to your copy of fedora.war