EVGENIAST / cumulusrdf

Automatically exported from code.google.com/p/cumulusrdf
0 stars 0 forks source link

Configuration #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
(1) Simplify configuration by only using dedicated configuration files (i.e., 
the cumulusRDF.yaml). Remove the CumulusRDF configuration from web.xml.

(2) Add new configuration parameters for dictionary configuration (as discussed 
on the [ConfCall2 2. conference call])  

Original issue reported on code.google.com by andreas.josef.wagner on 4 May 2014 at 1:52

GoogleCodeExporter commented 8 years ago

Original comment by andreas.josef.wagner on 4 May 2014 at 1:53

GoogleCodeExporter commented 8 years ago

Original comment by a.gazzarini@gmail.com on 6 May 2014 at 3:08

GoogleCodeExporter commented 8 years ago

Original comment by a.gazzarini@gmail.com on 6 May 2014 at 10:21

GoogleCodeExporter commented 8 years ago
CumulusRDF, regardless the "kind" of instance (standalone, embedded, web 
module) will use these subsequent strategies for finding a valid configuration:

• looks for a system property "crdf.config.file" which indicates a valid and 
readable configuration file;
• looks for a system property "cdrf.config.dir", which indicates a valid and 
readabale directory where there must be a file "cumulusRDF.yaml"
• looks for a classpath resource /cumulusRDF.yaml.
• load the embedded (default) classpath resource /cumulusRDF-default.yaml

If one of the strategy fails (e.g. file not found, directory not readable, 
resource not found) then the next stratgy will be used, until a valid 
configuration is found.

Original comment by a.gazzarini@gmail.com on 7 May 2014 at 9:30

GoogleCodeExporter commented 8 years ago
I'm closing this issue because is basically completed. As additional notes to 
the requirements above, 

- the package where is located the default configuration will contain also one 
sample configuration file for each kind of supported storage (at the moment C* 
1.2.x and C* 2.x)

- the default configuration file will contain a section for each kind of 
supported storage. The appropriate set of attributes will be picked up by 
CumulusRDF at runtime (depending on the plugged storage module).

AG  

Original comment by a.gazzarini@gmail.com on 12 May 2014 at 5:00