Search code examples
javalinuxjboss7.x

How Create Users for jboss EAP 7 in another instance


How to create a user in a different standalone instance, for the Jboss EAP 7 application server?

I'm doing it like this:

add-user.sh -sc standalone_02 -a -u userapp -p ****** -g guest

why doesn't it recognize the standalone_02 instance?


Solution

  • You likely just need to create the files in that directory. Something like the following should work.

    touch standalone_02/application-users.properties
    touch standalone_02/application-roles.properties