Apologies for what may be a stupid question, but, I'd like to change URL used by confluence. I installed Confluence on my Jira server and by default it was given a url like this
http://myjira.mycompany.com:8090
and what I really want it to be is
http://confluence.mycompany.com
what do i need to change and where?
Cheers
Norman
Hi Norman,
If you want to hide the port of your dns, you can achieve this by using Apache ModJK or Apache ModProxy. If you want to change the port number, you can achieve this by navigating to <confluence-install>/conf/server.xml under Connector part. Some web hosting if you point the port to 80, all the default http request will redirect to that port. For more information regarding this, you can refer to the following documentation.
* http://confluence.atlassian.com/display/DOC/Configuring+the+Server+Base+URL
* http://confluence.atlassian.com/display/DOC/Using+Apache+with+mod_proxy
* http://confluence.atlassian.com/display/DOC/Using+Apache+with+mod_jk
If you want to change the DNS itself you may need to contact your System Administrator to change it for you.
Best regards,
Josua
I think the link http://confluence.atlassian.com/display/DOC/Configuring+the+Server+Base+URL is used to configure the base url for confluence. I guess you need to use the Apache mod_jk2 module. It intercepts Apache requests to certain URLs and forwards them to your Servlet engine.
Just have a look at this link, you may find it useful -http://confluence.atlassian.com/display/DISC/Connect+using+Apache+mod_jk2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Norman,
you should ask your system administrator to change the dns name for confluence. After this, you should change the confluence server base url as described here: http://confluence.atlassian.com/display/DOC/Configuring+the+Server+Base+URL
Best regards
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Probably not change as I guess you already run jira on it, instead create an additional CNAME record.
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.