Versions Compared

Key

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

...

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

Above case is changing Synchrony port number from 8090 to 9004.


Below example is the snapshot of For example, the below is what I have done in setenv.sh on vi editor. The port number what I used is actually 28091 instead of 80918090.


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

...