In this example, AcuRCL and AcuToWeb use the following default ports:
Port | Description |
---|---|
5632 | ACURCL_PORT for AcuRCL |
3000 | WEBSERVER_PORT for AcuToWeb |
8009 | TCP_PORT for AcuToWeb on Windows |
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_windows.cfg | ACURCL_PORT | 5632 | Your alternative port number |
run_container_AcuRCL.bat | --publish | 5632 | Your alternative port number |
run_container_AcuToWeb.bat | --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_windows.toml | WEBSERVER_PORT
TCP_PORT |
3000
8009 |
Your alternative port number |
run_container_AcuToWeb.bat | --publish | 3000
and 8009 |
Your alternative port numbers |