You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.