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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,823
Community Members
 
Community Events
184
Community Groups

How to Change Bamboo default port(8085) ??

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.

3 answers

1 accepted

6 votes
Answer accepted

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"/>

 

 

Thanks, that's what I was looking for :)

1 vote
Jobin Kuruvilla [Adaptavist]
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.
Jul 04, 2012

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

thanks .... :)

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events