Creates a new instance of LBWebModule
this.contextRoot = ele.getAttribute("context-root");
this.enabled = Boolean.getBoolean(ele.getAttribute("enabled"));
this.disabledTimeOut = Integer.getInteger(ele.getAttribute("disable-timeout-in-minutes")).intValue();