Checking the Pool Manager version
- Last Updated: November 22, 2024
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
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 Linux:
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()