Hi Raghu,
i think You can do it with ServletContextListener,
register it in web.xml like this:
< web-app >
...
< listener >
< listener-class >
com.package.MyListener
< /listener-class >
< /listener >
< /web-app >
and overwrite
I need to migrate an application from struts1 to struts2.1.6.
I had a plug-in configurations existing in Strut1 application related to SAP
connection pool creation(CCreateSAPConnectionPlugin.java as shown below
implementing org.apache.struts.action.PlugIn).This will create a SAP
connection pool wi
2 matches
Mail list logo