Hi,
I need to dynamically modify a config file as my application needs dynamic changes to a table structure.
How can I reload the config file on the server without restaring it.
Regards Anup
Logged In: YES user_id=569597
What's about partially rerunning the ConfigServlet after changing the config file?
Have a look at ConfigServlet.initXMLConfigFile and initXMLConfig for details
Henner
Log in to post a comment.
Logged In: YES
user_id=569597
What's about partially rerunning the ConfigServlet after
changing the config file?
Have a look at ConfigServlet.initXMLConfigFile and
initXMLConfig for details
Henner