Re: Migration from Struts1 to Struts2.1.6 - Plugin in Application Starup

2010-01-20 Thread Paweł Wielgus
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

Migration from Struts1 to Struts2.1.6 - Plugin in Application Starup

2010-01-17 Thread Raghuveer
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