Setting Parameters
For iProcess Technology Plug-ins to function correctly, you must explicitly set the java.rmi.server.hostname property with the public IP of the AWS or Azure machine.
| • | Linux/UNIX: Edit the SWJVM_OPTIONS line in $SWDIR/eaijava/scripts/env.sh to append-Djava.rmi.server.hostname=<iProcess Engine FQDN> |
| • | Windows: Edit the SWJVM_OPTIONS environment variable to append-Djava.rmi.server.hostname=<iProcess Engine FQDN> |
For example (on both Windows and Linux):
SWJVM_OPTIONS="-Dsun.lang.ClassLoader.allowArraySyntax=true -Djava.rmi.server.hostname=ec2-52-66-190-210.ap-south-1.compute.amazonaws.com"
If you have iProcess Workspace Plug-ins/iProcess Workspace (Browser) installed on a non-AWS or non-Azure network, add the following security group configuration rules to connect to iProcess Engine/iProcess Technology Plug-ins hosted on AWS or Azure.
|
Type |
Protocol |
Port Range |
Source |
Purpose |
|
|
Custom TCP Port |
TCP |
10021 |
Custom |
192.0.2.0/32 |
JMX Port |
|
Custom TCP Port |
TCP |
10022 |
Custom |
192.0.2.0/32 |
RMI Port |
|
Note |
In this table, 192.0.2.0/32 is used as an example IP address, replace this with your IP address. |