Corrected the port number to 8001 in the test client and grid ini.

0.6.8-post-fixes
Diva Canto 2009-09-26 10:18:22 -07:00
parent ae222140ca
commit 368ae02dc9
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ namespace OpenSim.Tests.Clients.GridClient
new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline");
log4net.Config.BasicConfigurator.Configure(consoleAppender);
string serverURI = "http://127.0.0.1:8002";
string serverURI = "http://127.0.0.1:8001";
GridServicesConnector m_Connector = new GridServicesConnector(serverURI);
GridRegion r1 = CreateRegion("Test Region 1", 1000, 1000);

View File

@ -19,7 +19,7 @@
;
; change this to your grid-wide inventory server
;
GridServerURI = "http://mygridserver.com:8002"
GridServerURI = "http://mygridserver.com:8001"
[Modules]
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.