X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Ftemplate.rc;h=ea39db1c9c7e64d4ffa37418eb84eaffdc02b9a6;hb=010ac872160bf21af42227971c086270e3ab2dd8;hp=ed6c78c95094d9bff7927e9e47e73e4c6f0fb98b;hpb=d63f384d57565bce1efbcf50b1c0b50f76397c85;p=helm.git diff --git a/helm/scripts/template.rc b/helm/scripts/template.rc index ed6c78c95..ea39db1c9 100644 --- a/helm/scripts/template.rc +++ b/helm/scripts/template.rc @@ -46,18 +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 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 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