Versions Compared

Key

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

...

               redirectPort="6443" />

Some help might come from 

----------------------------------------------------------------
How to configure Tomcat to only listen to 127.0.0.1?
The environment is Ubuntu 10.04.1 LTS running Tomcat 6 and Apache 2.2 from the repos. Apache is configured to proxy requests to Tomcat, so I really want to turn off Tomcat listening to requests on
2:52

<Connector address="127.0.0.1" port="8080" protocol="HTTP/1.1"
----------------------------------------------------------------

  • Set up a listener on port 8080
  • Accessing data received from the idP (Request Headers)

...