Mnyb;657952 Wrote: 
> Where do you edit select these options anyway?

They're command line options added to the script which launches the
server. If you're running the server as a Windows service then they
need to go in the Windows registry.

I typically use something like this in the registry to specify an IP
address and the location of the prefs, cache and logs:


Code:
--------------------
    
  --playeraddr 192.168.9.73 --cliaddr 192.168.9.73 --streamaddr 192.168.9.73 
--httpaddr 192.168.9.73 --prefsdir D:\slim\73\prefs --cachedir D:\slim\73\cache 
--logdir D:\slim\73\logs
  
--------------------


-- 
JJZolx
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=90224

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to