Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

If you need to change the port number for collaborative editing of Confluence, you need to add following line on <confluence home directory>/bin/setenv.sh

Code Block
CATALINA_OPTS="-Dsynchrony.port=9004 ${CATALINA_OPTS}"

...

Code Block
# stop-confluence.sh
...
# start-confluence.sh
...


Note the port number value on your confluence website won't be changed like below even though you changed it, because that is just for your reference provided by atlassian.

...

If you run two confluence server on the same machine, Synchrony port might be conflicted, so you need to change the port number value on for one of them, or you need to turn it off on the menu.