super(contextRoot, staticContent);
this.dynamicContent = dynamicContent;
this.tokens = tokens;
this.iiopService = iiopService;
this.orbFactory = orbFactory;
this.accConfigContent = new ACCConfigContent(
new File(domainDir, "config"),
new File(new File(installDir, "lib"), "appclient"));
this.loaderConfigContent = new LoaderConfigContent(installDir);
if (logger.isLoggable(Level.FINE)) {