Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

confluence update question

Hsu Yao Chang December 26, 2015

Dear all, 

We would like to update confluence from version 4.2.1 to version 5.8, but we found our default port is 80 for confluence used. When we updated confluence , we found we needed to change default port to another port 8090 by modified server.xml file as listed as below: How can we keep default port 80 to new confluence version used ? Thank you.

port.jpg

3 answers

1 accepted

0 votes
Answer accepted
Chander Inguva
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.
December 26, 2015

To check what process is running on port 80 try these commands

netstat -tulpn|grep 80     for linux
netstat -a -n -o |find 80   for windows

 

Regards

Chander Inguva

0 votes
Hsu Yao Chang December 26, 2015

Thank you for your kindly reply.

We found we can not use port range between 0-1024 port when we use root account . How can we modify the setting ? Thank you.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 27, 2015

That's not right - Linux generally stops you from using ports below 1024 when you are *not* root. Your best option is usually to put a proxy web-server in front of JIRA, as you certainly do not want to run the service as root, and the tricks to get it to run on a port below 1024 when not a root user are, well, not pretty.

Chander Inguva
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.
December 27, 2015

Yup. good point Nic.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 26, 2015

You need to work out what else is already running on port 80, stop that, and change the port for Confluence back to 80 in the server.xml

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events