We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db3fcf commit a67d44fCopy full SHA for a67d44f
websocket/endpoint-security/src/main/webapp/index.jsp
@@ -58,8 +58,11 @@
58
</form>
59
</div>
60
<p/>If you see this page that means you've entered the username/password
61
- credentials correctly. Make sure to create the user by giving the command<p/><p/>
62
- <code>asadmin create-file-user --groups g1 u1</code>. Give the password as <code>p1</code>.
+ credentials correctly. Make sure to create the user by giving the command.<p/><p/>
+ Make sure to create a user:<br><br>
63
+
64
+ For WildFly: Invoke "./bin/add-user.sh -a -u u1 -p p1 -g g1"<br>
65
+ For GlassFish: Invoke "./bin/asadmin create-file-user --groups g1 u1" and use the password "p1" when prompted.<br><br>
66
<div id="output"></div>
67
<script language="javascript" type="text/javascript" src="websocket.js">
68
</script>
0 commit comments