Yes I can reproduce it. I tried several things but I get more errors when I changed something. Here are my 2 property files and they are both readable to everybody (not a good idea but it is development):
users.properties:
me=password
tomee=tomee

groups.properties:
my-role=me
manager-gui=tomee
tomee-admin=tomee

login.config:
PropertiesLogin {
    org.apache.openejb.core.security.jaas.PropertiesLoginModule required
    Debug=true
    UsersFile="users.properties"
    GroupsFile="groups.properties";
};

How can I provide you with more info?

I try to connect to the console with tomee/tomee.

Op 11-06-13 22:29, Romain Manni-Bucau schreef:
Hi

Can you reproduce it?

I used it several times without issues


Reply via email to