Hi,
 
I am creating a connection pool in my jsp pages.
 
This connection pool is a context wide static class that is referenced by
each jsp page through a static class method.
 
If the website is inactive for about 2-3 hours, I get an error trying to get connections from the pool.
 
I suspect that this is due to that class being serialized.
 
This does not seem to happen in tomcat 3.1 though. The same site / connection pool class works fine !!!
 
Is this my problem ? Is there any way to turn this off.
 
Thanks
Shahed.
 
 

Reply via email to