On Mon, May 5, 2008 at 10:24 AM, JeanNiBee <[EMAIL PROTECTED]> wrote:

>  New to Struts 2 and just trying to make the changes. In Struts 1 we had a
>  plug in mechanism that would be executed when the application started up.
>  This was a good place to configure pools and log files and such. What does
>  Struts 2 has to handle this same feature.

It's not Struts-specific-- consider using a ServletContextListener for this.

http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContextListener.html

-- 
Wendy

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

Reply via email to