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

How to Change Bamboo default port(8085) ??

bsarkar July 4, 2012

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
Ganesh Hegde September 15, 2015

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

 

 

Quentin Luc November 8, 2015

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.
July 4, 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

bsarkar July 4, 2012

thanks .... :)

0 votes
adams kpewa June 24, 2020

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