Previous Topic: Edit the Application Deployment Descriptor to Enable Security

Next Topic: Restart the JBoss Application Server

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

  1. Navigate to the application WEB-INF directory.
  2. Open a text editor.
  3. Enter the following:
    <jboss-web>
      <security-domain>java:/jaas/SiteMinderDomain</security-domain>
    </jboss-web>
    
  4. Save the file as jboss-web.xml and exit the text editor.