Forums

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

How to find the port of JIRA server

Mahendran Balu September 22, 2020

Hi,

We have installed Jira software in linux and we have load balancer URL.

Please let me know how to find out which port we have configured for this jira server.

 

Best Regards,

Mahendran

1 answer

0 votes
Daniel Eads
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 22, 2020

Hi Mahendran,

Jira out-of-the-box will begin serving itself on port 8080. This can be configured, and there are a couple places you'll want to check:

  • The base URL value listed in Jira's General Configuration page. See information here on finding and configuring the base URL 
  • The server.xml file tells Jira's application server which ports to listen on, and under what protocols. You'll need to modify this file to set Jira up with a reverse proxy (your load balancer). This file comes with several connectors already, but they are commented out. Instructions for setting up Jira with your reverse proxy of choice are linked within this file. It's located at <jira-install>/conf/server.xml

If you need help with a specific load balancer, most guides are a simple "jira <load-balancer-name" search away. But I'm also happy to link to setup documentation for a specific product if you need.

Cheers,
Daniel | Atlassian Support

Suggest an answer

Log in or Sign up to answer