2022.2

Table Of Contents
l
You can specify a HTTPS port separately.
l
A Proxy list can be used to setup end points for redirecting requests to another server. This could
be useful if for example the Connect server is on another server which could change; when it
changes you’d only have to modify the proxy list instead of the configuration.
l
You can enable or disable authentication using users from an Active Directory server.
The NodeJS Server is only started automatically by Workflow when NodeJS input plugins are detected
in the configuration. If no NodeJS input plugins are present, the service ("ppNode") is not started by
Workflow; it can still be started manually, but will only serve static resources and redirect requests to
other servers.
Note: The NodeJS Server installed with Workflow is not supported in an x86 environment.
Before using this plugin
1. Configure the NodeJS Server using its three settings dialogs in the Preferences (Workflow but-
ton >Preferences): "NodeJS Server Input plugin preferences 1" on page662, "NodeJS Server
Input plugin preferences 2" on page664 and "NodeJS Server Input plugin preferences 3" on
page664.
2. In order to serve resources that come from the Connect Server the ppNode service needs to
know the credentials and communication protocol to use for communication to the Connect
Server.
These must be entered in a file named default.js that is by default found in C:\Program Files
(x86)\Objectif Lune\ppnode\src\constants\.
Find the following line:
export const DEFAULT_CONNECT_CREDS:{ auth: string; protocol: string } =
{ auth: "ol-admin:secret", protocol: "http" }; //Default user/pass and
protocol for the Connect Server
Enter the credentials and protocol (either http or https) in the auth and protocol entries.
Once the file has been changed, the ppNode service needs to be restarted for the change to take
effect.
Note: Although Workflow can serve both static and dynamic resources to a web browser, it is not
meant to be used as a fully featured web server as it is not built for responsiveness nor guar-
anteed uptime. It is recommended to use a common web server (for example, IIS or Apache) to
serve your contents and to let Workflow process things only it can do.
For more information on how to serve HTML and PDF generated by Connect through IIS, watch
the Connect with Evie - IIS series.
Page 328