Tomcat security files are not used. You must
specify the security domain for
the web application using a jboss-web.xml
descriptor in the war WEB-INF:
<jboss-web>
<security-domain>java:/jaas/myweb</security-domain> </jboss-web> and then configure the login modules for
the myweb security domain. See the
security chapters in the getting started
guide.
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx
|
- [JBoss-user] security in jboss + tomcat ? Sebastien CHAUSSON
- Scott M Stark