> From: chuanjiang lo [mailto:[EMAIL PROTECTED] 
> Subject: Webapp with Adminstrative Console
> 
> I realize that if the config file is changed, i would
> need to restart Tomcat as such my servlet would read
> in the changed settings.

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.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to