Added REST-handler interface for the http server and changed the Admin Web front end to one.

This commit is contained in:
MW
2007-03-27 09:35:03 +00:00
parent a4fc6b5fbb
commit 39c7fe5ec7
9 changed files with 258 additions and 184 deletions

View File

@@ -114,6 +114,7 @@ namespace OpenSim
OpenSim.Framework.Console.MainConsole.Instance.WriteLine("Main.cs:Startup() - Starting CAPS HTTP server");
OpenSimRoot.Instance.HttpServer = new SimCAPSHTTPServer();
OpenSimRoot.Instance.HttpServer.AddRestHandler("Admin", new AdminWebFront("Admin"));
timer1.Enabled = true;
timer1.Interval = 100;