Configure new connection pools using scripting
Procedure
- Start wsadmin
- Using Jacl:
set newds [$AdminConfig getid /Cell:mycell/Node:mynode/JDBCProvider:JDBC1/DataSource:DS1/]### Create the connection pool:
$AdminConfig create ConnectionPool $newds {} newds = AdminConfig.getid('/Cell:mycell/Node:mynode/JDBCProvider:JDBC1/DataSource:DS1/')
print AdminConfig.create('ConnectionPool', newds, [])- In a network deployment environment only, synchronize the node.
See Also
AdminConfig object for scripted administration
See Also
Commands for the AdminConfig object