Revision 4170
Added by daigle over 16 years ago
lib/metacat.properties | ||
---|---|---|
23 | 23 |
## one of the few places where we use ANT tokens |
24 | 24 |
application.metacatVersion=@metacatVersion@ |
25 | 25 |
## This is autodiscovered and populated by the config utility |
26 |
application.tomcatDir= |
|
26 |
|
|
27 | 27 |
application.deployDir= |
28 | 28 |
## This is autodiscovered and populated by the config utility |
29 | 29 |
application.context= |
... | ... | |
65 | 65 |
database.maximumIndexDelay=5000 |
66 | 66 |
database.runDBConnectionRecycleThread=off |
67 | 67 |
database.cycleTimeOfDBConnection=30000 |
68 |
database.queryignoredparams=enableediting,foo |
|
69 |
database.usexmlindex=true |
|
68 | 70 |
|
69 | 71 |
######## LDAP ############################################## |
70 | 72 |
|
... | ... | |
293 | 295 |
test.lteruser=uid=jtao,o=LTER,dc=ecoinformatics,dc=org/> |
294 | 296 |
test.lterpassword=yourpass/> |
295 | 297 |
|
296 |
# Replication properties |
|
298 |
######## Replication properties ######################################### |
|
299 |
replication.logdir= |
|
300 |
## deltaT=60 |
|
301 |
## debuglevel=55 |
|
302 |
replication.datafileflag=datafile |
|
303 |
## TODO MCD this seems to be used in other placed besides replication |
|
304 |
replication.datafilesizelimit=1000 |
|
305 |
replication.defaultcontenttype=application/octet-stream |
|
297 | 306 |
|
298 |
deltaT=60 |
|
299 |
|
|
300 |
debuglevel=55 |
|
301 |
|
|
302 |
datafileflag=datafile |
|
303 |
|
|
304 |
datafilesizelimit=1000 |
|
305 |
|
|
306 |
defaultcontenttype=application/octet-stream |
|
307 |
|
|
308 |
query.ignored.params=enableediting,foo |
|
309 |
|
|
310 |
usexmlindex=true |
|
311 |
|
|
312 | 307 |
######## Skins ######################################### |
313 | 308 |
skin.names=default,esa,nceas,knb,obfs,nrs,sanparks |
314 | 309 |
|
... | ... | |
352 | 347 |
delimiteredOutputFile=/tmp/metacat.debug.delimitered |
353 | 348 |
|
354 | 349 |
######## Harvester section ######################################### |
355 |
connectToMetacat=true |
|
356 | 350 |
|
357 |
delay=0 |
|
351 |
harvester.connectToMetacat=true |
|
352 |
harvester.delay=0 |
|
353 |
harvester.administrator=name@institution.edu |
|
354 |
harvester.logPeriod=90 |
|
355 |
harvester.maxHarvests=0 |
|
356 |
harvester.period=24 |
|
357 |
harvester.smtpServer=localhost |
|
358 |
harvester.GetDocError=Error getting EML document from site,Error |
|
359 |
harvester.GetDocSuccess=Success getting EML document from site,Debug |
|
360 |
harvester.GetHarvestListError=Error getting harvest list from site,Error |
|
361 |
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug |
|
362 |
harvester.HarvesterStartup=Harvester start up,Info |
|
363 |
harvester.HarvesterShutdown=Harvester shut down,Info |
|
364 |
harvester.InsertDocError=Error inserting EML document to Metacat,Error |
|
365 |
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info |
|
366 |
harvester.MetacatHasDoc=Metacat already has this EML document,Info |
|
367 |
harvester.UpdateDocError=Error updating EML document to Metacat,Error |
|
368 |
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info |
|
369 |
harvester.ValidateDocError=Error validating EML docoument,Error |
|
370 |
harvester.ValidateDocSuccess=Success validating EML document,Debug |
|
371 |
harvester.ValidateHarvestListError=Error validating harvest list,Error |
|
372 |
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug |
|
358 | 373 |
|
359 |
harvesterAdministrator=name@institution.edu |
|
360 |
|
|
361 |
logPeriod=90 |
|
362 |
|
|
363 |
maxHarvests=0 |
|
364 |
|
|
365 |
period=24 |
|
366 |
|
|
367 |
smtpServer=localhost |
|
368 |
|
|
369 |
GetDocError=Error getting EML document from site,Error |
|
370 |
|
|
371 |
GetDocSuccess=Success getting EML document from site,Debug |
|
372 |
|
|
373 |
GetHarvestListError=Error getting harvest list from site,Error |
|
374 |
|
|
375 |
GetHarvestListSuccess=Success getting harvest list from site,Debug |
|
376 |
|
|
377 |
HarvesterStartup=Harvester start up,Info |
|
378 |
|
|
379 |
HarvesterShutdown=Harvester shut down,Info |
|
380 |
|
|
381 |
InsertDocError=Error inserting EML document to Metacat,Error |
|
382 |
|
|
383 |
InsertDocSuccess=Success inserting EML document to Metacat,Info |
|
384 |
|
|
385 |
MetacatHasDoc=Metacat already has this EML document,Info |
|
386 |
|
|
387 |
UpdateDocError=Error updating EML document to Metacat,Error |
|
388 |
|
|
389 |
UpdateDocSuccess=Success updating EML document to Metacat,Info |
|
390 |
|
|
391 |
ValidateDocError=Error validating EML docoument,Error |
|
392 |
|
|
393 |
ValidateDocSuccess=Success validating EML document,Debug |
|
394 |
|
|
395 |
ValidateHarvestListError=Error validating harvest list,Error |
|
396 |
|
|
397 |
ValidateHarvestListSuccess=Success validating harvest list,Debug |
|
398 |
|
|
399 | 374 |
######## Spatial section ######################################### |
400 | 375 |
|
401 | 376 |
runSpatialOption=true |
Also available in: Unified diff
clean up replication and harvest properties