I have successfully installed bamboo. and its working great.
But now I need to change the bamboo default port(8085). I dont know how to do that.
Please anyone help me.
This is out of date as of Bamboo 5.9.4.
You should edit the following :
In your bamboo home directory: $BAMBOO_HOME/xml-data/configuration/administration.xml:
change
<myBaseUrl>http://<your URL>:<yourfancyport></myBaseUrl>
Also do note that you should edit server.xml to reflect the same:
$BAMBOO_INSTALL/conf/server.xml
<Connector port="<yourport>" maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false" maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="<yourport>" acceptCount="100" disableUploadTimeout="true"/>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can change it in the wrapper.conf file under Bamboo_Install_Dire/conf folder. See the following property.
# The Bamboo port number - this is the port number the Bamboo web server listens on. # wrapper.app.parameter.2=8085
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need to pick another port number for my new bamboo server i created ? what is the best alternative server port and connector port
Thank you
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.