Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cedd2c commit fb56b3dCopy full SHA for fb56b3d
servlet/servlet-security/src/main/webapp/index.jsp
@@ -54,7 +54,7 @@
54
55
Make sure to create a user:<br><br>
56
57
- For WildFly: Invoke "./add-user.sh -g g1-u u1 -p p1"<br>
+ For WildFly: Invoke "./bin/add-user.sh -a -u u1 -p p1 -g g1"<br>
58
For GlassFish: Invoke "./bin/asadmin create-file-user --groups g1 u1" and use the password "p1" when prompted.<br><br>
59
Then call the <a href="${pageContext.request.contextPath}/SecureServlet">GET</a> method.<br/>
60
</body>
0 commit comments