Yes. Like describe on the site (http://tomee.apache.org/tomee-jaas.html)
just before the Host tag:
<!-- JAAS Security Realm -->
<Realm className="org.apache.catalina.realm.JAASRealm"
appName="PropertiesLoginModule"
userClassNames="org.apache.openejb.core.security.AbstractSecurityService$User"
roleClassNames="org.apache.openejb.core.security.AbstractSecurityService$Group">
</Realm>
<Host name="localhost" appBase="webapps"
Op 11-06-13 23:01, Romain Manni-Bucau schreef:
Ahhh, did you set up jaas realm in server.xml?