Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

All other information in the example should be fine. Once you've made the changes distribute this file to each IdP node in your cluster.

Code Block
xml
xml
titleTerracotta Server Definition Examplexml
<server name="idpNode1" host="node1.idp.example.org" bind="192.168.1.15">
    <dso>
        <persistence>
            <mode>permanent-store</mode>
        </persistence>
    </dso>

    <logs>$IDP_HOME$/cluster/server/logs</logs>
    <data>$IDP_HOME$/cluster/server/data</data>
    <statistics>$IDP_HOME$/cluster/server/stats</statistics>
</server>

...

Note

For Terracotta version 2.7.3, the Terracotta Integration Module for Tomcat was not needed. If you want to use this version, you may find a copy on the public FTP server of Vienna University. Questions regarding this should be directed at the Shibboleth-Users mailing list or directly at Unlicensed user peter.

Step 4. Adjust IdP Configuration (Optional)

...