"/" + MultitenantConstants.TENANT_AWARE_URL_PREFIX +
"/" + tenantDomain + "/" + WebappsConstants.WEBAPP_PREFIX + "/" :
"";
WebApplicationsHolder webappsHolder = new WebApplicationsHolder(new File(webappsDir));
configCtx.setProperty(CarbonConstants.WEB_APPLICATIONS_HOLDER, webappsHolder);
tomcatWebappDeployer = new TomcatGenericWebappsDeployer(webContextPrefix,
tenantId,
tenantDomain,
webappsHolder);
WebContextParameter webServiceServerUrlParam =
new WebContextParameter("webServiceServerURL",