how to change ip address of confluence server

emviado October 17, 2013

how to change ip address of confluence server

5 answers

1 accepted

1 vote
Answer accepted
emviado October 23, 2013

Thanks Nic/ Rambanam.

This also helped. Item 7 http://www.ehow.com/how_7564749_change-ip-port-confluence.html

Already changed IP.

Resolved

1 vote
David Scherer January 22, 2015

You will need to edit C:\Program Files\Atlassian\Confluence\conf\server.xml (on Windows)

Change the Connector line to include an 'address="127.0.0.1"' attribute (replace the IP with the IP you want Tomcat to bind on) and restart the service.

EX:

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="80" address="127.0.0.1" minProcessors="5"
           maxProcessors="75"
           enableLookups="false" redirectPort="443" acceptCount="10" debug="0" connectionTimeout="20000"
           useURIValidationHack="false" URIEncoding="UTF-8"/>

This applies to Windows, but the process should be similar on other systems, however the location of the configureation file will change.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 22, 2015

Er, no, first of all, that change is for Tomcat, not Confluence. Secondly, you should not bind Tomcats to localhost like that anyway. Third, the question is about changing the IP address of the server, and running it on localhost means you won't be able to reach it from the outside at all. Seriously, no, this is wrong.

Like Daniel Santaella likes this
David Scherer January 22, 2015

Binding to localhost was clearly an example, reading a parenthetical must be incredibly difficult. Of course it's for Tomcat, but for many people who don't spend their day managing Tomcat instances, Confluence and Tomcat are one in the same, as they're likely not aware Tomcat exists, it's just confluence to them. And CLEARLY the asker was looking for this solution, I only added an inline answer in case the eHow link goes away or changes. So not only are incapable of reading a parenthetical, you also don't seem able to read the selected answer. Congrats, I'm awarding you an Idiot of The Week badge. Stop being an ass.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 22, 2015

Yes, and it's a terrible example, you should have used almost any other address as the example. It's also worth being very clear that Tomcat and Confluence are NOT the same application - if someone is messing around at this level, they REALLY need to understand that. And throwing insults around when someone gently points out that you are wrong is not going to make you any friends.

0 votes
Mudhal Malai November 5, 2013

If it is a Dynamic IP address,yuou can change it simply by resetting it.If it is a Static IP address,you can contact your Internet Service Provider[ISP] and request for a new IP address.

If you need to check the Internet IP address visit the site IP-Details.com .

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 17, 2013

That's up to your network and server administrators. Nothing to do with confluence.

Although, if you're using the plain IP address as the base url, then you will need to change that in the general configuration, AFTER you've changed the network settings, and seriously, use DNS instead.

0 votes
RambanamP
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 17, 2013

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events