The problem is that the default configuration of the OpenSimulator Hypergrid grid (linker) service effectively loads its
own AssetService instance from OpenSim.Services.AssetService.dll. This then talks directly to the database.
What one would want to do is load an AssetServicesConnector from OpenSim.Services.Connectors instead - the same code
that an OpenSimulator instance uses to talk to remote ROBUST/SRAS services in grid mode. Possibly this could be done with
[GridService]
AssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
with
[AssetService]
AssetServerURI = "http://localhost:8003" // replace this with the sras asset
service address
but this is off the top of my head so I'm not sure if it will work.
On 27/01/13 14:09, ssm2017 wrote:
hello
is there someone that can help me or show me an example on how to configure
robust to use a distant asset server instead
of a local service ?
as Justin told me one day, robust needs to speak to the asset server to store
and retrieve region maps.
i dont know what to say to robust.hg.ini
here :
https://github.com/opensim/opensim/blob/master/bin/Robust.HG.ini.example#L110
and there :
https://github.com/opensim/opensim/blob/master/bin/Robust.HG.ini.example#L514
my goal is to use sras as an asset server.
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users