Proxy settings

The method for setting HULFT DataCatalog to be used in a proxy environment is described below.

1. In the folder containing the jar file for the application, place "application.properties" with the following fields set. (Enter any setting value for "******.")

hulft.datacatalog.proxy.enabled=(true | false) (Whether to enable the proxy server or not)
hulft.datacatalog.proxy.host=******            (Host name of the proxy server)
hulft.datacatalog.proxy.port=******            (Port number of the proxy server)
hulft.datacatalog.proxy.username=******        (User name that is used on the proxy server)
hulft.datacatalog.proxy.password=******        (Password that is used on the proxy server)
hulft.datacatalog.proxy.nonProxyHosts=******   (Hosts that access without passing through the proxy)
= Remarks =

For details on the fields that can be set for "application.properties," refer to Properties file.

2. Restart the HULFT DataCatalog service.