How to reflect xml changes without restart tomcat [message #489953] |
Thu, 20 January 2011 03:50 |
|
chanveil
Messages: 22 Registered: December 2010
|
Junior Member |
|
|
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 ?
|
|
|