Properties serverProps = new Properties();
serverProps.setProperty ("OAAddress", DEFAULT_LISTEN_EP);
serverProps.put ("OAPort","0");
serverProps.put ("OASSLPort", "0");
setup = new ClientServerSetup ("org.jacorb.test.listenendpoints.echo_corbaloc.Server",
null,
new String[] {"-verbose", "-testmode", "P", "-ORBListenEndpoints", LISTEN_EP},
clientProps, serverProps);
}