25 lines
621 B
Text
25 lines
621 B
Text
|
jms-queue add --queue-address=myQueue --entries=queue/myQueue
|
||
|
|
||
|
deploy /path/to/file.war
|
||
|
|
||
|
/system-property=prop1:add(value=value1)
|
||
|
|
||
|
|
||
|
|
||
|
/extension=org.jboss.as.modcluster:add
|
||
|
|
||
|
./foo=bar:remove
|
||
|
|
||
|
/subsystem=security/security-domain=demo-realm/authentication=classic:add
|
||
|
|
||
|
/subsystem=security/security-domain=demo-realm/authentication=classic/login-module=UsersRoles:add( \
|
||
|
code=UsersRoles, \
|
||
|
flag=required, \
|
||
|
module-options= { \
|
||
|
usersProperties=auth/demo-users.properties, \
|
||
|
rolesProperties =auth/demo-roles.properties, \
|
||
|
hashAlgorithm= MD5, \
|
||
|
hashCharset="UTF-8" \
|
||
|
} \
|
||
|
)
|