mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
That didn't quite work. Trying this instead -- prompt given in the cmd line.
This commit is contained in:
@@ -49,6 +49,8 @@ namespace OpenSim.Server
|
||||
|
||||
static int Main(string[] args)
|
||||
{
|
||||
m_Server = new HttpServerBase("Server", args);
|
||||
|
||||
IConfig serverConfig = m_Server.Config.Configs["Startup"];
|
||||
if (serverConfig == null)
|
||||
{
|
||||
@@ -56,10 +58,6 @@ namespace OpenSim.Server
|
||||
throw new Exception("Configuration error");
|
||||
}
|
||||
|
||||
string prompt = serverConfig.GetString("Prompt", "Server");
|
||||
|
||||
m_Server = new HttpServerBase(prompt, args);
|
||||
|
||||
string connList = serverConfig.GetString("ServiceConnectors", String.Empty);
|
||||
string[] conns = connList.Split(new char[] {',', ' '});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user