On Tue, 21 Aug 2001, David Corbin wrote:

> Will Struts detect that the struts-configl.xml file has changed and reload
> it automatically?
>

Not at present.

There is a standard action (org.apache.struts.actions.ReloadAction) that
you can arrange to trigger when you know this has happened (if you
configure it in your original struts-config.xml first :-), or you can use
the application reload facilities of your servlet container.

> Thanks.
>
>

Craig


Reply via email to