[jboss-user] [Security & JAAS/JBoss] - Re: can't do loging to Authorized pages using JAAS
bjornn
do-not-reply at jboss.com
Tue Oct 17 11:24:19 EDT 2006
You need a file named jboss-web.xml.
Place it in the same dir as web.xml.
File content:
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<security-domain>java:/jaas/<YOUR_REALM></security-domain>
</jboss-web>
Best regards
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978826#3978826
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978826
More information about the jboss-user
mailing list