skip to main content
Configuring Hybrid Data Pipeline for JDBC : DataDirect connection pooling : Methods for configuring the connection pool : Checking the Pool Manager version
  

Try Now
Checking the Pool Manager version
To check the version of your DataDirect Connection Pool Manager, navigate to the directory containing the DataDirect Connection Pool Manager (install_dir/pool manager where install_dir is your product installation directory). At a command prompt, enter the command:
On Windows:

java -classpath poolmgr_dir\pool.jar com.ddtek.pool.PoolManagerInfo
On UNIX:

java -classpath poolmgr_dir/pool.jar com.ddtek.pool.PoolManagerInfo
where poolmgr_dir is the directory containing the DataDirect Connection Pool Manager.
Alternatively, you can obtain the name and version of the DataDirect Connection Pool Manager programmatically by invoking the following static methods: .

com.ddtek.pool.PoolManagerInfo.getPoolManagerName()
and

com.ddtek.pool.PoolManagerInfo.getPoolManagerVersion()