How to change URL?

Deniz Kanmaz May 12, 2014

Hi,

We are new on Jira also Tomcat. We download and installed the jira on our web server (Windows Server 2012 R2) and it's working on it. We are using it on the server and reaching Jira on "http://localhost:8080".

On the server, we have our website on IIS. We want to know that, how can we reach the Jira on like "http://www.ourdomain.com/jira". We tried to run the "tomcat7w" to change the url but it's throwing error like below:

"The specified service does not wxist as an installed service.

Unable to open the service 'tomcat7'"

Thanks.

Deniz

3 answers

0 votes
Luciano Fagundes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 12, 2014

Deniz,

I believe this KB might help you to achieve what you are looking for:

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

0 votes
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.
May 12, 2014

Find the server.xml in the Jira/Tomcat installation, open it up and look for Context="", replace with Context"/jira". The rest of the config will be done in IIS and your network DNS. (IIS has to be told that when people land on www.ourdomain.com/jira, it should proxy the information over to localhost:80/jira, and you need to ensure ourdomain.comresolves to that IIS server)

0 votes
codelab expert
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.
May 12, 2014

You must create a new context. Did you know this manual? http://tomcat.apache.org/tomcat-7.0-doc/config/context.html

Suggest an answer

Log in or Sign up to answer