Hi All
Am facing small problem in my application, am using struts1.xx in my project , ( Tomcat server).
Problem : Am using some configuration parameters in my application using appl.properties and reading using ResourceBundle class, everything looks fine but
if i want to change any entry in property file i need to restart server to get it reflected,
ex : name_key=java
if i want to change "name_key" value from java to j2ee, i need to restart tomcat server,
could you please let me know how can i achieve this?
I really appriciate if anyone having any suggestion.