GlassFishBranding br = new GlassFishBranding();
br.postConstruct();
Version version = new Version();
version.setBranding(br);
version.postConstruct();
props.setProperty(Constants.PROPS_VERSION,
version.getFullVersion());
String type = request.configOnly ? Constants.CONFIG_ONLY :
Constants.FULL;