]> matita.cs.unibo.it Git - helm.git/commitdiff
- added var SEARCH_ENGINE_PORT
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 22 Nov 2002 13:46:41 +0000 (13:46 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 22 Nov 2002 13:46:41 +0000 (13:46 +0000)
helm/scripts/template.cshrc
helm/scripts/template.rc

index ecf8b23acd3e5c6a579c4961d312d6fc52a5cc75..42fc872c7417db694c166396e36f9568fc169c01 100644 (file)
@@ -54,20 +54,22 @@ setenv HELM_ANNOTATIONS_URL pippo
 setenv UWOBO_PORT 8081
 setenv UWOBO_PANEL_CONF /projects/helm/public_html/uwobo/panel/control.html
 if ($COQV == V7) then
+       setenv HTTP_GETTER_PORT 48081
        setenv URI_SET_QUEUE_PORT 48082
        setenv DRAW_GRAPH_PORT 48083
-       setenv DRAW_GRAPH_DIR /projects/helm/graphs/tools
        setenv PROOF_CHECKER_PORT 48084
-       setenv HTTP_GETTER_PORT 48081
+       setenv SEARCH_ENGINE_PORT 48085
+       setenv DRAW_GRAPH_DIR /projects/helm/graphs/tools
        setenv HELM_UWOBO_URL http://mowgli.cs.unibo.it:$UWOBO_PORT/helm/servlet/uwobo/
        setenv HTTP_GETTER_DTD_BASE_URL http://www.cs.unibo.it/helm/dtd
 else
        # V7_mowgli
+       setenv HTTP_GETTER_PORT 58081
        setenv URI_SET_QUEUE_PORT 58082
        setenv DRAW_GRAPH_PORT 58083
-       setenv DRAW_GRAPH_DIR /projects/helm/graphs/tools
        setenv PROOF_CHECKER_PORT 58084
-       setenv HTTP_GETTER_PORT 58081
+       setenv SEARCH_ENGINE_PORT 58085
+       setenv DRAW_GRAPH_DIR /projects/helm/graphs/tools
        setenv HELM_UWOBO_URL http://mowgli.cs.unibo.it:$UWOBO_PORT/mowgli/servlet/uwobo/
        setenv HTTP_GETTER_DTD_BASE_URL http://mowgli.cs.unibo.it/dtd
 endif
index 2b0d635ca0f00bcfd437236b28fe13939ea096b2..ea39db1c9c7e64d4ffa37418eb84eaffdc02b9a6 100644 (file)
@@ -46,20 +46,22 @@ export HELM_ANNOTATIONS_URL=pippo
 export UWOBO_PORT=8081
 export UWOBO_PANEL_CONF=/projects/helm/public_html/uwobo/panel/control.html
 if test  $COQV = V7; then
+       export HTTP_GETTER_PORT=48081
        export URI_SET_QUEUE_PORT=48082
        export DRAW_GRAPH_PORT=48083
-       export DRAW_GRAPH_DIR=/projects/helm/graphs/tools
        export PROOF_CHECKER_PORT=48084
-       export HTTP_GETTER_PORT=48081
+       export SEARCH_ENGINE_PORT=48085
+       export DRAW_GRAPH_DIR=/projects/helm/graphs/tools
        export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:$UWOBO_PORT/helm/servlet/uwobo/
        export HTTP_GETTER_DTD_BASE_URL=http://www.cs.unibo.it/helm/dtd
 else
        # V7_mowgli
+       export HTTP_GETTER_PORT=58081
        export URI_SET_QUEUE_PORT=58082
        export DRAW_GRAPH_PORT=58083
-       export DRAW_GRAPH_DIR=/projects/helm/graphs/tools
        export PROOF_CHECKER_PORT=58084
-       export HTTP_GETTER_PORT=58081
+       export SEARCH_ENGINE_PORT=58085
+       export DRAW_GRAPH_DIR=/projects/helm/graphs/tools
        export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:$UWOBO_PORT/mowgli/servlet/uwobo/
        export HTTP_GETTER_DTD_BASE_URL=http://mowgli.cs.unibo.it/dtd
 fi