Idp v311 installation at non-default loc

Misagh Moayyed mmoayyed at unicon.net
Fri May 22 14:41:54 EDT 2015


Got it, thanks. 

It might be easier if you had template config in the configuration for additional property resources or if there was a way I could tell the initializer to “look here”. (The latter may already be allowed. Don’t remember if the component has a setter for that sort of thing). Issue being, I’d much rather modify the Idp config and keep it around, than to modify Tomcat’s config or sys env vars etc.

- Misagh

> On May 22, 2015, at 10:34 PM, Brent Putman <putmanb at georgetown.edu> wrote:
> 
> 
> 
> 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 <https://wiki.shibboleth.net/confluence/display/IDP30/ApacheTomcat8>
> [2]  https://wiki.shibboleth.net/confluence/display/IDP30/Jetty9 <https://wiki.shibboleth.net/confluence/display/IDP30/Jetty9>
> -- 
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150522/3f4ec2d9/attachment.html>


More information about the users mailing list