mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Can now set the http ports that grid server and user server use.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace OpenSim.Grid.UserServer
|
||||
m_loginService = new UserLoginService(m_userManager, Cfg, Cfg.DefaultStartupMsg);
|
||||
|
||||
MainLog.Instance.Verbose("Main.cs:Startup() - Starting HTTP process");
|
||||
BaseHttpServer httpServer = new BaseHttpServer(8002);
|
||||
BaseHttpServer httpServer = new BaseHttpServer((int)Cfg.HttpPort);
|
||||
|
||||
httpServer.AddXmlRPCHandler("login_to_simulator", m_loginService.XmlRpcLoginMethod);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user