Idp v311 installation at non-default loc

Cantor, Scott cantor.2 at osu.edu
Tue May 26 22:04:41 EDT 2015


Moving this to dev...



On 5/26/15, 9:03 PM, "Brent Putman" <putmanb at georgetown.edu> wrote:
>
>As an aside, I double-checked and I believe that modern versions of 
>Spring already configure a PropertySource for a WebApplicationContext 
>that provides access to the servlet context params.

It does, so calling getProperty("idp.home") on the context's environment 
in our initializer does return the web.xml parameter in favor of the 
system property if it's set.

There are some system property assumptions in the initializer to change so 
that it indirects all those getProperty() calls through the 
getEnvironment() method and then I think it will just work without any 
external changes.

-- Scott



More information about the dev mailing list