}
public static void serverMain(String[] args) throws Exception {
Configuration c;
if (args.length > 0)
c = new PropertiesConfig(new File(args[0]));
else
c = new PropertiesConfig();
AgentServer server = new AgentServer(c);
server.run();
/*
int port = 7070;