From 51488ee7f415950583ba389582692900a2c32831 Mon Sep 17 00:00:00 2001 From: mingchen Date: Sat, 3 Nov 2007 15:09:21 +0000 Subject: *Moved region loading into its own interface IRegionLoader *Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file. --- share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt | 9 +++++++++ share/RegionLoading/example_web.xml | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt create mode 100644 share/RegionLoading/example_web.xml (limited to 'share') diff --git a/share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt b/share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt new file mode 100644 index 0000000..f3afd43 --- /dev/null +++ b/share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt @@ -0,0 +1,9 @@ +The remote region loading ability allows easier management of what regions a simulator run s from a webserver. +In OpenSim.ini, change the 'region_info_source = filesystem' under [Startup] to 'region_info_source = web'. +Then change the line 'regionload_webserver_url = ' to 'regionload_webserver_url = http://127.0.0.1/default.xml' +replacing 'http://127.0.0.1/default.xml' with the URL of the region XML file. + +The XML file of a remote region is similar to the filesystem version, except it is in one file instead of multiple +region_xxx.xml files. + +See example_web.xml for an example on how to make a web version for region loading. \ No newline at end of file diff --git a/share/RegionLoading/example_web.xml b/share/RegionLoading/example_web.xml new file mode 100644 index 0000000..837c68c --- /dev/null +++ b/share/RegionLoading/example_web.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file -- cgit v1.1