This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: JBoss/Jetty/JAAS not working - has anybody got this workpranas Oct 28, 2002 10:44 AM (in response to tentacle)It works: 
 Check commented parts of JMX Console in:
 login-config.xml (at the end of file) and
 .../deploy/jmx-console.war/WEB-INF/*.xml
 All configuration parts are well commented. Do by examle.
 create files users.properties:
 ...
 username1=password1
 ...
 create files roles.properties:
 ...
 username1=role1
 ...
 Put both files in the root of web archive.
- 
        2. Re: JBoss/Jetty/JAAS not working - has anybody got this workpranas Oct 28, 2002 10:47 AM (in response to tentacle)Sorry I have red only title :-) 
 
    