Skip to Content
0
Former Member
Nov 30, 2006 at 11:32 AM

How to get latest configuration of RM in code

29 Views

Hi,

I have a repository manager. When I change its configuration, in function lookup() in MyRepositoryManager, method this.config.getAttribute("xx") is still the old value. I have to wait till the servlet engine to restart to get the new value. Anybody knows how to get the new value, without restarting the servlet engine?

Thanks,

Ray