Re: Struts 1 "plugin" equivalent...

2008-05-05 Thread JeanNiBee
JeanNiBee wrote: > > Hi > > Is this available 'out of the box' for a standard Struts 2 running on say > Tomcat 5.5 / Jetty 6+. Unfortunately these are the limiting factors of the > environment I'm working in. > > Thanks. > Answering my own question. This available and usable in Jetty 6 with

Re: Struts 1 "plugin" equivalent...

2008-05-05 Thread JeanNiBee
Wendy Smoak-3 wrote: > > 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 > Hi Is this available 'out of the box' for a standard Struts 2 running on say

Re: Struts 1 "plugin" equivalent...

2008-05-05 Thread Wendy Smoak
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 d

Struts 1 "plugin" equivalent...

2008-05-05 Thread JeanNiBee
Hi 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. Thanks. P.S. I realize that