Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Changing Confluence cli-port

Andriy Levanidov October 11, 2012

We have multiple instance of confluence running on one server (dev environment). Is it possible to specify it’s own cli-port for each instance?

Thank you

3 answers

0 votes
Andriy Levanidov October 28, 2012

solved

0 votes
Andriy Levanidov October 11, 2012
Hi Bruna, Thank you for your reply. Is the cli-port the same as server port? I thought they are different things. Deafult cli-port is 4330
0 votes
Bruna Griebeler
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 11, 2012

Hello Andriy

Yes, you can set different ports for all your confluences.
To do that, you must change your <Confluence-Install>/conf/server.xml

<Server port="8000" shutdown="SHUTDOWN" debug="0">
<Service name="Tomcat-Standalone">
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443" acceptCount="10" debug="0" connectionTimeout="20000" useURIValidationHack="false"/>
...

To do that you just have to change the Server Port and the Connector Port on each of your Cofluence instances.
Check out this document to get into the details!

Hope it helps!!

Cheers!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events