I think than the folks from RX forgotten to incluide it in the distro ;-D.

You can start the services ono to ono: first the Authentication, then
AvatarStorage andlast rexserver with the double cik on the .exe o you can
copy these line in ttwi files, calling to the first
StartStandaloneRexServer.bat and to the second: StopStandaloneRexServer.bat
(change the extension from .txt to .bat and put them in the same directory
when you have the folders of atuthentication, Avstorage and RX-server-0.5

****************************************
StartStandaloneRexServer.bat

setlocal enableextensions
cd /d "%~dp0"
cd ".\authentication\"
start Authentication.exe"
cd "..\avatarstorage\"
start AvatarStorage.exe
cd "..\rexserver\"
start OpenSim.exe

StopStandaloneRexServer.bat

cd ".\authentication\"
taskkill /IM Authentication.exe
cd "..\avatarstorage\"
taskkill /IM AvatarStorage.exe
cd "..\rexserver\"
taskkill /IM OpenSim.exe

Best and luck

Albert.
2009/8/7 LeVey Palou <[email protected]>

>
> Hello,
>
> excited to try this open source platform for setting up a standalone
> though i cannot find this file;
>
> StartStandaloneRexServer.bat
>
>
> I have tried to download the exe file several times to unpack the
> realxtend server and always I am not finding that one file. Thank you
> for any assistance, and if it is right under my nose i apologize in
> advance.
>
> LeVey Palou
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/realxtend
http://www.realxtend.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to