<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Got it, thanks. <div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""><div class="">
- Misagh
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On May 22, 2015, at 10:34 PM, Brent Putman <<a href="mailto:putmanb@georgetown.edu" class="">putmanb@georgetown.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" class="">
<div bgcolor="#FFFFFF" text="#000000" class="">
<br class="">
<br class="">
<div class="moz-cite-prefix">On 5/22/15 2:25 PM, Misagh Moayyed
wrote:<br class="">
</div>
<blockquote cite="mid:0F88BE94-0E59-44F1-BF5D-2B5EFD65BC02@unicon.net" type="cite" class="">
<pre wrap="" class="">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:
</pre>
</blockquote>
<br class="">
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.<br class="">
<br class="">
<br class="">
<blockquote cite="mid:0F88BE94-0E59-44F1-BF5D-2B5EFD65BC02@unicon.net" type="cite" class="">
<pre wrap="" class="">
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?
</pre>
</blockquote>
<br class="">
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.<br class="">
<br class="">
<br class="">
[1]
<a class="moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/IDP30/ApacheTomcat8">https://wiki.shibboleth.net/confluence/display/IDP30/ApacheTomcat8</a><br class="">
[2] <a class="moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/IDP30/Jetty9">https://wiki.shibboleth.net/confluence/display/IDP30/Jetty9</a><br class="">
</div>
-- <br class="">To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" class="">users-unsubscribe@shibboleth.net</a></div></blockquote></div><br class=""></div></body></html>