Bamboo 2.0 : Binding Bamboo to one IP address
This page last changed on Nov 15, 2007 by rosie@atlassian.com.
Step 1 — Instruct Bamboo to read its configuration from the jetty.xml fileBy default Bamboo doesn't use the jetty.xml file to configure itself. You will need to tell Bamboo to use it. Step 2 — Edit the Jetty.xml fileYour jetty.xml file is located in <Bamboo_Install_directory>/webapp/WEB-INF/classes/jetty.xml. Find the following section: <Call name="addListener"> <Arg> <New class="org.mortbay.http.SocketListener"> <Set name="Port"> <SystemProperty name="jetty.port" default="8085"/> </Set> <Set name="Host">127.0.0.1</Set> Change the last line as follows: <Call name="addListener"> <Arg> <New class="org.mortbay.http.SocketListener"> <Set name="Port"> <SystemProperty name="jetty.port" default="8085"/> </Set> <Set name="Host">YOUR_HOST_URL</Set> Please note: YOUR_HOST_URL should be the same as the Bamboo base URL configured in Bamboo. Step 3 — Restart Bamboo |
![]() |
Document generated by Confluence on Apr 14, 2008 01:39 |