
If you have deployed a library that contains JDBC driver classes on the J2EE Engine without using the JDBC Connector Service, you can define this library as a JDBC driver. This means that you do not need to deploy the driver separately to use it.
You can use the following tools to define and un-define a JDBC driver:
Visual Administrator
To define a JDBC driver, use the Runtime tab of JDBC Connector Service.
To un-define a JDBC driver, select the entry in the Resources → Drivers tree and choose Unmark Selected JDBC Driver.
Console Administrator
To define a driver, use define_jdbc_driver command from the DBPOOL command group.
To un-define a driver, use undefine_jdbc_driver command from the DBPOOL command group.
For more information, see DBPOOL .
See also: