We need to realize the ability to update / re-read the file (stored on disk) without redeploying the application. The important thing is that we have several instances of the application running in the Weblogic cluster. Therefore, my question is: how the applications running in the cluster will be notified , FILE has changed . Does Weblogic have such a function whether or not we need to implement a special deployer for this?
source share