I have a file .properties in which I send certain parameters so that certain functions are executed in my application.
What I would like to know is:
Is there any way to access this .properties file, edit it and save it, without having to access the source code and replicate the war to weblogic?
That is, modify it already deployed at runtime.