Skip to content

Commit a67d44f

Browse files
committed
Adding better debug statements
1 parent 6db3fcf commit a67d44f

File tree

1 file changed

+5
-2
lines changed
  • websocket/endpoint-security/src/main/webapp

1 file changed

+5
-2
lines changed

websocket/endpoint-security/src/main/webapp/index.jsp

+5-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@
5858
</form>
5959
</div>
6060
<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>.
61+
credentials correctly. Make sure to create the user by giving the command.<p/><p/>
62+
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>
6366
<div id="output"></div>
6467
<script language="javascript" type="text/javascript" src="websocket.js">
6568
</script>

0 commit comments

Comments
 (0)