Connection Pooling(closing)

2001-08-16 Thread gaurav

Hi,
I'm using JDBC/MySQL and the MM.MySQL driver to build JSP pages.the application is 
deployed in tomcat.I am  using connection pooling package in my application.i am able 
to create a pool when the first user logs in.kindly advice how i can close or destroy 
the connections when the server is shut down.The package i am using has a facility to 
destroy the connection.how can i call this destroy method before shutting down the 
server.
 
i am not using a servlet in my application.

Kindly advice how this can be done.

Thanking you

Gaurav Tuli




Connection Pooling (closing of connections)

2001-08-16 Thread gaurav

Hi,
I'm using JDBC/MySQL and the MM.MySQL driver to build JSP pages.the application is 
deployed in tomcat.I am  using connection pooling package in my application.i am able 
to create a pool when the first user logs in.kindly advice how i can close or destroy 
the connections when the server is shut down.
i am not using a servlet in my application.

Kindly advice how this can be done.

Thanking you

Gaurav Tuli