I have a bean that has some properties whose values are set with the PropertyPlaceholderConfigurer.
I'd like to be able to change the file values and have the beans automatically updated without having to restart the AppServer (Glassfish).
anyone have any suggestions? I've made them MBeans and can do it from JConsole, but I'd really like to have it done when the Admins change the properties file.
Thanks for any help.
I'd like to be able to change the file values and have the beans automatically updated without having to restart the AppServer (Glassfish).
anyone have any suggestions? I've made them MBeans and can do it from JConsole, but I'd really like to have it done when the Admins change the properties file.
Thanks for any help.
Comment