Hi,
i'm initing my apps by implementing ServletContextListener and
registering it in web.xml like that:
<web-app>
<listener>
<listener-class>com.my.ServletContextListenerImplementation</listener-class>
</listener>
</web-app>
It has nothing to do with struts but i hope that's what You are looking for.
Best greetings,
Paweł Wielgus.
2009/7/15 David Canos <[email protected]>:
> I think Struts 2 uses a Struts2Filter to do the init issues of the each
> request
>
> 2009/7/15 Balwinder Kumar <[email protected]>
>
>> Hi All,
>>
>> I am trying to develop a framework based on Struts 2, I am finding it very
>> difficult to decide where to put the code that is generally called in
>> ActionServlet init method. Any pointer towards this.
>> Thanks in advance.
>>
>> Regards,
>> Balwinder Kumar
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]