Versions Compared

Key

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

...

If you have a reverse proxy for serving HTTPS that uses Tomcat's HTTP port, you will also need to set up a RemoteIPValve in your server.xml in order for Tomcat to rewrite links with HTTPS.

...

No Format
        <Valve className="org.apache.catalina.valves.RemoteIpValve"
               protocolHeader="xX-forwardedForwarded-protoProto" />

Anchor
jetty
jetty
Jetty 9

...