| Oracle® Universal Content Management Release 10gR3 |
|
![]() Previous |
![]() Next |
Home > Web Parts User Guide > Modifying Configuration Set... > The WebSupportServer.exe.co... > Activation Stack
This setting describes which object will be used in the activation of a WSS session. The example shows the mapped user feature commented out by using the <!-- --> XML comment.
|
Important: Do not remove the "Web Support Server - Session Initialization" or the "Content Server User Validation" elements. They are needed to create a WSS session and verify the user's Content Server roles. |
XML Path: \configuration\WebSupportServer\ActivationProviderStack
Example:
<ActivationProviderStack>
<SynchronousItems>
<clear />
<!-- add Name="Content Server User Map"
ActivationProviderType="Stellent.Wss.Scs.ActivationProviders.SCSMappedUser
Provider,Stellent.Wss.Scs" / -->
<add Name="Web Support Server - Session Initialization"
ActivationProviderType="Stellent.IBPM.Web.WebSupportServerObjects.
ActivationProviders.WebSupportSessionIdProvider,WebSupportServerObjects"
Configuration="WebSupportUserName=IBPMUserName;WSS_AdminRoleName=WebAdmin" />
<add Name="Content Server User Validation"
ActivationProviderType="Stellent.Wss.Scs.ActivationProviders.SCSActivation
Provider,Stellent.Wss.Scs" />
</SynchronousItems>
<AsynchronousItems>
<clear />
</AsynchronousItems>
<ChangePasswordItems>
<clear />
</ChangePasswordItems>
</ActivationProviderStack>