Configure a secure gateway node to show a list of InTouch applications
- Last UpdatedDec 03, 2024
- 1 minute read
You can display a list of your InTouch applications on the InTouch Access Anywhere Server that can be accessed through a Secure Gateway.
-
From Node1, where the InTouch Access Anywhere Server is installed, clone (copy and paste) the Start.html page located in the following directory:
<InTouch Access Anywhere Server installation folder>\WebServer\AccessAnywhere\
-
Rename the cloned file and go to Node2. Paste the file under <InTouch Access Anywhere Secure Gateway installation folder>\Ericom Secure Gateway\WebServer\AccessAnywhere\ folder on the Gateway node (i.e. Node 2).
Note: The start page can be renamed to any valid file name, but for better readability and compatibility, we recommend prefixing the file name with the InTouch Access Anywhere server name. For example, if the server name is Primary01, the start page should be renamed to Primary01_start.html.
-
Open Start.html and locate the following html element:
<select id="ITAAServerList" name="ITAAServerList" style="visibility:hidden">
<!-- A sample option element
<option ServerName="Primary01" IPAddress="xx.x.xx.xx" StartPageName="Primary01_Start.html"/> -->
</select>
-
Add an option element under the select element (an example is given) and update the property values as follows:
-
The ServerName property value should be set to InTouch Access Anywhere server name (Node1 in our example).
-
The IPAddress property value should be the IP Address of the server. Setting an IP value will allow the page to be accessed when you use IPAddress instead of ServerName.
-
The StartPageName property value should be set to the start page name from step 2 above.
-
-
Save the changes.
Now you can see the Application Name list with all InTouch applications available on the InTouch Access Anywhere Server node.