Change Jira's ports

Paul Nichols April 3, 2014

Currently I have Jira running on HTTP/HTTPS on ports 8080/8443 respectively. I'm trying to change it to 80/443. I'm using the config.sh, which seems very straight forward, as recommended here https://confluence.atlassian.com/display/JIRA/Changing+JIRA's+TCP+Ports. When I try to open in my browser, though, I get either a 404 or an SSL Connection Error. Not sure where to go.

1 answer

0 votes
Tiago Comasseto
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 3, 2014

Hi Paul, you can check whether the ports are opened in your server using telnet (i.e. telnet server_ip 443) and in case it's not the problem, you can check the log catalina.out ($JIRA_INSTALL_FOLDER\logs) to see if there's any additional information there.

Cheers

Suggest an answer

Log in or Sign up to answer