Setting the Connection Type Name
In earlier releases, all web applications that make use of the MultiWorkerTcp subsystem were hard‑coded to use the "JadeHttpToClient" connection name. This was appropriate when all web applications sat in behind IIS, but this is not as useful for web service applications (that is, Direct REST and Direct SOAP web service applications) that connect directly to incoming HTTPS traffic.
The [WebOptions] section of the Jade initialization file provides the
The
For details about SSL end-to-end encryption, see "End-to-End SSL Encryption", earlier in this chapter.
If the ConnectionTypeName parameter does not have a specified connection type name, the value of the
The following parameter and value example specifies the connection type name for all web-based applications on the node.
ConnectionTypeName=Milly
However, you can specify the setting in the format <application-name>_ConnectionTypeName to affect only a specific application; for example, to apply the connection type name to a REST application called RestServer, specify the following.
RestServer_ConnectionTypeName=Molly
The connection type names specified in the [WebOptions] section of the Jade initialization file could be as follows.
[WebOptions] ConnectionTypeName=Milly RestServer_ConnectionTypeName=Molly AnotherApp_ConnectionTypeName=Mandy
The application name is case‑sensitive, and Jade does not support spaces in application names.
2022.0.05 and higher