[Opensim-dev] What format should be used with region_info_source = web

ssm2017 ssm2017 at gmail.com
Fri Nov 27 12:27:57 UTC 2015


the OpenSim.ini file is saying :

    ;# {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 = "http://example.com/regions.xml";

it looks like the example furnished in the "share" folder.
https://github.com/opensim/opensim/tree/master/share/RegionLoading
if this is not the good format, maybe someone can update the OpenSim.ini
comments, and the wiki page :
http://opensimulator.org/wiki/Configuring_Regions


On Wed, Nov 25, 2015 at 10:59 AM, Jeff Kelley <opensim at pescadoo.net> wrote:

> The text version doesn't work.
>
> I tried the XML format documented here
>
> http://opensimulator.org/wiki/OpenSim_0.6.6_legacy_configuration_information
> and it bombs at CheckRegionsForSanity.
>
> I tried the Nini format discussed here
> http://opensimulator.org/pipermail/opensim-dev/2014-April/024752.html
> and it bombs at XmlConfigureSource.LoadSections.
>
> Failing examples:
>
> <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>
>
>
> <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>
>
>
> What is the correct format for loading from web?
>
>
> Opensim 0.8.2.0
>
>
> -- Jeff
>
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20151127/cf5121f8/attachment.html>


More information about the Opensim-dev mailing list