On Thu, 11 Jul 2002, Brian Kirsch wrote:

> Date: Thu, 11 Jul 2002 12:17:41 -0700
> From: Brian Kirsch <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: Altering Configuration from command line
>
>
> Does any one know of a way to reload the struts-config.xml
> from a command line interface with out rebooting the servlet container.
>
> Can new features be added to a struts application ( action mappings, form beans, and
> jsp templates ) through an automated command line script?
>

You should use your servlet container's capability to reload the Struts
web application.  For example, Tomcat supports this via the manager
webapp.

>
> Brian

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to