Configure URL of JIRA Server

Christos Christodoulou October 17, 2017

Hello -

We have Jira Server install on our server, and currently the url is: http://dev-svr1-uatp:80XX. 

Now, we would like to change that to http://dev.uatp.com.

What do i need to do to accomplish that?

I have created the subdomain and pointed to the server. How do I do configure apache to bind the url?

I have also updated the Base URL with the new domain, but nothing happened.

Any help is appreciated.

Thanks!

1 answer

1 accepted

1 vote
Answer accepted
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, 2017

How do you want to do this?

Most people do it with a proxy web server, but it is also possible to do it by changing the port for Tomcat (assuming, of course, nothing else is using port 80 on that server). 

See https://confluence.atlassian.com/adminjiraserver071/changing-jira-application-tcp-ports-802593049.html and https://confluence.atlassian.com/kb/proxying-atlassian-server-applications-with-apache-http-server-mod_proxy_http-806032611.html

Christos Christodoulou October 17, 2017

What's the easiest way to do it? Port? I would like to get it working quickly first.

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, 2017

I find the proxy method easier, but that may be because I do it a lot more than hacking Tomcat (and changing the Tomcat can lead you to more difficulties like needing to change permissions to allow it to use ports below 1024, upgrade "fun" etc)

Christos Christodoulou October 18, 2017

Proxy it is, it sounds like a better solution. I'll work on this now.

Christos Christodoulou October 18, 2017

Is it possible to achieve this with IIS? Never worked with Apache.

Christos Christodoulou October 18, 2017

I have tried this and worked like a charm for configuring IIS with Jira.

https://confluence.atlassian.com/adminjiraserver071/integrating-jira-applications-with-iis-802593039.html#IntegratingJIRAapplicationswithIIS-configurejira

Looking into SSL and FishEye now, hopefully it is straight forward. 

 

Thanks for the help Nic!

Christos Christodoulou October 18, 2017

@Nic Brough -Adaptavist- Now I need to update FishEye the same way with IIS, are there any instructions for that? 

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 27, 2017

Sorry, I didn't get emails about your replies.

Yes, you can set up IIS as a proxy.  The Fisheye/IIS setup is, sadly, not documented the way Jira is, but, you should be able to do mostly the same.  You'll need to do the config of IIS in the same way.  Where I fall over is lack of experience of creating a connector for IIS in Fisheye (I've only ever used it behind Apache)

Suggest an answer

Log in or Sign up to answer