X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Ftemplate.cshrc;h=42fc872c7417db694c166396e36f9568fc169c01;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=257d95d78f12ee5ec3383f4a5e653d68ea03827e;hpb=d63f384d57565bce1efbcf50b1c0b50f76397c85;p=helm.git diff --git a/helm/scripts/template.cshrc b/helm/scripts/template.cshrc index 257d95d78..42fc872c7 100644 --- a/helm/scripts/template.cshrc +++ b/helm/scripts/template.cshrc @@ -54,18 +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 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 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