How to change the hostname of JIRA instance

pamela guo November 26, 2012

I installed a JIRA 5.1.7 on our VM and tried to change the host name.

Right now the URL is: http://localhost:8900/

I changed the Base URL in General Configuration to something like this http://w2.jira.***.com/

I did restart the JIRA service, but i am not able to access it throught http://w2.jira.***.com/ (Prompt IIS Setting)

The http://localhost:8900/ is the only way I can browse JIRA.

This JIRA instance is installed on Windows Server 2008, and there is no IIS. What can we do to change the URL? I need more detail information.

Anyone can help? Thanks in advance.

1 answer

0 votes
Colin Goudie
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.
November 27, 2012

You would need to configure IIS to forward a specific context (in this case jira) to your JIRA instance

https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+IIS

You don't configure the hostname as such in JIRA, you need to ensure your network's DNS is correctly forwarding requests on the hostname you want, to your IIS server.

Disregard all this if you aren't using IIS, it just seemed you were from your comment RE: Prompt IIS Setting (Which I'm not sure what you mean by that :) )

pamela guo November 27, 2012

Thank you for your help.

We just installed a JIRA instance on Windows Server 2008 system, and there is no IIS installed.

If we are not going to use IIS, what can we do?

Nathan Scott September 12, 2017

Would configuring the Jira applicaiton with IIS be needed to accomplish having the site http://localhost:8080/ to be accesable by the internet??? Or can this be done just by modifying DNS settings.

By the way, if you create a dedicated VM you can just name the machine 'Jira' or such and the hostname will carry over to the app.

Suggest an answer

Log in or Sign up to answer