Start, stop, and update config from main webserver

This commit is contained in:
Patrick McDonagh
2017-03-01 17:20:36 -06:00
parent 5ae934ce86
commit a90e776cdb
10 changed files with 263 additions and 507 deletions

View File

@@ -80,8 +80,8 @@ public class POC implements Runnable{
String dbHostname = "localhost";
if (args.length > 3){
dbHostname = args[3];
if (args.length > 2){
dbHostname = args[2];
}
if (args.length == 1){