Versions Compared

Key

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

...

Code Block
xml
xml
 
  <Host name="localhost"  appBase="webapps"
        unpackWARs="true" autoDeploy="true">
    <Valve className="org.apache.cxf.fediz.tomcat.FederationAuthenticator"
           configFile="conf/Fediz_config.xml" />
  </Host>

<Host name="localhost" appBase="webapps"

unpackWARs="true" autoDeploy="true">

Context level in server.xml

...