cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

change property(local.properties ) value from HAC in multi node environment

Former Member
0 Likes
571

We have multiple app nodes and one admin node. HAC is only accessible from admin node so is there a way we can change the property value from admin node to reflect in all the nodes without restarting the server.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

You can implement your own RuntimeConfigLoader, which could try to get properties at first from database, and it doesn't exist - then from properties files. Have a look at the article: https://help.sap.com/viewer/a74589c3a81a4a95bf51d87258c0ab15/1811/en-US/63cb960fd13a47be8f0ce3a9989e...

former_member633554
Active Participant
0 Likes

No, you must change it on all nodes.