/** Starts the deployment. */
  @Override
  protected void startImpl() {
    super.startImpl();

    _earContainer.start();
  }