Re: reloading struts config at runtime with struts-1.1b

2002-06-05 Thread Dan Hensgen
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 5:17 PM Subject: reloading struts config at runtime with struts-1.1b (I sent this once before my mailing list registration finalized; forgive me if you get another copy.) I'd like to reload the Struts config without

RE: reloading struts config at runtime with struts-1.1b

2002-06-05 Thread wbchmura
- From: Dan Hensgen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 5:17 PM Subject: reloading struts config at runtime with struts-1.1b (I sent this once before my mailing list registration finalized; forgive me if you get another copy.) I'd like to reload

Re: reloading struts config at runtime with struts-1.1b

2002-06-05 Thread Dan Hensgen
: dhensgen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 10:05 AM To: struts-user Subject: Re: reloading struts config at runtime with struts-1.1b I've defined the following mapping: action path = /reload type = org.apache.struts.actions.ReloadAction / -Dan

Re: reloading struts config at runtime with struts-1.1b

2002-06-05 Thread Mark Nichols
Dan, Would you please post an example of how you are using ReloadAction? Thanks mark n. - Original Message - From: Dan Hensgen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 5:17 PM Subject: reloading struts config at runtime with struts-1.1b (I sent this once

reloading struts config at runtime with struts-1.1b

2002-06-05 Thread Dan Hensgen
I'd like to reload the Struts config without restarting my Tomcat 4.0.3 app server (like I can in Struts 1.0.2 with ReloadAction). I couldn't find a similar action in Struts 1.1b. It doesn't look likt ActionServlet has a reload() method anymore, so I suspect things have been reengineered

reloading struts config at runtime with struts-1.1b

2002-06-04 Thread Dan Hensgen
(I sent this once before my mailing list registration finalized; forgive me if you get another copy.) I'd like to reload the Struts config without restarting my Tomcat 4.0.3 app server (like I can in Struts 1.0.2 with ReloadAction). I couldn't find a similar action in Struts 1.1b. It doesn't