]> matita.cs.unibo.it Git - helm.git/commitdiff
- The Getter and UWOBO moved to mowgli.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 7 Oct 2002 16:56:10 +0000 (16:56 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 7 Oct 2002 16:56:10 +0000 (16:56 +0000)
- The UWOBO default port changed to 8081.
- The Getter default port changed to 48081.

helm/on-line/javascript/defaults.js

index 2174375dc7d0becf221476d5903bac8ecd449c23..db3172cfea6986ab1accbbe5d2b41f3bc8f97bf8 100644 (file)
@@ -3,9 +3,9 @@ function getDefaultParam(name)
 {
   switch (name) {
   case "processorURL":
-    return "http://phd.cs.unibo.it:8080/helm/servlet/uwobo/";
+    return "http://mowgli.cs.unibo.it:8081/helm/servlet/uwobo/";
   case "getterURL":
-    return "http://phd.cs.unibo.it:8081/"; 
+    return "http://mowgli.cs.unibo.it:48081/"; 
   case "draw_graphURL":
     return "http://phd.cs.unibo.it:8083/"; 
   case "uri_set_queueURL":