if (System.getProperty("java.security.properties") != null) {
properties = new HashMap<String, String>();
properties.put("java.security.properties",
System.getProperty("java.security.properties"));
}
sl = new ServerLauncher(clz.getName(), properties, null, inProcess);
ok = sl.launchServer();
assertTrue("server failed to launch", ok);
} catch (IOException ex) {
ex.printStackTrace();