I configure certificate realm to add "clientAuth" property with value "True".
and in web.xml I set auth-method to "CLIENT-CERT".
<login-config>
<auth-method>CLIENT-CERT</auth-method>
</login-config>
and I config domains/domain1/config/domain.xml to use my own keystore.
Now, when access
https://....:8181/myapp/, I can see server's cert, but it does not popup one window to let me choose client cert, why ?
thanks
[Message sent by forum member 'ludongping' (ludongping)]
http://forums.java.net/jive/thread.jspa?messageID=209586