* Thrown if this container cannot properly connect or deploy.
*/
public JBossServletContainerAdaptor(int port, File appRootDir, String context, TreeLogger treeLogger,
Process jbossProcess) throws UnableToCompleteException {
this.port = port;
logger = new StackTreeLogger(treeLogger);
this.jbossProcess = jbossProcess;
this.context = context;
logger.branch(Type.INFO, "Starting container initialization...");