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.
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!
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.