[jboss-user] [jBPM] - Re: deploy the jbpm-console in jBoss AS 7.1

Maciej Swiderski do-not-reply at jboss.com
Wed Oct 17 09:37:12 EDT 2012


Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: deploy the jbpm-console in jBoss AS 7.1"

To view the discussion, visit: https://community.jboss.org/message/766308#766308

--------------------------------------------------------------
looking at your logs it looks like you don't have jbpm console security realm defined in your standalone.xml file. Here is an extract of standalone.xml provided with jbpm installer



<security-domain name="jbpm-console" cache-type="default">
    <authentication>
        <login-module code="UsersRoles" flag="required">
            <module-option name="usersProperties" value="${jboss.server.config.dir}/users.properties"/>
            <module-option name="rolesProperties" value="${jboss.server.config.dir}/roles.properties"/>
        </login-module>
    </authentication>
</security-domain>



please take a look at the one that comes with installer to make sure you have all configuration required.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/766308#766308]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121017/b6ac34e4/attachment-0001.html 


More information about the jboss-user mailing list