如果应用已经使用JDBC 2.0连接池启用的数据库,那么,您所要做的只是为JMS配置jndi特性,以使用那个JDBC实例。
If the application is already using a JDBC 2.0 connection pool-enabled database, then all you need to do is configure the JNDI property for the JMS to use that JDBC instance.
您将在WebLogic服务器中用DB 2数据库来配置一个连接池,这是一组到数据库的连接。
You should configure a connection pool, which is a set of connections with a database, in the WebLogic server with the DB2 database.
要连接到该数据库,可以将SQLLoginModule配置为直接使用JDBC,或者使用CommunityEdition中的连接池。
To connect to the database, the SQLLoginModule can be configured to either use JDBC directly, or use the connection pools in Community Edition.
在这个示例中,您将创建一个连接池,并将SQLLoginModule配置为使用该连接池来进行对数据库的访问。
In this example, you will create a connection pool and configure the SQLLoginModule to use that connection pool for accessing the database. To create and use a database realm, you need to.
在这个示例中,您将创建一个连接池,并将SQLLoginModule配置为使用该连接池来进行对数据库的访问。
In this example, you will create a connection pool and configure the SQLLoginModule to use that connection pool for accessing the database. To create and use a database realm, you need to.
应用推荐