And how do I define the realm?

In jboss\server\default\conf\login-config.xml, like:
<application-policy name="userDatabase">
    
        <login-module 
code="org.apache.catalina.users.MemoryUserDatabaseFactory" flag="required">
            <module-option 
name="usersProperties">props/users.properties</module-option>
            <module-option 
name="rolesProperties">props/roles.properties</module-option>
        </login-module>
    
</application-policy>
        
Or just copy/past what I had in conf/server.xml in Tomcat alone?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996411#3996411

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996411
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to