Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The available WebGateway parameters can be found in the list below:

LocalPort : WebGateway listening port. If you are ONLY using Windows Authentication, set it the parameters to zero (0) and the port will not be opened

LocalPortWA: WebGateway listening port using Windows Authentication. If you are not using Windows Authentication, set it the parameters to zero (0) and the port won’t will not be opened

RemoteIP : Computer IP that runs the runtime server (TServer.exe)

...

RemotePortWA: “TServer.exe” listening port using Windows Authentication

WA:  Force to   Must use either RemotePort or RemotePortWA. Do It does not matters matter which port the data arrive arrives in (LocalPort or LocalPortWA)

...

             False = Disabled

TargetCF : [optional] Set if the project is being  This enables a project to be deployed in a Compact Framework environment (WindowsCE) or not.

     True = Enabled

     False = Disabled.

...

LocalPort2: WebGateway listening port. It must start in with #2.

RemoteIP2:  Computer IP that is running the runtime service

...

Note

Since the line ”<! − −” and ”−− >” makes a comment block, it needs to be removed.


Info

You can find the any default values in the “TWebGatewayService.exe.config”.

...

When the WebGateway service is started, log messages can be found are in the Windows EventViewer.You should be able to find among the messages one as in

the example. Below is a message similar to one of the log messages.

Code Block
First redirect :: LocalPort: 3101, RemoteIP: localhost, RemotePort: 3101,RemotePortWA: 3102 
Extra Redirection Table:
Listen on ipv4:	Connect to ipv4:

Address	Port	Address	Port
---------------    ----------	--------------- ---------- 0.0.0.0	3100	192.168.80.129	3100
0.0.0.0	3102	192.168.80.129	3101

...