if you have your users stored in data base you need to configure JAAS login mdule in JBoss that uses data base as repository. Make sure to add users that should have access to console to one of the following groups : user, admin, manager
for configuring JBoss login module please check JBoss AS documentation
HTH