Corrected the port number to 8001 in the test client and grid ini.
parent
ae222140ca
commit
368ae02dc9
|
@ -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);
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue