how to change ip address of confluence server
Thanks Nic/ Rambanam.
This also helped. Item 7 http://www.ehow.com/how_7564749_change-ip-port-confluence.html
Already changed IP.
Resolved
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.