Configuring App.ini
Follow the instructions below to configure the App.ini configuration file for AMT Screens on the server with the AMT installation.
- Navigate to the following directory: ..\<AMT Environment>\Apps\<Application>\Binaries\ClientGUI.
- Open the App.ini file in a text editor.
- Only one line needs to be configured for this basic runtime setup:
APPSERVER=TCP <SERVER> <PORT>
- Replace <SERVER> with the network name of the server on which the application server is running.
- 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.