Greetings,
I've spent some time searching online and reading other threads here, such
as
http://www.nabble.com/where-to-put-config-file-in-a-webapp-td16448528.html#a16450373.
I have a question that wasn't quite answered there though.
I have a web app that needs to have property information se
Thanks guys.
I think I'll try that. I had hoped to get around setting the system
property
by simply requiring that the properties file exist in the same dir as the
war file. Then the war file can simply ask, "where am I?" and use that
path to load the properties file.
It seems the ContextClas