I have a properties file (under rsources folder) in which I'm stocking a variable (key=value),
I need to update it when a user insert a new value or update the older one , so can I do it? I have doubts because it's a web application so it' simply a war deployed in the server. So how it is possible to access the .properties file and change it directly from the code?
If it's not possible, is there another solution?