Forums

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

run Jira on port 80

Hailes Admin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 10, 2019

I want my jira application to run on port 80 instead of 8080, I have tried to replace server.xml connector port to 80 and restarted jira after that it won't load so I reverted back, can anyone explain a working method to reconfigure it on port 80.

1 answer

0 votes
Jobin Kuruvilla [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.
April 10, 2019

That is the only thing you need to do.

But keep in mind that you won't be able run the service on port 80 as a non-root user in linux. Is that the issue here? If so, run it as a root user (not recommended) or use redirection to port 8080 from port 80 either using simple iptables routing or by setting up a web server like Apache in the front.

There might also be firewall rules blocking port 80. Check that as well!

Suggest an answer

Log in or Sign up to answer