From: pvtroshin Date: Mon, 30 May 2011 17:16:32 +0000 (+0000) Subject: New properties to work with work directories X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=ee730535bf9addab16fed9a6adcefed7ee2cd26d;p=jabaws.git New properties to work with work directories git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4192 e3abac25-378b-4346-85de-24260fe3988d --- diff --git a/conf/Engine.cluster.properties b/conf/Engine.cluster.properties index 8ccacd6..7d0ccfb 100644 --- a/conf/Engine.cluster.properties +++ b/conf/Engine.cluster.properties @@ -7,19 +7,16 @@ engine.cluster.enable=true # Directory to use for temporary files storage # REQUIRED - cluster nodes must have access to this directory! # An absolute path is required -cluster.tmp.directory=/homes/pvtroshin/workspace/jaba2/jobsout + +# Please note that statistic web application will only be able to generate links +# to the job folders if this path is within JABA web application. +# JABAWS statistic application just assume that the last name in the path is the +# application folder in the root of JABAWS web application. +cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout # Enable/disable cluster statistics collector cluster.stat.collector.enable=true -# The relative path for the JABAWS usage statistic application. -# Optional. -# Set this path if you would like to enable usage statistics -# application to enable it to collect and display usage statistics. -# This path must be relevant to the web application folder. Otherwise -# the application will be unable to access the statistics. -cluster.tmp.directory.relative=jobsout - # Maximum amount of time the job is considered running in hours # Optional defaults to 7 days (168h) cluster.stat.maxruntime=24 diff --git a/conf/Engine.local.properties b/conf/Engine.local.properties index ab0b229..d92c157 100644 --- a/conf/Engine.local.properties +++ b/conf/Engine.local.properties @@ -5,7 +5,7 @@ engine.local.enable=true # Directory to use for temporary files storage # OPTIONAL defaults to java temporary directory # Relative path within the project will be converted in absolute at runtime -local.tmp.directory=jobsout +local.tmp.directory=local_jobsout # Number of threads for tasks execution (valid values between 1 and 2x cpu. # Where x is a number of cores available in the system)