On 12/6/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
Rather than restarting Tomcat, why don't you have the servlet watch for changes to the .ini file and reload it as needed? Seems a bit of overkill to take the whole server down for just that. You could also just redeploy the app when needed, which can be accomplished programmatically or via the Tomcat manager or html-manager webapps.
Is there any articles i can look at to implement the servlet watch for changes to the .ini file? I don't think i am able to redeploy the app, since the adminstrator console changing the .ini file of the application that is currently running on tomcat.. appreciate your advice :)