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 c7979ee commit 765b734Copy full SHA for 765b734
servlet/servlet-security/src/main/webapp/index.jsp
@@ -52,7 +52,10 @@
52
<body>
53
<h1>Servlet : Security</h1>
54
55
- <p>Make sure to invoke "./bin/asadmin create-file-user --groups g1 u1" and use the password "p1" when prompted.
+ Make sure to create a user:<br><br>
56
+
57
+ For WildFly: Invoke "./add-user.sh -g g1-u u1 -p p1"<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>
61
</html>
0 commit comments