Technical data

B WebLogic Server Command-Line Interface Reference
B-36 Administration Guide
RESET_POOL
This command resets the connections in a registered connection pool.
This is a privileged command. You must supply the password for the WebLogic Server
administrative user to use this command. You must know the name of the connection
pool, which is an entry in the
config.xml file.
Syntax
java weblogic.Admin URL RESET_POOL poolName system password
Example
This command refreshes the connection pool registered as "eng" for the WebLogic
Server listening on port 7001 of the host xyz.com.
java weblogic.Admin t3://xyz.com:7001 RESET_POOL eng system gumby
Argument Definition
URL
The URL of the WebLogic Server host and port number of the TCP port at
which WebLogic is listening for client requests; use
"t3://host:port."
poolName
Name of a connection pool as it is registered in the WebLogic Server's
config.xml file.
password
Administrative password for the user "system". You must supply the
username "system" and the administrative password to use this Admin
command.