Hi, 

On Fri, 2002-07-12 at 05:17, Brian Kirsch wrote:
> 
> Does any one know of a way to reload the struts-config.xml 
> from a command line interface with out rebooting the servlet container.

If you are using Tomcat 4 you can reload the web application using the
manager app that Craig pointed out.

>From the command line you could use the perl lwp lib or wget.

eg.

$ GET http://localhost/manager/reload?path=/appPath

Cheers

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