Hi, once again, after having just solved the welcome-servlet problem (posted separately) I just run into another problem. I have 5 distinct servlets while all inherit from a common base class whose simple purpose is to initialize the applications database pool, read different configuration files and preload some very important information from the databse. The servlets base class also takes care of synchronization and single database pool initialization.
This all works very well as long as I have no <load-on-startup> set. It also works well with no <load-on-startup> but instead having only one coyote connector assigned to the application. This is were the problem comes in. I need to have 2 coyotes. One for http and one for https. As soon as I start using 2 coyote connectors together with <load-on-startup> tomcat initializes the database pools twice. Interestingly it keeps initializing things twice even if I add a third coyote. Anyone any glue so far? I even don't know where to look for this. Any hint would be welcome. Thanks, Steffen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
