<div dir="ltr"><div>the OpenSim.ini file is saying :<br><pre> ;# {regionload_webserver_url} {region_info_source} {URL to load region from?} {}
;; Determines the page from which regions xml is retrieved if you are
;; loading these from the web.
;; The XML here has the same format as it does on the filesystem
;; (including the <Root> tag), except that everything is also enclosed
;; in a <Regions> tag.
; regionload_webserver_url = "<a href="http://example.com/regions.xml">http://example.com/regions.xml</a>";</pre>it looks like the example furnished in the "share" folder.<br><a href="https://github.com/opensim/opensim/tree/master/share/RegionLoading">https://github.com/opensim/opensim/tree/master/share/RegionLoading</a><br>if this is not the good format, maybe someone can update the OpenSim.ini comments, and the wiki page :<br><a href="http://opensimulator.org/wiki/Configuring_Regions">http://opensimulator.org/wiki/Configuring_Regions</a><br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 25, 2015 at 10:59 AM, Jeff Kelley <span dir="ltr"><<a href="mailto:opensim@pescadoo.net" target="_blank">opensim@pescadoo.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The text version doesn't work.<br>
<br>
I tried the XML format documented here<br>
<a href="http://opensimulator.org/wiki/OpenSim_0.6.6_legacy_configuration_information" rel="noreferrer" target="_blank">http://opensimulator.org/wiki/OpenSim_0.6.6_legacy_configuration_information</a><br>
and it bombs at CheckRegionsForSanity.<br>
<br>
I tried the Nini format discussed here<br>
<a href="http://opensimulator.org/pipermail/opensim-dev/2014-April/024752.html" rel="noreferrer" target="_blank">http://opensimulator.org/pipermail/opensim-dev/2014-April/024752.html</a><br>
and it bombs at XmlConfigureSource.LoadSections.<br>
<br>
Failing examples:<br>
<br>
<Section name="Region_1"><key name="RegionName" value="Reg01" /><key name="RegionUUID" value="27751610-ee06-40d4-b35d-0d3efe37cbf7" /><key name="Location" value="4001,4000" /><key name="InternalPort" value="9101" /><key name="InternalAddress" value="0.0.0.0" /><key name="AllowAlternatePorts" value="false" /><key name="ExternalHostName" value="88.161.20.136" /></Section><br>
<br>
<br>
<Section name="Region_1"><key name="RegionUUID" value="186df228-71e7-4890-aa9e-1349605ac7c0" /><key name="name" value="Reg01" /><key name="location_x" value="4001" /><key name="location_y" value="4000" /><key name="InternalPort" value="9101" /><key name="internal_ip_address" value="0.0.0.0" /><key name="allow_alternate_ports" value="false" /><key name="external_host_name" value="88.161.20.136" /></Section><br>
<br>
<br>
What is the correct format for loading from web?<br>
<br>
<br>
Opensim 0.8.2.0<br>
<br>
<br>
-- Jeff<br>
<br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@opensimulator.org" target="_blank">Opensim-dev@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev</a><br>
</blockquote></div><br></div>