2.2 Change the web.xml file

This topic provides the systematic information to change the web.xml filein the EAR file.

  1. Locate the web.xml file in the application (OBCL) EAR file.
  2. Add the following lines under login-config.

    <login-config>

    <auth-method>CLIENT-CERT</auth-method>

    <realm-name>myRealm</realm-name>

    </login-config>

  3. Save the file and redeploy and restart the application.