Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Host redirection

Christof Jegen October 22, 2014

Hello together

Our customer is running JIRA and Confluence on the same Machine (Windows 7). JIRA with port 8080 and Confluence with port 8090. Now he wants to type JIRA or confluence in his browser to get to the right portal. DNS records are existing, but of course the Port-Redirection is somewhere configured in apache tomcat, but where? And what do i have to configure?

Thanks for your answers.

Christof

2 answers

0 votes
Christof Jegen October 22, 2014

thanks for the very fast answer smile

that's not exactly what i mean. other way smile is it not possible to config apache, when the url is "wiki" then it has to start the site with port 8090 and when the url is "jira" to go to port 8080? 

Nic Brough -Adaptavist-
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.
October 22, 2014

Ahh, you want Apache proxypass functions. You set up one for yourserver/wiki that proxies the requests to yourserver/wiki:8090 and another for yourserver/jira that proxies to yourserver/jira:8080 Have a look at https://confluence.atlassian.com/display/DOC/Using+Apache+with+mod_proxy

Christof Jegen October 22, 2014

thanks a lot, i have a look at it :-)

0 votes
Nic Brough -Adaptavist-
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.
October 22, 2014

You can't run them both on the same port, you're going to need to use a proxy if they're on the same machine.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events