Keystore Provider
The Keystore Provider resource template provides access to a keystore.
General
Maximum Pool Size Parameter in CLI
You can now set the maxPoolSize value in the resourcetemplate_data.xml to control the Pool Size. This file is located in the <CONFIG_HOME>\admin\<InstanceName>\samples folder.
For example, in the resourcetemplate_data.xml excerpt shown below, the maxPoolSize is set to 45:
<ResourceTemplate xsi:type="amxdata:KeystoreCspResourceTemplate" name="KeystoreRT" description="This is a Keystore RT" keyStoreLocation="/path/to/keystore.jceks" keyStorePassword="unique" keyStoreType="JCEKS" keyStoreProvider="SunJCE" maxPoolSize="45" keyStoreRefreshInterval="3600000"/>
Copyright © Cloud Software Group, Inc. All rights reserved.