Use the MMCmdConfig.properties file to configure mmRepoCmd properties such as the truststore file, server polling interval, and server connection timeout period.
MMCmdConfig.properties is located in the following directories:
There are separate copies of the MMCmdConfig.properties file for mmcmd and for mmRepoCmd.
You can configure the following properties:
TrustStore.Path
Required if you configure a secure connection for the Metadata Manager web application. Path and file name of the truststore file that contains the public key.
If you do not configure a secure connection for the Metadata Manager web application, leave this property empty.
Server.PollInterval
Amount of time in milliseconds that the command line program waits before querying the Metadata Manager application. The program queries for the status of the last command when you run a command in wait mode. Default is 6000.
Server.ConnectionTimeOut
Number of milliseconds after which the remote connection to the Metadata Manager Service times out. Default is 86,400,000 (24 hours).