-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (89 loc) · 3.35 KB
/
index.html
File metadata and controls
89 lines (89 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>COPE Console</title>
</head>
<body>
<ul>
<li>
<!--suppress HtmlUnknownTarget -->
<a target="_blank" href="build/api/index.html">API documentation</a> (run <code>ant api</code> to build)
</li>
<li>
<!--suppress HtmlUnknownTarget -->
<a target="_blank" href="build/testprotocol.html">Test Protocol</a> (run <code>ant testprotocol</code> to build)
</li>
<li><a target="_blank" href="TODO">todo</a>
<li>
tomcat:
<a target="_blank" href="http://localhost:8080/manager/html">manager</a>,
<a target="_blank" href="http://localhost:8080/host-manager/html">host-manager</a>
</li>
<li>
console
<ul>
<li>
<a target="_blank" href="http://localhost:8080/cope-console/example">example</a>
</li>
<li>
<a target="_blank" href="http://localhost:8080/cope-console/standard">standard</a>
(<a target="_blank" href="http://localhost:8080/cope-console/standard/copsResourceStatus.html">cops</a>)
</li>
<li>
<a target="_blank" href="http://localhost:8080/cope-console/reduced">reduced</a>
(<a target="_blank" href="http://localhost:8080/cope-console/reduced/copsResourceStatus.html">cops</a>)
</li>
</ul>
</li>
<li>
console with cluster node 1
<ul>
<li>
<a target="_blank" href="http://localhost:8080/cope-console-cluster1/example">example</a>
</li>
<li>
<a target="_blank" href="http://localhost:8080/cope-console-cluster1/standard">standard</a>
(<a target="_blank" href="http://localhost:8080/cope-console-cluster/standard/copsResourceStatus.html">cops</a>)
</li>
<li>
<a target="_blank" href="http://localhost:8080/cope-console-cluster1/reduced">reduced</a>
(<a target="_blank" href="http://localhost:8080/cope-console-cluster1/reduced/copsResourceStatus.html">cops</a>)
</li>
</ul>
</li>
<li>
console with cluster node 2
<ul>
<li>
<a target="_blank" href="http://localhost:8080/cope-console-cluster2/example">example</a>
</li>
<li>
<a target="_blank" href="http://localhost:8080/cope-console-cluster2/standard">standard</a>
(<a target="_blank" href="http://localhost:8080/cope-console-cluster2/standard/copsResourceStatus.html">cops</a>)
</li>
<li>
<a target="_blank" href="http://localhost:8080/cope-console-cluster2/reduced">reduced</a>
(<a target="_blank" href="http://localhost:8080/cope-console-cluster2/reduced/copsResourceStatus.html">cops</a>)
</li>
</ul>
</li>
<li>
console with cluster node 3
<ul>
<li>
<a target="_blank" href="http://localhost:8080/cope-console-cluster3/example">example</a>
</li>
<li>
<a target="_blank" href="http://localhost:8080/cope-console-cluster3/standard">standard</a>
(<a target="_blank" href="http://localhost:8080/cope-console-cluster3/standard/copsResourceStatus.html">cops</a>)
</li>
<li>
<a target="_blank" href="http://localhost:8080/cope-console-cluster3/reduced">reduced</a>
(<a target="_blank" href="http://localhost:8080/cope-console-cluster3/reduced/copsResourceStatus.html">cops</a>)
</li>
</ul>
</li>
</ul>
</body>
</html>