Configuring ServerName - HxGN EAM - Version 11.07.01 - Installation & Upgrade

HxGN EAM Installation Guide

Language
English
Product
HxGN EAM
Search by Category
Installation & Upgrade
HxGN EAM Version
11.7.1

In order to ensure proper operation of the HxGN EAM HTTP server, it is important for the ServerName parameter in the httpd.conf file to be set to the Fully Qualified Domain Name (FQDN) by which the application will be accessed. The system sets the ServerName to be the same as the hostname of the system on which the installer ran. For example, if the server’s hostname is "extended" and you want to serve the application through the FQDN of "extended.yourdomain.com," then you must perform one of the following options:

  1. Open the file [APP_HOME]/depconfig/properties/external/config.yml in a text editor.

  2. Locate the server property under core, and change it to your FQDN like the example below:

    core:
    ...
    server: <fqdn servername>

  3. Save the file.

  4. Change to directory [APP_HOME]/depconfig.

  5. For JBoss on Windows run deploy.bat.

  6. For JBoss on Linux run deploy.sh.

Regardless of what FQDN is used, it is important that the http server is able to resolve each FQDN to a local IP address in its local hosts file.