An application context listener--that way it's not S2-specific. Dave
On Fri, Oct 1, 2010 at 5:03 AM, Raghuveer V <raghuve...@infotechsw.com>wrote: > I have scenarios of few activities during application startup and shutdown > in struts1 application which need to be used in struts2 application. > > > > Example: > > Below struts2 plug-in needs to be used in struts2. > > > > <plug-in className="com.test.util.TestListener"> > > <set-property property="devlFile" value="/TestConfig/test.properties"/> > > </plug-in> > > > > Any best thoughts of implementing this. > > > > Regards, > Raghu > >