Setting non-standard ports - 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

After installing HxGN EAM, if start-up problems exist due to conflicts with ports already in use by other applications, then perform the following:

  1. The apache ports can be changed in depconfig/properties/external/config.yml

    core:
    ports:
    http: 2443
    https: 4443

  2. Several additional ports can be changed in the [APP_HOME]/depconfig/properties/external/config.yml file. Edit the file with a text editor and change any port definition to a new value:

    jboss:
    ports:
    ajp: <some port>
    cli: <some port>

  3. Change to directory [APP_HOME]/depconfig:

    • For JBoss on Windows run deploy.bat.

    • For JBoss on Linux run deploy.sh.