Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I'm trying to update the Server Base URL in Confluence. It was entered as http://localhost:8080/ during install, and I need to change it to an IP address (which will soon be updated to a subdomain). I go to General Configuration > Site Configuration, click on Edit, and in the subsequent form the Server Base URL is grayed out and uneditable. So how/where do I change that? I've tried changing it in the server.xml file, but that just makes it so Confluence won't start.
I believe this is a permission issue. Users with 'confluence-administrator' rights can view the page but not edit this specific value. In order to edit this value we will need 'system-administrator' rights.
Thanks Andrew, this ended up being the problem. During setup I made a "System Administrator" who is the only person who could give others (inluding me) sysadmin rights. I had to go into the database and change the settings in cwd_membership to give myself sysad rights. Now things are good.
Thanks for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try updating the baseurl by changing the value in the database directly. This would be easier done using a GUI tool as the value in the db is a long string of xml settings, you need to copy out the whole value, change the baseurl portion, then run update statement. Or you can run a find/replace query.
My suggestion would be to edit the value in your fav db gui.
The table / column / value you're looking for:
bandana table
bandanakey is atlassian.confluence.settings
bandanavalue specific portion: <baseUrl>http://localhost:8090/confluence</baseUrl> (or similar)
update bandana set bandanavalue = (----the entire bandana value not just the baseurl part ---) where bandanakey = 'atlassian.confluence.settings';
I would recommend taking a database backup or a table dump before making any changes to the database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stuart,
I did a quick check on this, and I am unable to reproduce the same problem on my end. Since this is the case, can you kindly check if there's any error recorded in the logs file?
Anyway, please note that the changes made in the server.xml file will not be reflected in your Base URL configuration, so I am not entirely sure why Confluence is not starting up anymore after updating the port number in the xml file. Can you kindly confirm if the selected port is not conflicting with any other application?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
:8080 does interfere with something, so I have JIRA at :8288 and Confluence at :8090. Each of those apps works fine individually, and JIRA shows the correct URL in the General Configuration admin area. But Confluence, while it works fine, shows the localhost:8080 URL in the admin area and I can't update the URL in the admin. And I get errors when I try to perform certain tasks. The error is something like "You can't do that because the Server Base URL doesn't match the actual URL people use."
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
After changing in base url, I am not able to access the confluenc wiki with new url. Still old url is working.
Old url : http//<serverName>:8080/pages
Changes url: http//myname.com/pages
After change the url, i have restarted the Confluence service and tried to hit changed url,but not working. When I hit old url then confluence is working. I can not see any where the existing url in any config file/database/baseurl....everwhere changed url is visible, But still why my Confluence is pointing old url???
Please let know the steps to change url for Confluence Wiki and also let me know where I am missing?
Thanks,
Pawan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I changed my Confluence Base URL to http://confluence.mycompany.com:8090, but now I can't access it. I can however access http://<server_ip_address>:8090. Any clues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've attached a screenshot from the General Configuration edit screen. The "Server Base URL" is uneditable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you submit a screenshot?
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.