Updated SDK Port
diff --git a/asterix-examples/src/main/resources/cherry/examples/cherry.html b/asterix-examples/src/main/resources/cherry/examples/cherry.html
index e8facae..af6b958 100755
--- a/asterix-examples/src/main/resources/cherry/examples/cherry.html
+++ b/asterix-examples/src/main/resources/cherry/examples/cherry.html
@@ -21,7 +21,7 @@
<script type="text/javascript" src="../js/geostats.js" ></script>
<script src="../../core/js/easyXDM/easyXDM.debug.js"></script>
- <script src="http://localhost:19101/sdk/static/js/asterix-api-core.js"></script>
+ <script src="http://localhost:19002/sdk/static/js/asterix-api-core.js"></script>
<script src="../js/asterix-api-core.js" type="text/javascript"></script>
<script src="../js/cherry.js" type="text/javascript"></script>
<style type="text/css">
diff --git a/asterix-examples/src/main/resources/cherry/js/cherry.js b/asterix-examples/src/main/resources/cherry/js/cherry.js
index 2044668..c9be322 100755
--- a/asterix-examples/src/main/resources/cherry/js/cherry.js
+++ b/asterix-examples/src/main/resources/cherry/js/cherry.js
@@ -255,7 +255,7 @@
"payload" : formData,
"query_string" : "use dataverse twitter;\n" //LEGACY + buildCherryQuery.parameters["statements"].join("\n")
})
- .send("http://localhost:19101/query",
+ .send("http://localhost:19002/query",
{
"query" : "use dataverse twitter;\n" + buildCherryQuery.parameters["statements"].join("\n"),
"mode" : build_cherry_mode,