// start the other server if applicable
if (othervm) {
// the other server must be running in a separate process
logger.log(Level.INFO, "Application server will be " +
"started on a separate host");
SlaveRequest sr = new StartApplicationServerRequest(
InetAddress.getLocalHost().getHostName());
SlaveTest.broadcast(sr);
} else {
Class app = Class.forName(
"com.sun.jini.test.impl.reliability.ApplicationServer");