How to change ports on Content Editor appliance

  • 7024665
  • 03-Jun-2020
  • 06-Jul-2020

Environment

Filr 4.2
GroupWise Teamworks

Situation

The Filr administrator wants to change the TCP/IP port used by the Content Editor appliance.

Resolution

1. Open for editing the file: /opt/novell/base_config/dockerStartPre.sh

2. Change the line that begins with "docker run". It will contain content such as "-p 443:9980". To change the port to 444, for example, change it to read "-p 444:9980". To add an additional port, for example 444 (keeping port 443),  change it to read "-p 443:9980 -p 9980:9980 -p 444:9980"

3. From a terminal prompt, execute the following command:
sh opt/novell/base_config/CEcontainerRecreate.sh

4. Restart the ContentEditor service:
systemctl restart ContentEditor