File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
samples/HTTPXMLView/com.ibm.streamsx.inet.sample.rest Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ use com.ibm.streamsx.inet.rest::HTTPXMLView;
12
12
/**
13
13
* Simple example of an using `com.ibm.streamsx.inet.rest.HTTPXMLView` to view xml tuples
14
14
*
15
- * Open the browser and enter url [https ://localhost:8080]
15
+ * Open the browser and enter url [http ://localhost:8080]
16
16
*
17
17
* Tuples are periodically injected from the beacon operator
18
18
*
19
- * And then are visible as a XML document [https ://localhost:8080/InjectView/ports/input/0/attribute]
19
+ * And then are visible as a XML document [http ://localhost:8080/InjectView/ports/input/0/attribute]
20
20
*
21
21
* This fixed URL shows information for all ports available through URLs
22
- * in the HTTP server [https ://localhost:8080/ports/info]
22
+ * in the HTTP server [http ://localhost:8080/ports/info]
23
23
*
24
24
* To run this example execute:
25
25
*
26
26
* make
27
27
* output/bin/standalone
28
- * Point browser to [https ://localhost:8080]
28
+ * Point browser to [http ://localhost:8080]
29
29
*
30
30
*/
31
31
public composite HTTPXMLViewSample {
You can’t perform that action at this time.
0 commit comments