Files
gtav-src/tools_ng/bin/CruiseControl/WebDashboard/doc/CCNET/The Server Console Application.html
T
2025-09-29 00:52:08 +02:00

71 lines
3.7 KiB
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>CruiseControl.NET : The Server Console Application</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
<tr>
<td valign="top" class="pagebody">
<div class="pageheader">
<span class="pagetitle">
CruiseControl.NET : The Server Console Application
</span>
</div>
<div class="pagesubheading">
This page last changed on Dec 05, 2007 by <font color="#0050B2">rosspatterson</font>.
</div>
<p>You can launch the CruiseControl.NET server by executing the <b><tt>ccnet.exe</tt></b> file, which is located in the <b><tt>server</tt></b> folder of the extracted distribution.</p>
<p>Before doing this, make sure to setup the <a href="Server Application Config File.html" title="Server Application Config File">Server Application Config File</a>.</p>
<p>Executing the server using the <b><tt>-help</tt></b> flag (eg. <tt>ccnet.exe -help</tt>) will display a list of the command-line arguments accepted by the server. They are:</p>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'> Command Line Option </th>
<th class='confluenceTh'> Description </th>
<th class='confluenceTh'> Default </th>
</tr>
<tr>
<td class='confluenceTd'> <tt>-config:<em>configfilename</em></tt> </td>
<td class='confluenceTd'> The config file to use. This is useful if you have multiple config files, or are launching the ccnet application from a different directory to the location of the config file </td>
<td class='confluenceTd'> <tt>ccnet.config</tt> in the directory you launch CCNet from </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>-remoting:[on/off]</tt> </td>
<td class='confluenceTd'> Whether the CCNet Server should open the reporting/management port configured in the <a href="Server Application Config File.html#ServerApplicationConfigFile-remotingPort">Application Config File</a> </td>
<td class='confluenceTd'> on </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>-project:<em>projectname</em></tt> </td>
<td class='confluenceTd'> Sometimes its useful to debug a specific project. If you use this option, CruiseControl.NET will start just the specified project, force a build on it, then shut down the server </td>
<td class='confluenceTd'> no project specified </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>-validate</tt> </td>
<td class='confluenceTd'> Verify that the configuration is valid. Error messages will be reported to the console and to the log file. </td>
<td class='confluenceTd'>&nbsp;</td>
</tr>
</tbody></table>
<p><img class="emoticon" src="images/icons/emoticons/warning.gif" height="16" width="16" align="absmiddle" alt="" border="0"/> CruiseControl.NET by default opens a server port to listen for external requests. Make sure to use the <tt>-remoting:off</tt> option if you do not want this behaviour.</p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="12" background="http://confluence.public.thoughtworks.org//images/border/border_bottom.gif"><img src="images/border/spacer.gif" width="1" height="1" border="0"/></td>
</tr>
<tr>
<td align="center"><font color="grey">Document generated by Confluence on Mar 14, 2009 02:55</font></td>
</tr>
</table>
</body>
</html>