Show TOC

Changing the Web Server AddressLocate this document in the navigation structure

Use

SAPinst enters the Web server address fully qualified with domain in the <TREX_DIR>/topology.ini configuration file. 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 (see Starting and Stopping TREX).

  2. Edit the <TREX_DIR>/<trex_instance_number>/topology.ini configuration file. 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 (see Starting and Stopping TREX).