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()
  • com.ddtek.pool.PoolManagerInfo.getPoolManagerVersion()