int port = Integer.parseInt(portString);
MarinerServletApplication msa =
MarinerServletApplication.getInstance(
this.getServletContext());
Volantis volantis = ApplicationInternals.getVolantisBean(msa);
marinerAgent = new MarinerAgent(password, host, port, volantis);
marinerAgent.start();
}
}
}