Idp v311 installation at non-default loc

Brent Putman putmanb at georgetown.edu
Fri May 22 14:34:51 EDT 2015



On 5/22/15 2:25 PM, Misagh Moayyed wrote:
> What is the process involved in installing the IdP v311 at a non-default location? I just ran through a basic exercise, and upon starting tomcat, I see:
>

It's covered in the install docs for Jetty and Tomcat. [1] [2] 
Essentially need to set the system property idp.home to the non-default
location.


>
> Of course, that is not where I have installed the Idp. So, is there something else I need to modify in order to make the location known? Modify the IdPPropertiesApplicationContextInitializer to set my path to a known location? possible bug? 

The system property route is actually being consumed from the Spring
PropertySources configured by default.  The easiest route to get
idp.home set without code is via a system property (via the standard
Spring PropertySource that does that).  I believe you could also
probably accomplish by either adding additional PropertySources or
modifying the context initializer directly, if you really wanted to.


[1]  https://wiki.shibboleth.net/confluence/display/IDP30/ApacheTomcat8
[2]  https://wiki.shibboleth.net/confluence/display/IDP30/Jetty9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150522/fbec8825/attachment.html>


More information about the users mailing list