[ext] Re: Setting idp.home
Frank Büttner
frank.buettner at mdc-berlin.de
Mon Feb 17 04:31:45 EST 2020
Hi Peter,
I simply create the xml file conf/Catalina/localhost/idp.xml with this
content:
<?xml version='1.0' encoding='utf-8'?>
<Context>
<Parameter name="idp.home" value="/opt/shibboleth/idp"
override="false"/>
</Context>
I also tried to add this lines to the web.xml:
<display-name>Shibboleth Identity Provider</display-name>
<context-param>
<param-name>idp.home</param-name>
<param-value>/opt/shibboleth/idp</param-value>
</context-param>
Then rebuild an deploy the war file.
But in both cases, my path is not used. :(
Frank
Am 17.02.20 um 10:21 schrieb Peter Schober:
> * Frank Büttner <frank.buettner at mdc-berlin.de> [2020-02-17 09:40]:
>> I must change the path where the web app is placing in.
>> On the list I found this thread for it, but in the actual version of
>> it (3.4.6) it will not work. Or I do something wrong.
>>
>> Tomcat 9 will read the context.xml
>> from conf/Catalina/localhost, but the idp app will still try to load it
>> configuration from /opt/shibboleth-idp
>
> Hard to say what's wrong when you don't show what you tried so far.
>
> -peter
>
--
*Frank Büttner*
IT
MDC Berlin-Buch
Max-Delbrück-Centrum für Molekulare Medizin in der Helmholtz-Gemeinschaft
Robert-Rössle-Straße 10
13125 Berlin
☎ +49 30 9406 2038
℻ +49 30 9406 2599
✉ frank.buettner at mdc-berlin.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5931 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://shibboleth.net/pipermail/users/attachments/20200217/a5fe3662/attachment.p7s>
More information about the users
mailing list