Re: Application initialization at startup

2007-11-30 Thread Gabriel Belingueres
you could use a servlet context listener. Gabriel 2007/11/30, Shyamal Mehta <[EMAIL PROTECTED]>: > For struts 2 what is the recommended/best way of executing any > application specific code at application startup? > In struts 1.x we used to create a plugin and configure its > "startOnLoad" proper

Application initialization at startup

2007-11-30 Thread Shyamal Mehta
For struts 2 what is the recommended/best way of executing any application specific code at application startup? In struts 1.x we used to create a plugin and configure its "startOnLoad" property to true. Thanks, SM - To unsubscri