* stack configuration.
* @throws org.jvnet.glassfish.comms.startup.stack.StackConfigException
*/
public void initHttpLayerHandler() throws StackConfigException {
StackConfig.ensureStackConfig();
ConfigStackConfigProviderForHttp stackConfigProvider =
new ConfigStackConfigProviderForHttp(
SipContainer.class.getClassLoader());
stackConfigProvider.configure(httpLayerHandler);
}