File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
websocket/endpoint-config/src/main/webapp Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 45
45
<html >
46
46
<head >
47
47
<meta http-equiv =" Content-Type" content =" text/html; charset=UTF-8" >
48
- <title >Annotated Endpoint Configuration</title >
48
+ <title >WebSocket : Annotated Endpoint Configuration</title >
49
49
50
50
</head >
51
51
<body >
52
- <h1 >Annotated Endpoint Configuration</h1 >
52
+ <h1 >WebSocket : Annotated Endpoint Configuration</h1 >
53
53
54
54
<div style =" text-align : center ;" >
55
55
<form action =" " >
56
56
<input onclick =" echoText();" value =" Echo" type =" button" >
57
57
<input id =" myField" value =" WebSocket" type =" text" ><br >
58
58
</form >
59
59
</div >
60
+ <br ><br >Check server.log for output
60
61
<div id =" output" ></div >
61
62
<script language =" javascript" type =" text/javascript" src =" websocket.js" >
62
63
</script >
You can’t perform that action at this time.
0 commit comments