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