I have a GlassFish/j2ee application, and I develop on one box, and production is a remote box.
I have a function that makes files, and I need the files\' location to be diff
Essentially you are trying to store arbitrary data that changes depending on your environment. If you you currently do that in your app (ie a database) I would just put it in there.