#
# The files in this directory show how to use the JDBC Connection Pool with
# GNU Server Pages.  There are three files:

#
# NOTE: this example requires GSP 0.84 or later

 JDBCApplication.java - sets up connection pool
 query.gsp - Runs a database query using the pool
 monitor_pool.gsp - Shows the status of the pool

To get this example working:
    1) copy the GSP templates into your web server's document root
    2) copy JDBCApplication.class into a directory in your server's CLASSPATH
    3) add this to gsp.properties:

         class.applications=JDBCApplication

    4) set these properties in your gsp.properties file:
 
         jdbc.driver
         jdbc.url
         jdbc.user
         jdbc.password
         jdbc.maxconn
         jdbc.idletimeout
         jdbc.checkouttimeout

    5) Restart JServ or JWS