RE: Stupid servlet question...

2003-12-19 Thread Shapira, Yoav
Howdy, I'm not sure I understand your question, but there's no such thing as a stupid question ;) (Though a poorly-researched question is a different matter altogether). Others have shown how to get the server to initialize on server startup. What do you mean by "run it all the time"? BTW, than

Re: Stupid servlet question...

2003-12-19 Thread Ben Souther
Add that to your servlet node in web.xml 1 On Friday 19 December 2003 07:11 am, you wrote: > Hi ! > > I have an application scope servlet and it works fine, but I would like to > run it all the time as soon as tomcat starts, not just after the first use, > is this possible ? > > Mikael > >

Re: Stupid servlet question...

2003-12-19 Thread Antony Paul
What is an application scope servlet ?. You can ask the container to initialize a servlet at container start up by setting the parameter to 1 in web.xml. like this. action org.apache.struts.action.ActionServlet 1 Antony Paul - Original Message - From: "Mikael Aronsson" <[EMAIL PROTEC