AuthenticRoast - Installation for Tomcat

This project has moved!

AuthenticRoast has moved to Google code.

All you need to do special to Tomcat is register the Tomcat-specific valve with your context.

One way to do that is:

  • Create a file context.xml in the WEB-INF/ folder of your web-app.
  • Copy the following content into this file:
    <Context>
        <Valve className="name.aikesommer.authenticator.TomcatAuthenticator" />
    </Context>