Article complet: Activating debug messages in JAAS
06.12.07
Activating debug messages in JAAS
When something goes wrong with JAAS, it's pretty cumbersome to figure out what's going wrong. To help debugging, Sun's JAAS implementation can be made versbose with the following system property:
java.security.auth.debug=valueWhere value can be:
- all (turn on all JAAS debugging)
- logincontext (LoginContext debugging)
- policy (access control policy debugging)
- auth (access control debugging)
- combiner (SubjectDomainCombiner debugging)
Trackback address for this post:
http://vidal.biz/blogs/htsrv/trackback.php/1100
Comments, Trackbacks, Pingbacks:
No Comments/Trackbacks/Pingbacks for this post yet...
Comments are not allowed from anonymous visitors.