|
Reflect the changes like values and parameter from xml with out restart tomcat -
11-18-2010, 12:07 AM
Hi,
In my application i am using quartz as deamon process in my application. In that all configuration is through one xml file. That xml file contains the delay, time of start services etc.
Righjt now that parameters in xml file is static given.
But now i need to control that parameters of xml file from one GUI (one JSP) page. I am able to change the parameter of xml file from JSP but it is not reflacting.
To reflect i need to restart the tomcat server. That's i not want.
Is it possible that we change the parameters and values from xml and will reflect without restarting tomcat server ?
|