Re: Webapp initialization (tomcat 4)

2001-05-16 Thread Peter Mutsaers
Jon == Jon Stevens [EMAIL PROTECTED] writes: Jon You could implement a Singleton based Service. This is what Jon Turbine did. It has an entire Service framework for dealing Jon with exactly this problem. It takes care of startup and That's a good idea. I already made a Servlet now

Re: Webapp initialization (tomcat 4)

2001-05-16 Thread Bo Xu
Peter Mutsaers wrote: Jon == Jon Stevens [EMAIL PROTECTED] writes: Jon You could implement a Singleton based Service. This is what Jon Turbine did. It has an entire Service framework for dealing Jon with exactly this problem. It takes care of startup and That's a good idea. I

Webapp initialization (tomcat 4)

2001-05-15 Thread Peter Mutsaers
Hello, I have some questions on webapp initialization. sorry to send this to both tomcat-user and tomcat-dev; since I use tomcat 4 I wasn't sure where to send this to. I hope that my questions are answered by some brand new, not yet documented features of tomcat-4 :) Browsing through