Populating Proxy Information During Log On

You can configure the proxy name and port number to automatically populate the Proxy settings between client and CommServe dialog box that appears when you click Configure from the Connect to CommCell dialog box. If you do not automatically populate the proxy information, users must enter the proxy information each time they log on to the CommCell Console.

Procedure

Using oem.properties

  1. Log on to the proxy computer and go to the software_installation_directory/GUI folder.

  2. Edit the oem.properties file and add the following two lines at the end of the file:

    consoleProxyHostName=hostname or IP address of the proxy computer consoleProxyPort=port number used by the proxy to communicate with the CommServe

  3. Save the file.

Using the CommCell Console Shortcut

  1. On your desktop, find the CommCell Console stand-alone application shortcut.

    Tip

    Right-click the shortcut and make a copy of the shortcut before making changes.

  2. Right-click on the shortcut, and then select Properties.

  3. In the Target field, add the -proxyHostName="hostname_or_IP" and -proxyPort=port_number parameters.

    Example:

    "C:\Program Files\Java\java_version\bin\javaw.exe" -jar cv.jar commserve_host.company.com 8401 -oemid= 1 -proxyHostName=proxy.domain.company.com -proxyPort=4242

    where:

    • java_version is the Java (jre) version

    • commserve_host.company.com is the CommServe host name

    • proxyHostName is the hostname or IP address of the proxy computer

    • proxyPort is the port number used by the proxy to communicate with the CommServe

  4. Click OK to save the changes.

Loading...