On 2005-03-03 17:51:36 -0500, Wendy Smoak <[EMAIL PROTECTED]> said:
From: "Mark Benussi" <[EMAIL PROTECTED]>
This action "went" in Struts 1.2 and I never found a replacement. Any ideas anyone?
I'm not entirely sure what you're asking. The discussion you quoted seems to start from a false premise: that you have to stop and start Tomcat to get config changes to take effect.
All you have to do is reload the individual webapp that had changes. I do it with 'ant reload'. (Tomcat ships with Ant tasks that interact with its manager app.) You can also use the HTML version of the manager app-- click reload, and you're done.
I agree with Wendy -- you can do this in any number of ways -- an Ant task, or you can go to http://localhost:8080/manager/html and do it that way. My understanding is that the reload action was dropped because it sometimes left things in an unpredictable state.
-Bill Siggelkow
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]