Customize path ${idp.home}

Matthew Slowe matthew.slowe at jisc.ac.uk
Tue Sep 7 07:37:24 UTC 2021


On 2021-09-07 08:19, Domenico Cervino via users wrote:
> Good morning,
> you can customize the path to install Identity Provider version4?
> It is possible to install it under a ${idp.home} different from 
> "/opt/shibboleth-idp" ?

Yes, the installer will ask where to deploy and then you'll need to tell

You can then tell your container/application server to set the idp.home 
property accordingly.

Eg. in Tomcat, you can use a <Context> block:

# cat /etc/tomcat/Catalina/localhost/idp4.xml
<Context docBase="/opt/idp4/war/idp4.war"
           privileged="true"
           antiResourceLocking="false"
           swallowOutput="true">
           <CookieProcessor alwaysAddExpires="true" />
           <Parameter name="idp.home" value="/opt/idp4" override="true" />
</Context>

-- 
Matthew Slowe (GPG: 0x6BE0CF7D04600314)
Senior Technical Consultant and Support specialist, Jisc
Team: 0300 300 2212, option 2
Lumen House, Library Avenue, Harwell Oxford, Didcot, OX11 0SG

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4219 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://shibboleth.net/pipermail/users/attachments/20210907/a6e61a0c/attachment.p7s>


More information about the users mailing list