aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2009-09-26 10:18:22 -0700
committerDiva Canto2009-09-26 10:18:22 -0700
commit368ae02dc9f7786545342d7bffae5de28678e85f (patch)
tree20875ec5976bc47d6a4e4c6cb72d904095db2959
parentFinished spec-ing the .inis for the new grid service modules. (diff)
downloadopensim-SC_OLD-368ae02dc9f7786545342d7bffae5de28678e85f.zip
opensim-SC_OLD-368ae02dc9f7786545342d7bffae5de28678e85f.tar.gz
opensim-SC_OLD-368ae02dc9f7786545342d7bffae5de28678e85f.tar.bz2
opensim-SC_OLD-368ae02dc9f7786545342d7bffae5de28678e85f.tar.xz
Corrected the port number to 8001 in the test client and grid ini.
-rw-r--r--OpenSim/Tests/Clients/Grid/GridClient.cs2
-rw-r--r--bin/config-include/GridCommon.ini.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Clients/Grid/GridClient.cs b/OpenSim/Tests/Clients/Grid/GridClient.cs
index 941406e..ccda661 100644
--- a/OpenSim/Tests/Clients/Grid/GridClient.cs
+++ b/OpenSim/Tests/Clients/Grid/GridClient.cs
@@ -28,7 +28,7 @@ namespace OpenSim.Tests.Clients.GridClient
28 new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline"); 28 new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline");
29 log4net.Config.BasicConfigurator.Configure(consoleAppender); 29 log4net.Config.BasicConfigurator.Configure(consoleAppender);
30 30
31 string serverURI = "http://127.0.0.1:8002"; 31 string serverURI = "http://127.0.0.1:8001";
32 GridServicesConnector m_Connector = new GridServicesConnector(serverURI); 32 GridServicesConnector m_Connector = new GridServicesConnector(serverURI);
33 33
34 GridRegion r1 = CreateRegion("Test Region 1", 1000, 1000); 34 GridRegion r1 = CreateRegion("Test Region 1", 1000, 1000);
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 2724c42..e9d3728 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -19,7 +19,7 @@
19 ; 19 ;
20 ; change this to your grid-wide inventory server 20 ; change this to your grid-wide inventory server
21 ; 21 ;
22 GridServerURI = "http://mygridserver.com:8002" 22 GridServerURI = "http://mygridserver.com:8001"
23 23
24[Modules] 24[Modules]
25 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. 25 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.