Hey I just installed
Starting Bamboo 5.7.2 (build #5716 Tue Dec 02 06:43:02 UTC 2014)
tParser)
......
Feb 20, 2015 7:59:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8085"]
Feb 20, 2015 7:59:55 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 17361 ms
it is running and looks like it is bound to this network connection.
root@hpgst120:/opt/bamboo/bamboo-inst572/logs #netstat -anp | grep 8085
tcp 0 0 :::8085 :::* LISTEN 17701/java
root@hpgst120:/opt/bamboo/bamboo-inst572/logs #ps -ef| grep 17701
root 17701 10055 9 19:59 pts/1 00:00:40 /usr/bin/java -Djava.util.logging.config.file=/opt/bamboo/atlassian-bamboo-5.7.2/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -XX:MaxPermSize=256m -Xms256m -Xmx384m -Djava.endorsed.dirs=/opt/bamboo/atlassian-bamboo-5.7.2/endorsed -classpath /opt/bamboo/atlassian-bamboo-5.7.2/bin/bootstrap.jar:/opt/bamboo/atlassian-bamboo-5.7.2/bin/tomcat-juli.jar -Dcatalina.base=/opt/bamboo/atlassian-bamboo-5.7.2 -Dcatalina.home=/opt/bamboo/atlassian-bamboo-5.7.2 -Djava.io.tmpdir=/opt/bamboo/atlassian-bamboo-5.7.2/temp org.apache.catalina.startup.Bootstrap start
I cannot access it without it being bound to an IP address.
I see the instructions mention a Jetty.xml file in webapps directory - however, this is the initial start of the Bamboo app (very first time ) there is nothing in the directory . not even webapps.
How can I provide an ip address in the start-bamboo.sh or startup.sh ?
Thanks!
Too quick submitting this question without researching.
This can be attained by adding the address="123.456.789.010" directive to the connector in server.xml
once configuration is completed, then decide if it is really needed
jim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.