new properties for stat collector conf
[jabaws.git] / conf / Engine.cluster.properties
1 ### Local Binaries root path ###\r
2 \r
3 # enable or disable engine true | false\r
4 # OPTIONAL defaults to false\r
5 engine.cluster.enable=true\r
6 \r
7 # Directory to use for temporary files storage\r
8 # REQUIRED - cluster nodes must have access to this directory!\r
9 # An absolute path is required \r
10 cluster.tmp.directory=/homes/pvtroshin/workspace/jaba2/jobsout\r
11 \r
12 # Enable/disable cluster statistics collector \r
13 cluster.stat.collector.enable=true\r
14 \r
15 # The relative path for the JABAWS usage statistic application. \r
16 # Optional.\r
17 # Set this path if you would like to enable usage statistics \r
18 # application to enable it to collect and display usage statistics.\r
19 # This path must be relevant to the web application folder. Otherwise\r
20 # the application will be unable to access the statistics. \r
21 cluster.tmp.directory.relative=jobsout\r
22 \r
23 # Maximum amount of time the job is considered running in hours\r
24 # Optional defaults to 7 days (168h) \r
25 cluster.stat.maxruntime=24\r