I am implementing example
and I am trying to manage to work the login interface. Actually I am configuring TomEE to use JAAS auth technology. The author suggested me to read (See Docs) to confiture JAAS on TomEE. The first hint says
Add to your CATALINA_OPTS the java.security.auth.login.config system property:
Djava.security.auth.login.config=$CATALINA_BASE/conf/login.config
But I don't know where java.security.auth.login.config
is. And I do not have any $CATALINA_BASE/conf/login.config
file.
From Openejb/TomEE mailing list, I understood that you have to: