Configuring AppInterface Servlet
- Copy the <install_directory>/html5/AppInterface/AppInterface.war file to the /webapps directory in the TomCat installation directory. If the TomCat Service is running, the file will be automatically extracted to the folder /webapps/AppInterface.
Open the /webapps/AppInterface/WEB-INF/web.xml file and change the AppServer connection parameter. Connection can be made in 2 ways:
i. Via NameServer: If the AppServer is registered with Name server then connection can be made via NameServer.
[WebServer]: IP address or name of the Web Server.
[NSPortNumber]: Port Number of Progress Name Service to which the AppServer is associated to
[AppService]: Name of the AppServer Service
E.g.:AppServer://10.0.1.25:5162/as_xe70 (Here 5162 is the Nameserver’s port number)ii. Direct Connection: You can omit the connection via NameServer and can connect directly to the AppServer with the AppServerDC parameter as depicted in the image below:
[AppServerPortNumber]: Port number of the AppServer Service
E.g.: AppServerDC://10.0.1.25:3099 (Here 3099 is AppServer port number)Note: The ‘param-value’ for the ‘Session Model’ needs to be stateless since we configure the AppServer Broker in the same mode.
Restart the AppInterface Servlet from the TomCat Management Console.