Change the push service default port
Original Question or Issue:
Make the push service listening at a different port.
Environment:
- Product - FileCloud Server
- Version - 23.253
- Platform - Windows
Steps to Reproduce:
Error or Log Message:
When starting the push service, the error was: "System exception: cannot start service: fcpushservice"
Defect or Enhancement Number:
FCL-7972
Cause:
The default port 9002 was already in use by another application.
Resolution or Workaround:
Edit the file <Drive>:\xampp\pushservice\.env (Windows) or /opt/fcpushservice/.env (Linux) and add the below line with the chosen port
FCPS_WSS_PORT=3001
Start (Restart) the push service.
Notes: