On Mon, May 5, 2008 at 10:24 AM, JeanNiBee <John.Bateman@nuance.com> 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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org
|