shibboleth-dev - Re: State replication extension for Shibboleth 1.3 IdP
Subject: Shibboleth Developers
List archive
- From: Jim Fox <>
- To:
- Subject: Re: State replication extension for Shibboleth 1.3 IdP
- Date: Mon, 3 Oct 2005 10:53:44 -0700 (PDT)
We've done some testing of clustered E-Auth CS (IdP) servers
using Chad's JBoss replication method.
http://www.middleware.georgetown.edu/dokuwiki/doku.php/projects:hashib:home
Initial results look promising. We had to make a couple of changes to get it to work.
1) In the ReplicatedArtifactMapper class we had to use a clone
of the recovered assertion [ cacheObject.getAssertion() ]
when creating the artifactMapping. (Something to do with
the DOM classes needing a 'deep' copy of the tree.)
2) We didn't get any replication until adding a cache loader.
Specifically added this to the config:
<attribute name="ReplQueueMaxElements">0</attribute>
<attribute name="FetchStateOnStartup">true</attribute>
<attribute
name="CacheLoaderClass">org.jboss.cache.loader.FileCacheLoader</attribute>
<attribute name="CacheLoaderConfig">
location=/tmp/
</attribute>
<attribute name="CacheLoaderShared">false</attribute>
<attribute name="CacheLoaderPreload">/</attribute>
We used this just for artifact retrieval, didn't try the the
ReplicatedHandleMapper. Also didn't try the encrypt mode.
Will probably use an openvpn encrypted channel instead.
Jim
- Re: State replication extension for Shibboleth 1.3 IdP, Jim Fox, 10/03/2005
- Re: State replication extension for Shibboleth 1.3 IdP, Chad La Joie, 10/03/2005
- Re: State replication extension for Shibboleth 1.3 IdP, Jim Fox, 10/03/2005
- Re: State replication extension for Shibboleth 1.3 IdP, Chad La Joie, 10/17/2005
- Re: State replication extension for Shibboleth 1.3 IdP, Jim Fox, 10/17/2005
- Re: State replication extension for Shibboleth 1.3 IdP, Chad La Joie, 10/19/2005
- Re: State replication extension for Shibboleth 1.3 IdP, Jim Fox, 10/17/2005
- Re: State replication extension for Shibboleth 1.3 IdP, Chad La Joie, 10/03/2005
Archive powered by MHonArc 2.6.16.