Some progress on service configuration
This commit is contained in:
parent
29def452b6
commit
ab7296198a
10 changed files with 138 additions and 84 deletions
|
|
@ -29,6 +29,9 @@ public class WebAdminServer {
|
|||
|
||||
HttpServer http = new HttpServer(80);
|
||||
http.setPage("/", new WAAbstractPage(pluginManager));
|
||||
//http.setPage("status", new StatusPage(pluginManager));
|
||||
//http.setPage("service", new ServicePage(pluginManager));
|
||||
//http.setPage("servicestatus", new ServiceStatusPage(pluginManager));
|
||||
http.setDefaultPage(new HttpFilePage(FileUtil.find("WebContent/")));
|
||||
http.start();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue