...
A license is required to run Prizm Gateway. If this is the first time you are installing the product on your NonStop system, you may obtain a free 30-day trial license at the Trial License Center. Otherwise, a license will be provided to you upon purchase of the product. Do not request a trial license until you are ready to begin using the product, as the 30-day timer starts on the day the license is issued. Note that you may install Prizm Gateway without a license, however the product will not function until a valid license is installed. See .See Product Licensing for information on how to install the license.
Download the Release Package
...
Code Block | ||
---|---|---|
| ||
---
config_prizm_console:
port: 8080
# tcpip_process: "$ZTC0"
error_log: "LOGCONE"
debug_log: false
# access_log: "LOGCONA"
tls: false
tls_cert_file: "certpem"
tls_key_file: "pkeypem"
http2: false
... |
An example of uncommenting an entry:
Code Block | ||
---|---|---|
| ||
---
config_prizm_console:
port: 8080
# TCPIP process is not the default.
tcpip_process: "$ZTC1"
error_log: "LOGCONE"
debug_log: false
# access_log: "LOGCONA"
tls: false
tls_cert_file: "certpem"
tls_key_file: "pkeypem"
http2: false
... |
...