I am doing a clean up of .ini files on the Openvue grid... and spiottign a few thongs that are not configured according to the latest .example files in 07.4 dev master.

In Robust.ini.example I see some entries for v2/3 propfile and web app handling that I don't have in my setup, and I assume they should be..

    ; For V2 map
    MapTileURL = "http://127.0.0.1:8002";;

    ; For V2/3 Web Profiles
    ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]";

    ; For V2/V3 webapp authentication SSO
    OpenIDServerURL = "http://127.0.0.1/openid/openidserver/";

I had the first entry in fine for MapTileURL set to http://virtual.aiai.ed.ac.uk:8002 and map tiles are working in v2/3.

What surprises me is that the examples for ProfileServerURL and OpenIDServerURL do not have the :8002 port. is the example correct, and should :8002 be added?

But in the Robust.HG.ini my service connectors have the default OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003 so I am not at all sure how the host and port are used in this case.

Can someone also let me know what an example URL would be for an avatar with name "Test User" for example. Is the space converted to an "_"? and do the [..] stay in? I.e. as a test would I use something like#

http://virtual.aiai.wed.ac.uk:8002/profiles/[Test_User]

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to