Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #********************************************************************
- # Bamboo Service Wrapper Properties
- #
- #********************************************************************
- wrapper.app.parameter.1=com.atlassian.bamboo.server.Server
- # The Bamboo port number - this is the port number the Bamboo web server listens on.
- #
- wrapper.app.parameter.2=8085
- # The location of the Bamboo web application files
- #
- wrapper.app.parameter.3=../webapp
- # The webapp context path. Which must be of form / or /your-context
- #
- wrapper.app.parameter.4=/
- # Specify which version of java you use to run Bamboo
- #
- wrapper.java.command=java
- wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
- wrapper.java.classpath.1=lib/*.jar
- wrapper.java.classpath.2=../lib
- # Bamboo classes
- wrapper.java.classpath.3=../webapp/WEB-INF/classes
- # Bamboo library jars
- wrapper.java.classpath.4=../webapp/WEB-INF/lib/commons-lang-*.jar
- wrapper.java.classpath.5=../webapp/WEB-INF/lib/servlet-api-2.5*.jar
- wrapper.java.classpath.6=../webapp/WEB-INF/lib/jetty-*.jar
- wrapper.java.classpath.7=../webapp/WEB-INF/lib/mail-*.jar
- wrapper.java.library.path.1=lib
- wrapper.java.additional.1=-server
- wrapper.java.additional.2=-Dorg.eclipse.jetty.xml.XmlParser.Validating=false
- wrapper.java.additional.3=-Xms256m
- wrapper.java.additional.4=-Xmx812m
- wrapper.java.additional.5=-XX:MaxPermSize=256m
- wrapper.java.additional.6=-Djava.awt.headless=true
- wrapper.working.dir=.
- #********************************************************************
- # JDK 1.5 Additional Parameters for jmx
- #
- # Uncomment lines "wrapper.java.additional.2" to "wrapper.java.additional.7"
- # to enable JMX remove monitoring of the Bamboo Server. ** DONT FORGET
- # to define authentication passwords in the conf/jmxremote.password **
- #********************************************************************
- #wrapper.java.additional.2=-Dcom.sun.management.jmxremote
- #wrapper.java.additional.3=-Dcom.sun.management.jmxremote.port=4242
- #wrapper.java.additional.4=-Dcom.sun.management.jmxremote.authenticate=true
- #wrapper.java.additional.5=-Dcom.sun.management.jmxremote.ssl=false
- #wrapper.java.additional.6=-Dcom.sun.management.jmxremote.password.file=conf/jmxremote.password
- #wrapper.java.additional.7=-Dwrapper.mbean.name="wrapper:type=Java Service Wrapper Control"
- #********************************************************************
- # Wrapper Logging Properties
- #********************************************************************
- wrapper.console.format=PM
- wrapper.console.loglevel=INFO
- wrapper.logfile=../logs/bamboo.log
- wrapper.logfile.format=LPTM
- wrapper.logfile.loglevel=INFO
- wrapper.logfile.maxsize=10m
- wrapper.logfile.maxfiles=10
- wrapper.syslog.loglevel=NONE
- #********************************************************************
- # Wrapper Windows Properties
- #********************************************************************
- # Title to use when running as a console
- wrapper.console.title=Bamboo
- #********************************************************************
- # Wrapper Windows NT/2000/XP Service Properties
- #********************************************************************
- # WARNING - Do not modify any of these properties when an application
- # using this configuration file has been installed as a service.
- # Please uninstall the service before modifying this section. The
- # service can then be reinstalled.
- # Name of the service
- wrapper.ntservice.name=bamboo
- # Display name of the service
- wrapper.ntservice.displayname=Bamboo build server
- # Description of the service
- wrapper.ntservice.description=A Continuous Integration Server
- # Service dependencies. Add dependencies as needed starting from 1
- wrapper.ntservice.dependency.1=
- # Mode in which the service is installed. AUTO_START or DEMAND_START
- wrapper.ntservice.starttype=AUTO_START
- # Allow the service to interact with the desktop.
- wrapper.ntservice.interactive=false
Advertisement
Add Comment
Please, Sign In to add comment