Retrieve the common web container configuration.
SUPConfigurationComponentVO getWebContainerCommonConfiguration()
throws SUPAdminException;
If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.
SUPConfiguration supConf = SUPObjectFactory
.getSUPConfiguration(clusterContext);
supConf. refreshWebContainerConfiguration();
SUPConfigurationComponentVO confVO = supConf
. getWebContainerCommonConfiguration();
System.out.println(confVO.getProperties);