I am implementing example

http://www.simtay.com/simple-crud-web-application-with-jsf-2-1-primefaces-3-5-maven-and-jpa/

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 http://tomee.apache.org/tomee-jaas.html 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.

Reply via email to