X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Ftemplate.cshrc;h=ef0e16b0018b00047d6a0beb974ccf546ff3bb68;hb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;hp=ecf8b23acd3e5c6a579c4961d312d6fc52a5cc75;hpb=22768ba8f9d3b90daa0e1711b8703235d2733eb4;p=helm.git diff --git a/helm/scripts/template.cshrc b/helm/scripts/template.cshrc index ecf8b23ac..ef0e16b00 100644 --- a/helm/scripts/template.cshrc +++ b/helm/scripts/template.cshrc @@ -51,27 +51,32 @@ setenv HTTP_GETTER_RDF_INDEXNAME rdf_index.txt setenv HTTP_GETTER_XSLT_INDEXNAME xslt_index.txt setenv HELM_ANNOTATIONS_DIR pippo 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 UWOBO_PORT 8081 + 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 UWOBO_PORT 58080 + setenv UWOBO_LOG_FILE /projects/helm/log/uwobo + 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 HELM_UWOBO_URL http://mowgli.cs.unibo.it:$UWOBO_PORT/mowgli/servlet/uwobo/ + setenv SEARCH_ENGINE_PORT 58085 + setenv DRAW_GRAPH_DIR /projects/helm/graphs/tools + setenv HELM_UWOBO_URL http://mowgli.cs.unibo.it:$UWOBO_PORT/ setenv HTTP_GETTER_DTD_BASE_URL http://mowgli.cs.unibo.it/dtd endif setenv HELM_GETTER_URL http://mowgli.cs.unibo.it:$HTTP_GETTER_PORT/ +setenv SEARCH_ENGINE_HTML_DIR /projects/helm/V7_mowgli/helm/searchEngine/html echo HELM_CONFIGURATION_DIR=$HELM_CONFIGURATION_DIR echo HELM_LIB_DIR=$HELM_LIB_DIR