]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo-panel/control.js
Any residual reference to tomcat and servlets changed to references to
[helm.git] / helm / uwobo-panel / control.js
index e9376ec97c8b52cb2aa7cbf5155387d1c4b2719c..147f8bd2544bb5883c0a99b3460732a52213244e 100644 (file)
@@ -20,12 +20,12 @@ function getInitialPort()
 
 function getInitialProcessorURL()
 {
-  return getParam("processorURL", "http://phd.cs.unibo.it:8080/helm/servlet/uwobo/");
+  return getParam("processorURL", "http://mowgli.cs.unibo.it:58080/");
 }
 
 function getInitialGetterURL()
 {
-  return getParam("getterURL", "http://phd.cs.unibo.it:8081/");
+  return getParam("getterURL", "http://mowgli.cs.unibo.it:58081/");
 }
 
 function getUwoboURL()
@@ -43,7 +43,7 @@ function selectUwoboURL(ss)
   if (ss.selectedIndex == 0) {
     document.uwoboURL.elements[0].value = "";
   } else {
-    document.uwoboURL.elements[0].value = "http://" + ss.options[ss.selectedIndex].value + ":8080/helm/servlet/uwobo/";
+    document.uwoboURL.elements[0].value = "http://" + ss.options[ss.selectedIndex].value + ":58080/";
   }
 }