RE: Creating Object for Application

2001-07-27 Thread Frederick Lefebvre
Just instantiate a singleton from the init method of your servlet. Fred -Original Message- From: Alexis Alarcón Barra [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 3:13 PM To: [EMAIL PROTECTED] Subject: Creating Object for Application Hi, I'm using Tomcat 3.2.3. I'm trying to

RE: creating a instance of a servlet: takes too long!!

2001-07-06 Thread Frederick Lefebvre
The connection pool could cause your problem. If it initiates many database connections, it is normal even if your db server was on the same machine than your app server, for it to take a few seconds per connection. Fred -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

restarting web-apps independently

2001-07-05 Thread Frederick Lefebvre
Would Tomcat allow us to restart web-apps independantly without having to restart the application server(Tomcat). Thanks Fred -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 8:13 PM To: [EMAIL PROTECTED] Subject: Re: Starting