Ahhh, did you set up jaas realm in server.xml? Le 11 juin 2013 22:59, "Marco de Booij" <[email protected]> a écrit :
> I do not understand. It is already with the standard tomee application. It > is with the url > http://localhost:8080/manager/**html<http://localhost:8080/manager/html>that > gives the list of applications. Without JAAS I just type the username > and password that is defined in the tomcat-users.xml. Now I use the one > defined in the users.properties file. > > Op 11-06-13 22:49, Romain Manni-Bucau schreef: > >> Just create a maven project on github runnable with tomee mvn plugin, then >> well build, start and you should provide an url showing the issue >> Le 11 juin 2013 22:46, "Marco de Booij" <[email protected]> a écrit : >> >> 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 >>>> >>>> >>>> >
