Hi, I'm using JBoss server 3.2.4 to develop my application. To securize my web servlets, I use the UsersRolesLoginModule. I have follow instruction found on the wiki about DynamicLoginConfig. It works fine if the user/roles properties files are stored on my sar file on my ear file. Unfortunately I can not use external (system classpath) properties files. It's write on JBossbook Third Edition (page 437/438) that the UsersRolesLoginModule can load properties file on sar/jar deployment or jboss config directory or any directory.
What I have to put on my login-config.xml file on usersProperties/rolesProperties 'module-options' to load properties files ? Many Thanks nico View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839606#3839606 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839606 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
