Hi that webUrl is used for CCTray, not for the dashboard. If you want to use the dashboard on server X to visualize the builds on servers, X, Y,Z, ...
you'll have to update dashboard.config option 1 is to use the administrator plugin : http://www.cruisecontrolnet.org/projects/ccnet/wiki/Dashboard_Administration_Plugin option 2 is to update the file yourself <remoteServices> <servers> <!-- Update this list to include all the servers you want to connect to. NB - each server name must be unique --> <server name="ServerX" url="tcp://localhost:21234/CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" /> <server name="ServerY" url="tcp://ServerY:21234/CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" /> </servers> </remoteServices> with kind regards Ruben Willems On 15 October 2013 02:50, Joe Cordova <[email protected]> wrote: > My apologies, I'll try to be a bit clearer. > > I have Computer X running cruisecontrol.net and I would like to view the > status of the builds on computers X and Y > > I defined <webURL> inside of one of my projects. It is set to the ip > address of computer X with the port number following, (ie. 192.168.0.1:80) > but whenever I try to access it on computers X and Y I get nothing. > > On Wednesday, September 25, 2013 6:05:19 PM UTC-7, Joe Cordova wrote: > >> How is it you properly set up remote access to the webdashboard? >> >> I defined my <webUrl> but I'm guessing perhaps I did it wrong >> > -- > > --- > You received this message because you are subscribed to the Google Groups > "ccnet-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- --- You received this message because you are subscribed to the Google Groups "ccnet-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
