The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JIRA Virtualhost external URLredirects to JIRA application server URL. Why?

Frank Litjens
May 22, 2014

I have both jira and confluence running on the same machine. If I access my confluence host via the external URL:

However when I access JIRA via my external URL

Both virtual hosts work, however I would like jira to have the same behaviour as confluence. The problem here is that I have to fill in a different base URL than the one the user originally connects to.

What did I do wrong, or what do I miss.

Kind regards,

Frank Litjens

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Frank Litjens
May 24, 2014

You learn most by solving your own problems, and I did.

All I had to do was settings the correct ProxyName in server.xml.

ProxyName="jira.domain.nl" instead of "atlas.domain.nl"

Problems solved.