Show TOC

Changing the Web Server AddressLocate this document in the navigation structure

Use

SAPinst enters the Web server address fully qualified with domain into the configuration file <TREX_DIR>/topology.ini.  Your network configuration dictates whether you have to enter the Web server address with or without the domain. If you have to remove the domain from the address, proceed as follows:

Procedure

  1. Stop TREX (seeStarting and Stopping TREX).
  2. Edit the configuration file <TREX_DIR>/<trex_host_number>/topology.ini. Remove the domain from the Web server address:

    <httpserver>

    <<port>>

    Before the change: url=http://mytrexhost.mydomain:<port>/ ...

    After the change: url=http://mytrexhost:<port>/ ...

    </httpserver>

  3. Start TREX (seeStarting and Stopping TREX).