In this example, AcuRCL and AcuToWeb use the following default ports:
Port | Description |
---|---|
5632 | ACURCL_PORT for AcuRCL |
3000 | WEBSERVER_PORT for AcuToWeb |
8008 | TCP_PORT for AcuToWeb on Linux |
To change the port used for AcuRCL to an alternative port, edit the following files, replacing the default 5632 value with your alternative port number:
File | Change the value of... | From... | To... |
---|---|---|---|
AppContainerDirectory\acurcl_linux.cfg | ACURCL_PORT | 5632 | Your alternative port number |
run_container_AcuRCL.sh | --publish | 5632 | Your alternative port number |
run_container_AcuToWeb.sh | --publish | 5632 | Your alternative port number |
To change the port used for AcuToWeb to an alternative port, edit the following files, replacing the default value with your alternative port number:
File | Change value of... | From... | To... |
---|---|---|---|
AppContainerDirectory/gateway_linux.toml | WEBSERVER_PORT
TCP_PORT |
3000
8008 |
Your alternative port number |
run_container_AcuToWeb.sh | --publish | 3000
and 8008 |
Your alternative port numbers |