We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e96208 commit f33862fCopy full SHA for f33862f
websocket/endpoint-config/src/main/webapp/index.jsp
@@ -45,18 +45,19 @@
45
<html>
46
<head>
47
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
48
- <title>Annotated Endpoint Configuration</title>
+ <title>WebSocket : Annotated Endpoint Configuration</title>
49
50
</head>
51
<body>
52
- <h1>Annotated Endpoint Configuration</h1>
+ <h1>WebSocket : Annotated Endpoint Configuration</h1>
53
54
<div style="text-align: center;">
55
<form action="">
56
<input onclick="echoText();" value="Echo" type="button">
57
<input id="myField" value="WebSocket" type="text"><br>
58
</form>
59
</div>
60
+ <br><br>Check server.log for output
61
<div id="output"></div>
62
<script language="javascript" type="text/javascript" src="websocket.js">
63
</script>
0 commit comments