Hiya all.

I have a web application which can be deployed as a war file. The app uses an application context and property place-holder config. The problem I have is that some properties in my configuration need to be set to site specific values and have no usable default. Ideally, I would like the web application to not configure some parts of the context until after an installation user has completed a setup page, whos values can be used to set place-holder properties for the specific installation. Anyone know if there any examples of this kind of thing out there?

Apologies if it's a dumb question, thanks for your time.
Ian.