Update the properties of the administration listener configuration.
void updateWebContainerCommonConfiguration(SUPConfigurationComponentVO webContainerComponent)
throws SUPAdminException;
If successful, returns silently. If unsuccessful, throws SUPAdminException.
supConf.refreshWebContainerConfiguration();
SUPConfigurationComponentVO confVO = supConf
.getWebContainerCommonConfiguration();
confVO.getProperties().put("maxFormContentSize", "2500000");
confVO.getProperties().put("gzipFilter", "true");
supConf.updateWebContainerCommonConfiguratio(confVO);
supConf.commitWebContainerConfiguration();