diff options
author | Jeff Ames | 2007-12-20 01:01:42 +0000 |
---|---|---|
committer | Jeff Ames | 2007-12-20 01:01:42 +0000 |
commit | 36a8f70931e24ccdf027966b737d95736be6e3f9 (patch) | |
tree | 541d27bf497ea3f1b7f2a92241c5032e98880d05 /share/RegionLoading | |
parent | * Re-did the mass calculations in ODE for Prim (diff) | |
download | opensim-SC_OLD-36a8f70931e24ccdf027966b737d95736be6e3f9.zip opensim-SC_OLD-36a8f70931e24ccdf027966b737d95736be6e3f9.tar.gz opensim-SC_OLD-36a8f70931e24ccdf027966b737d95736be6e3f9.tar.bz2 opensim-SC_OLD-36a8f70931e24ccdf027966b737d95736be6e3f9.tar.xz |
Extended svn:eol-style to check some other file types.
Diffstat (limited to 'share/RegionLoading')
-rw-r--r-- | share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt b/share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt index f3afd43..75afcdf 100644 --- a/share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt +++ b/share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt | |||
@@ -1,9 +1,9 @@ | |||
1 | The remote region loading ability allows easier management of what regions a simulator run s from a webserver. | 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'. | 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' | 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. | 4 | replacing 'http://127.0.0.1/default.xml' with the URL of the region XML file. |
5 | 5 | ||
6 | The XML file of a remote region is similar to the filesystem version, except it is in one file instead of multiple | 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. | 7 | region_xxx.xml files. |
8 | 8 | ||
9 | See example_web.xml for an example on how to make a web version for region loading. \ No newline at end of file | 9 | See example_web.xml for an example on how to make a web version for region loading. \ No newline at end of file |