How to change jira IP to DNS name.

Asha March 21, 2016

Hello,

Presently I am accessing JIRA in http://10.11.12.13:8080.

 I want it to be something like  http://pass.companyname.com.

 

How do i do this??

 

Kindly let me know what changes/ settings I have to perform for this.

 

Thanks in advance smile ,

Regards,

Asha 

1 answer

0 votes
Steven F Behnke
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.
March 21, 2016

You need to figure out how to get the application on port 80 in order to drop the :8080 declaration. In linux you can use IP tables, you could use a reverse proxy to a web container such as Apache or IIS, or in linux you can bind the application to the port.

Then you need to assign an A-Record to your IP Address.

Suggest an answer

Log in or Sign up to answer