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]
_______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user