mgr.focus(first);
System.setOut(new PrintStream(new WriterOutputStream(first.getOut(), false), true));
System.setErr(new PrintStream(new WriterOutputStream(first.getErr(), false), true));
System.out.println(VmSystem.getBootLog());
} catch (ConsoleException ex) {
throw new PluginException(ex);
} catch (NamingException ex) {
throw new PluginException(ex);
}
}