Re: Initialize Webapplication on tomcat Startup

2007-02-12 Thread Leon Rosenberg
A little side note, using a context listener instead of servlet would be the "sprucer" solution. regards Leon On 2/12/07, Oliver Schoenwald <[EMAIL PROTECTED]> wrote: Thank you, this was exactly what I was seeking. Works properly. :-) David Delbecq schrieb: > > >System Init Servl

Re: Initialize Webapplication on tomcat Startup

2007-02-12 Thread Oliver Schoenwald
Thank you, this was exactly what I was seeking. Works properly. :-) David Delbecq schrieb: System Init Servlet initializer be.rmi.intranet.servlet.SetupServlet 1 - To start a new top

Re: Initialize Webapplication on tomcat Startup

2007-02-12 Thread David Delbecq
System Init Servlet initializer be.rmi.intranet.servlet.SetupServlet 1 En l'instant précis du 02/12/07 09:49, Oliver Schoenwald s'exprimait en ces termes: > Hello and good morning (at least from Germany), > > I'm running Tomcat 5.5.17 under Solaris 9

Initialize Webapplication on tomcat Startup

2007-02-12 Thread Oliver Schoenwald
Hello and good morning (at least from Germany), I'm running Tomcat 5.5.17 under Solaris 9 and have created a webapplication that starts some repeating background-tasks as soon as the application has been started the first time (in other words: I have a single controller-servlet and the init()-