Hmm, if your loging.config contains PropertiesLoginModule it should be
fine, if you copied/pasted the snippet we have on our website it should
be PropertiesLogin:

<Realm className="org.apache.catalina.realm.JAASRealm"
appName="PropertiesLogin"

userClassNames="org.apache.openejb.core.security.AbstractSecurityService$User"

roleClassNames="org.apache.openejb.core.security.AbstractSecurityService$Group">
</Realm>


*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/6/11 Marco de Booij <[email protected]>

> Yes. Like describe on the site 
> (http://tomee.apache.org/**tomee-jaas.html<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?
>>
>>
>

Reply via email to