...
The server port used for Inter Workflow communication, when one EC contacts another EC, is specified by the EC property pico.rcp.server.port
. If no port is set, a dynamic port will be used, and the port number will change each time the EC is restarted. To let the firewall allow a connect operation, the property pico.rcp.server.port
has to be set to the same port number as the specific port opened by the firewall.
Info |
---|
ExampleEC1 on Host1 is configured with To allow EC1 to open a connection to contact an Inter Workflow storage on EC2, EC1 will make a TCP connection from Host1 to Host2 on port In this case, |
Database Communication
For performance reasons, Audit information is logged directly from an EC to the database.
...
Type | Port(s) | Open Internally | Open Externally | ||
---|---|---|---|---|---|
Platform | 6790 9000 Refer to Additional Platform Properties in install.xml for more information. | Default scenario where MediationZone is only used within an internal network. | If it is required to provide platform ports to external scenarios, such as Legacy Desktop (Java Swing) running on an external network. | ||
Desktop | 9001 Refer to Desktop UI Properties for more information. | If all browser users are on an internal network. | Default scenario where the Desktop is running on browsers on an external network. | ||
Execution Context(s) | 9090 Refer to Execution Context Properties for more information. | Default scenario where services depending on EC are used within an internal network. | If it is required to provide access to ECs from an external network.
| ||
Service Contexts (optional) | Depends on the required services. Refer to Service Context Properties for more information. | Default scenario where services depending on SC are used within an internal network. | If it is required to provide access to SCs from an external network. | ||
Legacy Desktop | 6790 | Default scenario when the Legacy Desktop is used within an internal network. | If the Legacy Desktop requires to run from an external network. | ||
Operations REST Interface | 9000 Refer to Operations REST Interface for more information. | Default scenario where services depending on Operations REST Interface are used within an internal network. | If it is required to provide access to Operations REST Interface from an external network. |
...