Re: How to get initialized at startup

2007-10-24 Thread vamsi
to get initialized at startup I'm pretty new to Struts2. I have some code I need to initialize when the servlet comes up for the first time. How do I do that when I'm using struts and I do not have my own servlet? Do I create a servlet just for this purpose? Thanks Brian

Re: How to get initialized at startup

2007-10-24 Thread Brian Hawkins
to get initialized at startup I'm pretty new to Struts2. I have some code I need to initialize when the servlet comes up for the first time. How do I do that when I'm using struts and I do not have my own servlet? Do I create a servlet just for this purpose? Thanks Brian

How to get initialized at startup

2007-10-22 Thread Brian Hawkins
I'm pretty new to Struts2. I have some code I need to initialize when the servlet comes up for the first time. How do I do that when I'm using struts and I do not have my own servlet? Do I create a servlet just for this purpose? Thanks Brian

Re: How to get initialized at startup

2007-10-22 Thread Piero Sartini
I have some code I need to initialize when the servlet comes up for the first time. How do I do that when I'm using struts and I do not have my own servlet? Do I create a servlet just for this purpose? If you need something that is initialized when your webapp starts, I would suggest to