I need to store some variables in a properties file (key=value) that I can call and retrieve settings as I would in a java app. Where should the file live in the webapp and how is it accessed?
↧
I need to store some variables in a properties file (key=value) that I can call and retrieve settings as I would in a java app. Where should the file live in the webapp and how is it accessed?