Versions Compared

Key

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

...

Code Block
languagexml
titleserver.xml
<Server>
  ...
  <Service>
    ...
    <Engine>
      ...
      <Host>
        <Context docBase="fcrepo" altDDName="webapps/fcrepo/WEB-INF/web-no-auth.xml" />
        ...
      </Host>
    </Engine>
  </Service>
</Server>

Jetty

Add an entry to your jetty.xml, instructing Jetty to load a different web.xml:

Code Block
languagexml
titlejetty.xml
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd"><Configure class="org.eclipse.jetty.webapp.WebAppContext">  ...
  <Set name="descriptor">web-no-auth.xml</Set></Configure>