Changing web.xml file
Locate the file web.xml in the application (FCUBS) EAR
file.
Locate the file web.xml in the application (FCUBS) EAR file.
<login-config>
<auth-method>CLIENT-CERT</auth-method>
<realm-name>myRealm</realm-name>
</login-config>
Save the file and redeploy it. Restart the application.
Parent topic: Configuration