Thanks for the responses,
I did see the reload feature of the ActionServlet.

However, we are looking to avoid going through an http interface to do the reload.
For security reasons we want the reload functionality to only be run
from the local system console.

We also want a way if possible to add new classes
(Action, FormBean, Business Logic) with out rebooting the server and have the 
ActionServlet recognized them as well. 

The goal is to be able to alter / upgrade our struts web application features
with out requiring downtime. 


Any suggestions?

Thanks,
Brian Kirsch



-----Original Message-----
From: Mark Nichols [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 1:46 PM
To: Struts Users Mailing List
Subject: RE: Altering Configuration from command line




> -----Original Message-----
> From: Brian Kirsch [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 11, 2002 2:18 PM
> To: Struts Users Mailing List
> 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.
>

Have you looked into the reload action that comes with the Struts
configuration file? I know it is there under 1.0.2, and I've made great use
of it during development to refresh the container after making config file
changes.


> Can new features be added to a struts application ( action
> mappings, form beans, and
> jsp templates ) through an automated command line script?
>
>
> Brian
>


</mark>


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


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

Reply via email to