Purpose:
Configuration of Liquid UI web server to connect to SAP R/3 Server with SAP Router Strinig
Sample SAP connection:
Description:- SAP Router
Application Server:- Application server-IP
Instance Number:-00
System ID:- SID
System ID:- /H/ROUTER-STRING/S/ROUTER-PORT/H/
In "config.js" file, the below line need to be added/modified, to connect to SAP Server
const R3_SERVER_NAME = "/H/<ROUTER-STRING>/S/<ROUTER-PORT> /H/ <Application server-IP >/S/32<instance-port>";
const DEF_WEBPORT_BASE = g_arArgs['_PORT']!=void 0?g_arArgs['_PORT']:"88"; // portnumber
In browser use following url
http://<serverhostname/IPAddress>:<portnumber>/Guixt4web/logon.gsp#
See attachment for screenshots