Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

__d2tcl__NickName=nickname
parameter allows to name the .SEE D2000 process, which originates by connecting the client and it is used to interpret ESL scripts of displayed pictures. It can be used for debugging an ESL script when it is needed to specify on which .SEE process should the debugging run at.

__d2tcl__AuthMethod=method
parameter allows to set authentication method. Allowed methods are:

  • d2000 - authentication using name and password
  • spnego - authentication by operating system, without entering name and password

It is possible to specify both methods, separated by comma. It this case the 'spnego' authentication is tried first, should it fail, the 'd2000' method is used as the fallback.

If the parameter is not specified, default is 'd2000'.

Feature is available since D2000 release R067


The parameters in URL are entered after '?' character and are divided by '&' character.

...

http://hostname[:port]/myApp/[?alias]

hostnameIP address or computer name on which Apache Tomcat runs.
portPort number for connection to Apache Tomcat through HTTP(S). If port = 80, the user need not enter it.
myAppDirectory name in the main directory of Apache Tomcat (folder of Thin Client application).
aliasAlias name from configuration file. If the alias is entered, it must follow the "?" character.

If the picture is not opened, when first starting the Thin Client, try to restart both the web server and tcts.exe process.

...