Forums

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

Change port

Jason Saunders October 3, 2019

I changed the port based on this article https://confluence.atlassian.com/adminjiraserver074/changing-jira-application-tcp-ports-881684079.html. I updated the server.xml file. I can access Jira while I'm remoted into the server, but can't access it from another computer on the same network. Netstat shows that the new port is listening. Windows Firewall is disabled and no ports appear to be blocked.

1 answer

1 accepted

0 votes
Answer accepted
Jack Nolddor _Sweet Bananas_
Atlassian Partner
October 3, 2019

Hi Jason Saunders

To discard any connectivity issue the easy way is to use telnet to see if you can connect to the new port. Please launch the same command from the server itself and from the machine that is not able to connect.

 

Supposing the new port is 8080 and your application is deployed in jira.mycompany.com

  • From the server itself -- telnet 127.0.0.1 8080
  • From the machine  -- telnet jira.mycompany.com 8080

 

* You can enable telnet on windows machines following this article

 

In case you can connect using telnet from the server itself but not from the machine, please review:

  • The firewall configured on the server if any (iptables,firewalld, nftables, ...)
  • The reverse proxy or load balancer if any (ngix, apache httpd, squid, dante,...)

 

See Changing Jira application TCP ports article for further information.

Regards

Jason Saunders October 3, 2019

Thanks for the response. I think I am connecting successfully both. I get a blinking cursor. Could this just be an browser issue?

Jack Nolddor _Sweet Bananas_
Atlassian Partner
October 3, 2019

Yes if the connection fails youy get an error. So a blinking cursor is an OK

Could you check if your reverse proxy is redireccting the traffic correctly to the new port?

Please share with us an image with the error you are getting to better determine where the problem is.

Regards

Jason Saunders October 3, 2019

Thanks for the responses. Our network specialist resolved the issue. 

Jack Nolddor _Sweet Bananas_
Atlassian Partner
October 3, 2019

Congrats!

Did my answer solve your problem?

If so, consider to mark the proposed solution as an 'Accepted answer'. This will help other people with the same or a quite similar problem to find a solution in a easy and faster way.
If not, please consider to create a reply to this thread and tell us more about how you/your team solve the problem, you can also mark your own comment as an 'Accepted answer'

In addition, by doing this the post will automatically gain the "Solved:" prefix in search results to indicate other people that no further support is needed.

Kind Regards.

Suggest an answer

Log in or Sign up to answer