To perform a custom installation or reconfigure an existing installation, you may need to edit a properties file. The table below describes the properties you can configure. The client.properties file is located in
<install_folder>/InfogixClient/config/<configname>/IA, where
<configname> is the name of a client configuration, such as default or test. If you have multiple client configurations, there is a separate properties file for each in the corresponding <configname>/IA folder.
| Property | Description |
|---|---|
| JAVA_LOCATION |
Specifies the absolute path to JAVA_HOME from the client installation directory. Normally configured by editing the setup script. |
| CLIENT_LOG_FILE_DIR |
Specifies an absolute path for the location of the client log files. Default: <install_folder>/InfogixClient/logs/<config_name>/IA. |
| CONFIG_HOME, DATA_HOME, DATA_TEMP |
Specifies absolute paths for client configuration and data files. Default locations are conf, data, and temp folders in <install_folder>/InfogixClient/igx-data/<config_name>/IA. |
| HOST_NAME |
This is the host name or address of the Assure DQ server. The client uses this to connect to the server. |
| HTTP_PORT_NUMBER |
The HTTP port number of the Assure DQ server. |
| HTTPS_PORT_NUMBER |
The HTTPS port number of the Assure DQ server. |
| HTTP_SCHEME |
Specifies whether to connect to the server using http (default) or https protocol. |
| HTTP_USER_NAME, HTTP_USER_PASSWORD |
You can enter a default user name and password for invoking the client. If you do not specify a user name and password here, you must pass them on the command line. Optionally, you can encrypt the password by running the crypt-properties script after editing the properties file. |
| solution.context.root |
If you have multiple instances of the Assure DQ application installed together on the same application server, specify the context root of the instance to connect to, such as infogixassuredev. Use lower case alphabetic characters only, without spaces. |
| CLIENT_JAVA_OPTIONS |
Options to pass to the Java VM. Change memory settings and SSL keystore location as needed. The -Xmx128m option specifies the maximum memory for the Java VM. Increase if OutOfMemoryError occurs. The client references javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword for HTTPS communication. These are used only when HTTP_SCHEME is set to https. |
| PLUGINS_DIR |
If your Assure DQ client will perform local capture and needs access to external service layouts or custom services functions, uncomment this property and specify the full path to a local directory containing those jar files. |