CruiseControl comes with a reporting application that displays the status/results of builds. To use the reporting application, the following steps must be performed:
- Install and configure a web server such as Tomcat.
- Add a context path to the server.xml that points to the CruiseControl reporting application. For example:
- <Context path="" docBase="c:\myCruiseControlDir\webapps\cruisecontrol" debug="0"/>
- Modify the web.xml file in c:\myCruiseControlDir\webapps\cruisecontrol\WEB-INF to update the param value of the logDir parameter.
- <param-name>logDir</param-name>
- <param-value> c:/myCruiseControlDir/logs</param-value>
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.