Bamboo 2.2 : Changing the Root Context Path
This page last changed on Nov 01, 2007 by rosie@atlassian.com.
When running Bamboo behind a proxy, you might need to change the Root Context Path i.e. the host URL referenced while accessing Bamboo (e.g. http://localhost:8085/bamboo). To change the context path from '/' to '/Your_Context_Path':
RUN_CMD="java \-server \-Xms256m \-Xmx512m \-XX:MaxPermSize=256m \-Djava.awt.headless=true \-classpath $CLASSPATH \-Dorg.mortbay.xml.XmlParser.NotValidating=true \-Djetty.port=8085 com.atlassian.bamboo.server.Server 8085 ./webapp /Your_Context_Path"
wrapper.app.parameter.4=/Your_Context_Path |
![]() |
Document generated by Confluence on Mar 09, 2009 17:07 |