![]() |
User Authentication Using Cloudconnector
|
|
Creating a Connection PoolTo create a connection pool, edit the weblogic.properties file. The default entries for a Cloudscape connection pool definition are in the weblogic.properties file shipped with Cloudconnector. The following example sets up a connection pool called sales to the myDB database: weblogic.jdbc.connectionPool.sales=\ url=jdbc:cloudscape:myDB;create=true,\ driver=COM.cloudscape.core.JDBCDriver,\ props=user=francois;password=echecs Once you have set up the connection pool, add users and their passwords to the weblogic.properties file as follows: weblogic.password.john=johnPasswd weblogic.password.janet=janetPasswd To view a list of open JDBC connections, use the BEA WebLogic Admin servlet (T3AdminMain servlet). |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |