// singleton instance
private static WonderlandAppServer appServer;
public RunAppServer() throws IOException {
// set up URL handlers for Wonderland types
URL.setURLStreamHandlerFactory(new WonderlandURLStreamHandlerFactory());
// now load the properties
setupProperties();
// check if we need to make any changes