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
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
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must create a new context. Did you know this manual? http://tomcat.apache.org/tomcat-7.0-doc/config/context.html
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.