I have a database pooling class that I wrote. When the class is created it is stored in the servlet context so that my jsp and servlets can use it. However when I change a class everything gets reloaded. Is there and event or something that my database pool class can listen to when this reload happens so that I can release the database connections?
-- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
