Modifying the PowerTerm WebConnect Server machine's TCP/IP Address

Modifying the TCP/IP Address is necessary when the Web Server and the PowerTerm Server are installed on different machines. If they are on the same machine, then the empty value is used for the Server address and 4000 is used for the port number.

This default can be modified, as explained below:

To modify the WebConnect Server's TCP/IP address in the html:

  1. Open the PTJavaClient.html file and locate the following line:

    Default value used - PowerTerm WebConnect Server and Web Server reside on same machine:

    var sParamServer = '<param name="server" value="">';

    Override default value - PowerTerm WebConnect Server and Web Server are on different machines:

    var sParamServer = '<param name="server" value="192.117.238.186">';

  2. Set the desired value of the applet parameter port in all of the relevant fields using the following syntax:

    var sParamPort = '<param name="port" value="4000"> ';

    var sParamPort = '<param name="port" value="888"> ';

    For more information on modifying the PowerTerm WebConnect server port - see the PowerTerm WebConnect Administration Tool's help topic entitled "Modifying the Server's TCP/IP Port".