Purpose:
Configuration of Liquid UI web Server to Connect to SAP R/3 Server.
Sample SAPgui Connection:In
Config.JS file the below line need to
added/modified, to connect to
SAP Serverconst R3_SERVER_NAME =
"/H/<APPLICATION-SERVER/IP>/S/32<Instance-PORT>"const DEF_WEBPORT_BASE = g_arArgs['_PORT']!=void 0?g_arArgs['_PORT']:"88";
// portnumberIn browser address, use the following url,
http://<serverhostname/IPAddress>:<portnumber>/GuiXT4Web/logon.gsp#