If you are using a standalone install (i.e. not the WAR distribution) and don't want to go through the hassle of setting up a proxy, just change
wrapper.app.parameter.2=8085
to
wrapper.app.parameter.2=80
In conf/wrapper.conf file located in your Bamboo installation directory.
You can do that using Apache httpd proxy: http://confluence.atlassian.com/display/BAMKB/Running+bamboo+behind+apache+httpd+proxy
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Krystian gave you the best answer - use a web-server as a front end. You could also configure Tomcat to listen on a url without a port, but that is less flexible, and makes maintenance a bit more complex.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.