From f7dbfe63e55ca875c1079084c4ca153f9a815327 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 18 May 2009 21:04:25 +0000 Subject: This commit changes the way the new server works. There is no longer a server exe for each function, rather each function is a connector and the server ini loads them. If you like your multiple processes, use -inifile with the server. Otherwise, you get one server process that serves all configured funcions, see example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names have changed! --- bin/OpenSim.Servers.AssetServer.ini.example | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 bin/OpenSim.Servers.AssetServer.ini.example (limited to 'bin/OpenSim.Servers.AssetServer.ini.example') diff --git a/bin/OpenSim.Servers.AssetServer.ini.example b/bin/OpenSim.Servers.AssetServer.ini.example deleted file mode 100644 index 656ded0..0000000 --- a/bin/OpenSim.Servers.AssetServer.ini.example +++ /dev/null @@ -1,16 +0,0 @@ -[Startup] -; These are also available as command line options - -; console = "local" ; Use "basic" to use this on a pipe -; inifile = "OpenSim.Servers.AssetServer.ini" -; logfile = "AssetServer.log" ; Also read from application config file - -[Network] -port = 8003 - -[AssetService] -LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" -StorageProvider = "OpenSim.Data.MySQL.dll" -ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;" -DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" -AssetLoaderArgs = "assets/AssetSets.xml" -- cgit v1.1