opensim-development – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 eva 1 The remote region loading ability allows easier management of what regions a simulator run s from a webserver.
2 In OpenSim.ini, change the 'region_info_source = filesystem' under [Startup] to 'region_info_source = web'.
3 Then change the line 'regionload_webserver_url = ' to 'regionload_webserver_url = http://127.0.0.1/default.xml'
4 replacing 'http://127.0.0.1/default.xml' with the URL of the region XML file.
5  
6 The XML file of a remote region is similar to the filesystem version, except it is in one file instead of multiple
7 region_xxx.xml files.
8  
9 See example_web.xml for an example on how to make a web version for region loading.