SiteMinder Agent for JBoss Guide › Configure the SiteMinder Agent Security Interceptor to Protect Web Applications › Configure Web Applications to Invoke the SiteMinder Agent Security Interceptor › Map Web Applications to the SiteMinderDomain Security Domain
Map Web Applications to the SiteMinderDomain Security Domain
Create a jboss-web.xml deployment descriptor file that defines the SiteMinderDomain as the security domain for each web application that you want to protect with the SiteMinder Agent. The jboss-web.xml file must be created in the application WEB-INF directory.
To map a web application to the SiteMinderDomain security domain
- Navigate to the application WEB-INF directory.
- Open a text editor.
- Enter the following:
<jboss-web>
<security-domain>java:/jaas/SiteMinderDomain</security-domain>
</jboss-web>
- Save the file as jboss-web.xml and exit the text editor.
|
Copyright © 2011 CA.
All rights reserved.
|
|