3.2 Change the web.xml file

  1. Locate the web.xml file in the application (OBTF) 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>Description of picture1.png follows
    Description of the illustration picture1.png

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