I'm running confluence on a DO droplet and I can't seem to figure out how to change the port number of my confluence installation from :8090 to just plain :80.
Any ideas?
Hey Nick,
Since ports lower than 1024 is only for root, you can redirect the 8090 port to the 80 one as it was suggested in this documentation.
There are 2 ways:
1) Install apache in front of Tomcat under which confluence is run: https://confluence.atlassian.com/doc/running-confluence-behind-apache-173695.html
2) Tune Tomcat to run under port 80: http://stackoverflow.com/questions/4756039/how-to-change-the-port-of-tomcat-from-8080-to-80
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For what it's worth, option 1 is a lot easier and safer, as with 2 you have to start messing around with process and user permissions to run it securely on a port lower than 1024 on a Unix based machine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.