[jboss-user] [Security & JAAS/JBoss] - Re: JSF DatabaseServerLoginModule Example not working
mpeter
do-not-reply at jboss.com
Wed Oct 8 13:52:46 EDT 2008
Hi,
you can change the log level for security in conf/log4j.xml:
| <category name="org.jboss.security">
| <priority value="TRACE" class="org.jboss.logging.XLevel"/>
| </category>
| <category name="org.jboss.web.tomcat.security">
| <priority value="TRACE" class="org.jboss.logging.XLevel"/>
| </category>
| <category name="org.apache.catalina">
| <priority value="DEBUG"/>
| </category>
|
It's in the faq:
http://wiki.jboss.org/wiki/SecurityFAQ
best regards,
Matthias
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181091#4181091
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181091
More information about the jboss-user
mailing list