Checking the Pool Manager version
- Last Updated: June 5, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
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.PoolManagerInfoOn UNIX:
java -classpath poolmgr_dir/pool.jar com.ddtek.pool.PoolManagerInfowhere:
- 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()