AMT Help Files

Configuring App.ini

Follow the instructions below to configure the App.ini configuration file for AMT Screens on the server with the AMT installation.

  1. Navigate to the following directory: ..\<AMT Environment>\Apps\<Application>\Binaries\ClientGUI.
  2. Open the App.ini file in a text editor.
  3. Only one line needs to be configured for this basic runtime setup:
    APPSERVER=TCP <SERVER> <PORT>

  4. Replace <SERVER> with the network name of the server on which the application server is running.
  5. Replace <PORT> with the port number the application is using (also see Adding the Application server in the Control Center).

    The following is an example of a configured App.ini file:
    **********************************************************
    *                                                        *
    * And now the address of the appserver                   *
    *                                                        *
    **********************************************************
    APPSERVER=TCP VWIN2008R2X64 22001

 

A list of all configuration options for the App.ini file can be found on the App.ini Configuration File page.