Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 641 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 641 Bytes

remote-user-valve

Quick Start

Here is a quick recipe to get started.

  1. Download the jar

  2. Copy jar to Tomcat's lib/

  3. Add the following line to conf/logging.properties for testing

    org.jasig.tomcat.valves.level = FINE
  4. Add the following to conf/server.xml inside "localhost" Host just before other valves

    <Valve className="org.jasig.tomcat.valves.RemoteUserValve"
            userHeader="HTTP_USER_NAME" />
  5. Restart Tomcat

  6. Check catalina.out for logging from RemoteUserValve