Are you starting the service or the command line server? They have
separate .config files (ccnet.exe.config and ccservice.exe.config).

I am running successfully in a multi-server configuration. I have
modified the ccservice.exe.config files for both servers. One retains
the original port and the other uses a different port. Both services
start and run without issue. (I am running 1.5.7256.1).

On Jun 20, 5:15 am, Inge <[email protected]> wrote:
> According to both docs and several other resources 
> (e.g.http://confluence.public.thoughtworks.org/display/CCNET/The+Server+Se...)
> it sounds like running multiple instances of ccnet should be easy as pie.
>
> I have a separate copy of the server in its own directory, and it works
> fine.
> I then change the TCP port it is using, which defaults to 21234. I do this
> in ccnet.exe.config as I am testing from the console app, like so:
>
>   <system.runtime.remoting>
>     <application>
>       <channels>
>         <!--<channel ref="tcp" port="21234">-->
>     <channel ref="tcp" port="7777">
>           <serverProviders>
>             <formatter ref="binary" typeFilterLevel="Full"/>
>           </serverProviders>
>         </channel>
>       </channels>
>     </application>
>   </system.runtime.remoting>
>

Reply via email to