This repository was archived by the owner on Sep 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 15 files changed +33
-62
lines changed
policy-security-wss-signencrypt
policy-security-wss-username Expand file tree Collapse file tree 15 files changed +33
-62
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Wildfly
4545----------
46461 . Start Wildfly in standalone mode :
4747
48- ${WILDFLY }/bin/standalone.sh
48+ ${AS }/bin/standalone.sh
4949
50502 . Build and deploy the Quickstart :
5151
Original file line number Diff line number Diff line change 1919
20202 . Create an application user:
2121
22- ${AS}/bin/add-user.sh
23-
24- realm=ApplicationRealm user=guest password=guestp.1 group=guest
22+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
2523
26243 . Build and deploy the quickstart
2725
@@ -39,12 +37,11 @@ Wildfly
3937----------
40381 . Start Wildfly in standalone-full mode:
4139
42- ${WILDFLY }/bin/standalone.sh --server-config=standalone-full.xml
40+ ${AS }/bin/standalone.sh --server-config=standalone-full.xml
4341
44422 . Create an application user:
4543
46- ${WILDFLY}/bin/add-user.sh
47- realm=ApplicationRealm user=guest password=guestp.1 group=guest
44+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
4845
49463 . Build and deploy the quickstart
5047
Original file line number Diff line number Diff line change 3737
3838Wildfly
3939----------
40- 1 . Start EAP in standalone mode:
40+ 1 . Start Wildfly in standalone mode:
4141
4242 ${AS}/bin/standalone.sh
4343
Original file line number Diff line number Diff line change 1818
19192 . Create an application user:
2020
21- ${AS}/bin/add-user.sh
22- realm=ApplicationRealm UserName=guest Password=guestp.1 Group=guest
21+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
2322
24233 . Build and deploy the quickstart
2524
3837
3938Wildfly
4039----------
41- 1 . Start EAP in standalone-full mode:
40+ 1 . Start Wildfly in standalone-full mode:
4241
4342 ${AS}/bin/standalone.sh --server-config=standalone-full.xml
4443
45442 . Create an application user:
4645
47- ${AS}/bin/add-user.sh
48- realm=ApplicationRealm UserName=guest Password=guestp.1 Group=guest
46+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
4947
50483 . Build and deploy the quickstart
5149
Original file line number Diff line number Diff line change 2222
23232 . Create an application user:
2424
25- ${AS}/bin/add-user.sh
26- realm=ApplicationRealm user=guest password=guestp.1 group=guest
25+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
2726
28273 . Build and deploy the quickstart
2928
@@ -48,8 +47,7 @@ Wildfly
4847
49482 . Create an application user:
5049
51- ${AS}/bin/add-user.sh
52- realm=ApplicationRealm user=guest password=guestp.1 group=guest
50+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
5351
54523 . Build and deploy the quickstart
5553
Original file line number Diff line number Diff line change 1313
14141 . Create an application user:
1515
16- ${AS}/bin/add-user.sh
17-
18- realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
16+ ${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
1917
20182 . Start EAP in standalone mode:
2119
@@ -75,13 +73,11 @@ Wildfly
7573
76741 . Create an application user:
7775
78- ${WILDFLY}/bin/add-user.sh
79-
80- realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
76+ ${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
8177
82782 . Start Wildfly in standalone mode :
8379
84- ${WILDFLY }/bin/standalone.sh
80+ ${AS }/bin/standalone.sh
8581
86823 . Build and deploy the demo :
8783
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Wildfly
6161
62621 . Start Wildfly in standalone mode :
6363
64- ${WILDFLY }/bin/standalone.sh
64+ ${AS }/bin/standalone.sh
6565
66662 . Build and deploy the demo :
6767
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Wildfly
3434
35351 . Start Wildfly in standalone mode :
3636
37- ${WILDFLY }/bin/standalone.sh
37+ ${AS }/bin/standalone.sh
3838
39392 . Build and deploy the demo :
4040
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Wildfly
3636
37371 . Start Wildfly in standalone mode :
3838
39- ${WILDFLY }/bin/standalone.sh
39+ ${AS }/bin/standalone.sh
4040
41412 . Build and deploy the demo :
4242
Original file line number Diff line number Diff line change 1414
15151 . Create an application user:
1616
17- ${AS}/bin/add-user.sh
18-
19- realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
17+ ${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
2018
21192 . Start JBoss EAP in standalone mode:
2220
23- ${EAP }/bin/standalone.sh
21+ ${AS }/bin/standalone.sh
2422
25233 . Build and deploy the quickstart
2624
@@ -41,13 +39,11 @@ Wildfly
4139
42401 . Create an application user:
4341
44- ${WILDFLY}/bin/add-user.sh
45-
46- realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
42+ ${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
4743
48442 . Start Wildfly in standalone mode :
4945
50- ${WILDFLY }/bin/standalone.sh
46+ ${AS }/bin/standalone.sh
5147
52483 . Build and deploy the demo :
5349
You can’t perform that action at this time.
0 commit comments