Michael:

   I have a database connection pool servlet which loads on startup.  It 
works fine, but if I don't give it a workout on my test site often 
enough, it disappears.  I suspect Tomcat destroys idle servlets after a 
certain time has elapsed, but I can't find documentation on this.  I 
don't know if I need to do something with the Tomcat configuration, of 
modify my servlet so it will be left alone.  There is no doubt that the 
servlet loads on startup, and remains active for a while.

   Thanks much for the response.

   --  David   

Michael Wentzel wrote:

>>   My servlet won't stay loaded.  Is there a default time limit for 
>> unused servlets?  If so, how can I override it.
> 
> 
> Are you sure that's what's happening?  Try putting a debug
> output line in your servlets init() method to make sure that
> it is actually getting reloaded.
> 
> ---
> Michael Wentzel
> Software Developer
> <A HREF="http://www.aswethink.com">Software As We Think</A>
> <A HREF="mailto:[EMAIL PROTECTED]">Michael Wentzel</A>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to