Project

General

Profile

1
# Properties file defining options for the MetaCatServlet.java servlet
2
#
3
# Matt Jones, Dan Higgins, Jivka Bojilova
4
# '$Id: metacat.properties 8598 2014-02-13 21:02:04Z leinfelder $'
5
#
6

    
7
######## Configuration utility section  ################
8

    
9
configutil.propertiesConfigured=false
10
configutil.authConfigured=false
11
configutil.skinsConfigured=true
12
configutil.databaseConfigured=false
13
configutil.geoserverConfigured=false
14
configutil.dataoneConfigured=false
15

    
16
############### Server Values #################
17

    
18
server.name=localhost
19
server.httpPort=80
20
server.httpSSLPort=443
21

    
22
############### Application Values ############
23

    
24
## one of the few places where we use ANT tokens
25
application.metacatVersion=2.4.0
26
application.metacatReleaseInfo=-1
27

    
28
application.deployDir=
29
## This is autodiscovered and populated by the config utility
30
application.context=
31
application.default-style=default
32
application.knbSiteURL=http://knb.ecoinformatics.org
33
application.backupDir=
34
application.datafilepath=/var/metacat/data
35
application.inlinedatafilepath=/var/metacat/inline-data
36
application.documentfilepath=/var/metacat/documents
37
application.expandedArchivePath=/var/metacat/expanded-archives
38
application.tempDir=/var/metacat/temporary
39
# the location of cgi scripts relative to the metacat context directory
40
application.cgiDir=/cgi-bin
41
#used for writing debug info into a anouther out file
42
application.writeDebugToFile=true
43
#output file name where debug info will written
44
# TODO SCW: these should be using the temp-dir property for their paths (change in code)
45
application.debugOutputFile=/tmp/metacat.debug
46
#delimitered text output file name where debug info will be written
47
application.delimiteredOutputFile=/tmp/metacat.debug.delimitered
48

    
49
############### Database Values ###############
50

    
51
database.connectionURI=jdbc:postgresql://localhost/metacat
52
database.user=
53
database.password=
54
database.type=
55
database.driver=
56
database.adapter=
57
database.scriptsuffix.postgres=postgres.sql
58
database.scriptsuffix.oracle=oracle.sql
59
database.scriptsuffix.sqlserver=sqlserver.sql
60
database.upgradeVersion.0.0.0=xmltables,loaddtdschema
61
database.upgradeVersion.1.2.0=upgrade-db-to-1.2
62
database.upgradeVersion.1.3.0=upgrade-db-to-1.3
63
database.upgradeVersion.1.4.0=upgrade-db-to-1.4
64
database.upgradeVersion.1.5.0=upgrade-db-to-1.5
65
database.upgradeVersion.1.6.0=upgrade-db-to-1.6
66
database.upgradeVersion.1.7.0=upgrade-db-to-1.7
67
database.upgradeVersion.1.8.0=upgrade-db-to-1.8
68
database.upgradeVersion.1.9.0=upgrade-db-to-1.9
69
database.upgradeVersion.1.9.1=upgrade-db-to-1.9.1
70
database.upgradeVersion.1.9.2=upgrade-db-to-1.9.2
71
database.upgradeVersion.1.9.3=upgrade-db-to-1.9.3
72
database.upgradeVersion.1.9.4=upgrade-db-to-1.9.4
73
database.upgradeVersion.1.9.5=upgrade-db-to-1.9.5
74
database.upgradeVersion.2.0.0=upgrade-db-to-2.0.0
75
database.upgradeVersion.2.0.1=upgrade-db-to-2.0.1
76
database.upgradeVersion.2.0.2=upgrade-db-to-2.0.2
77
database.upgradeVersion.2.0.3=upgrade-db-to-2.0.3
78
database.upgradeVersion.2.0.4=upgrade-db-to-2.0.4
79
database.upgradeVersion.2.0.5=upgrade-db-to-2.0.5
80
database.upgradeVersion.2.0.6=upgrade-db-to-2.0.6
81
database.upgradeVersion.2.0.7=upgrade-db-to-2.0.7
82
database.upgradeVersion.2.0.8=upgrade-db-to-2.0.8
83
database.upgradeVersion.2.1.0=upgrade-db-to-2.1.0
84
database.upgradeVersion.2.1.1=upgrade-db-to-2.1.1
85
database.upgradeVersion.2.2.0=upgrade-db-to-2.2.0
86
database.upgradeVersion.2.2.1=upgrade-db-to-2.2.1
87
database.upgradeVersion.2.3.0=upgrade-db-to-2.3.0
88
database.upgradeVersion.2.3.1=upgrade-db-to-2.3.1
89
database.upgradeVersion.2.4.0=upgrade-db-to-2.4.0
90
## for running java-based utilities
91
database.upgradeUtility.1.5.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade1_5_0
92
database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0
93
database.upgradeUtility.2.3.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_3_0
94
database.initialConnections=5
95
database.incrementConnections=5
96
# be sure to increase SQL connection limits accordingly:
97
database.maximumConnections=200
98
database.maximumConnectionAge=120000
99
database.maximumConnectionTime=60000
100
database.maximumUsageNumber=100
101
database.connectionCountWarnLimit=15
102
database.numberOfIndexingThreads=5
103
database.indexingTimerTaskTime=604800000
104
database.indexingInitialDelay=3600000
105
database.maximumIndexDelay=5000
106
database.runDBConnectionRecycleThread=off
107
database.cycleTimeOfDBConnection=30000
108
database.queryignoredparams=enableediting,foo
109
database.usexmlindex=true
110
# used for the setting the size of resultset for applications like morpho
111
database.appResultsetSize=7000
112
# used for the setting the size of resultset for searches done using browsers
113
database.webResultsetSize=7000
114
# the value of xml_returnfield.usage_count should be more than this value
115
# for records to be entered into xml_queryresult. so if you want results for
116
# any combination of returnfields to be stored in xml_queryresult only when
117
# that combination has been requested 50 times, set this value to 50
118
database.xmlReturnfieldCount=0
119
# used for the setting the size of queryresult_string in queryresult table.
120
# the limit is 4000 for oracle
121
database.queryresultStringLength=500000
122
#the size of query result cache
123
database.queryresultCacheSize=500
124
#turn on or off the query result cache
125
database.queryCacheOn=true
126
#the time in milliseconds that an squery can run before metacat logs a warning
127
database.queryTimeWarnLimit=30000
128
#the time in milliseconds that an squery can run before metacat logs a warning
129
database.squeryTimeWarnLimit=30000
130

    
131

    
132
######## DB Query section              #######################################
133
dbquery.enabledEngines=pathquery;solr
134
#the time in milliseconds that a stylesheet transform can run before metacat logs a warning
135
dbquery.transformTimeWarnLimit=60000
136
#the time in milliseconds to get a document list before metacat logs a warning
137
dbquery.findDocListTimeWarnLimit=60000
138
#the time in milliseconds to get return values from queryresults table before metacat logs a warning
139
dbquery.findQueryResultsTimeWarnLimit=60000
140
#the time in milliseconds to run extended (index and node) queries before metacat logs a warning
141
dbquery.extendedQueryRunTimeWarnLimit=60000
142
#the time in milliseconds to store return fields before metacat logs a warning
143
dbquery.storeReturnFieldTimeWarnLimit=60000
144
#the time in milliseconds to totally process return fields before metacat logs a warning
145
dbquery.totalReturnFieldTimeWarnLimit=120000
146

    
147
######## Datamanager section              #######################################
148
datamanager.adapter=PostgresAdapter
149
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
150
datamanager.server=localhost
151
datamanager.database=datamanager
152
datamanager.user=datamanager
153
datamanager.password=datamanager
154
datamanager.maxconnections=10
155

    
156
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/metacat/services/QueryService
157
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/metacat/services/AuthenticatedQueryService
158
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/metacat/services/AuthenticationService
159
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/metacat/services/PutService
160
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/metacat/services/IdentificationService
161
#datamanager.srb.endpoint=
162
#datamanager.srb.machinename=
163

    
164
######## Plugin section              #######################################
165
plugin.handlers=
166

    
167
######## Authentication  ##############################################
168

    
169
auth.class=edu.ucsb.nceas.metacat.authentication.AuthFile
170
#auth.class=edu.ucsb.nceas.metacat.AuthLdap
171
# Use AuthStub to test and guarantee authentication
172
#auth.class=edu.ucsb.nceas.metacat.AuthStub
173
#auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
174
auth.administrators=
175
auth.userManagementUrl=
176
auth.allowedSubmitters=
177
auth.deniedSubmitters=
178
auth.moderators=
179
#auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org
180
#auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org:cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
181
auth.defaultUserManagementPage=/style/common/default-user-management.jsp
182
#####File-based Authentication######
183
auth.file.path=/var/metacat/users/password.xml
184
auth.file.hashClassName=edu.ucsb.nceas.metacat.authentication.AuthFileBCryptHash
185
######LDAP-based Authentication#############
186
auth.timeoutMinutes=180
187
auth.url=ldap://ldap.ecoinformatics.org:389/
188
auth.surl=ldap://ldap.ecoinformatics.org:389/
189
auth.base=dc=ecoinformatics,dc=org
190
# time in milliseconds allowed for ldap server connections
191
ldap.connectTimeLimit=5000
192
# time in milliseconds allowed for ldap server searches
193
ldap.searchTimeLimit=30000
194
# count of return entries allowed for ldap server searches
195
ldap.searchCountLimit=30000
196
ldap.referral=follow
197
ldap.onlySecureConnection=false
198
ldap.onlySecureReferalsConnection=false
199
ldap.server.ca.certificate=WEB-INF/gd_intermediate_bundle_nceas_ldap.crt
200
ldap.nextuid.storing.dn=cn=uidNext,dc=ecoinformatics,dc=org
201
ldap.nextuid.storing.attributename=description
202
ldap.nextuid.maxattempt=300
203
ldap.recaptcha.publickey=yourPublicKey
204
ldap.recaptcha.privatekey=yourPrivateKey
205

    
206
# LDAP templates 
207
ldap.templates.stage=initregister
208
ldap.templates.header=genericHeader.tmpl
209
ldap.templates.footer=genericFooter.tmpl
210
ldap.templates.changePass=ldapChangePass.tmpl
211
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
212
ldap.templates.resetPass=ldapResetPass.tmpl
213
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
214
ldap.templates.register=ldapRegister.tmpl
215
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
216
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
217
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
218
ldap.templates.verificationSuccess=ldapVerificationSuccess.tmpl
219
ldap.templates.verificationFailed=ldapVerificationFailed.tmpl
220
ldap.templates.registerLter=ldapRegisterLter.tmpl
221
ldap.templates.success=ldapRegisterSuccess.tmpl
222
ldap.templates.failed=ldapRegisterFailed.tmpl
223
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
224
ldap.templates.searchResults=searchResults.tmpl
225
ldap.templates.lookupName=ldapLookupName.tmpl
226
ldap.templates.lookupNameSuccess=ldapLookupNameSuccess.tmpl
227
#The property defines a default value which controls the list of organization names showing in the account registration, 
228
#password reset and change password templates for all skins.
229
#The value of the property will be overwritten if a skin properties file defines the property as well.
230
#The value of the property should be defined in the organization.name.VALUE=something in the organization part.
231
#Multiple values will be separated by ";".
232
ldap.templates.organizationList=unaffiliated
233

    
234
############### Session Values ###############
235
session.timeoutMinutes=360
236

    
237
############### Organization Values ###############
238
organization.configured.NCEAS=false
239
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
240
organization.configured.OBFS=false
241
organization.name.OBFS=Organization of Biological Field Stations
242
organization.configured.OSUSB=false
243
organization.name.OSUSB=
244
organization.configured.UCNRS=false
245
organization.name.UCNRS=University of California Natural Reserve System
246
organization.base.UCNRS=ou=people,o=ucnrs.org
247
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
248
organization.password.UCNRS=
249
organization.configured.KU=false
250
organization.name.KU=
251
organization.configured.LTER=false
252
organization.name.LTER=
253
organization.configured.UVM=false
254
organization.name.UVM=
255
organization.configured.SDSC=false
256
organization.name.SDSC=
257
organization.configured.MSU=false
258
organization.name.MSU=
259
organization.configured.NAPIER=false
260
organization.name.NAPIER=
261
organization.configured.SANPARKS=false
262
organization.name.SANPARKS=Kruger National Park
263
organization.org.SANPARKS=o=SANPARKS
264
organization.configured.SAEON=false
265
organization.name.SAEON=South African Environmental Observation Network Repository
266
organization.org.SAEON=o=SAEON
267

    
268
organization.name.unaffiliated=unaffiliated
269
organization.base.unaffiliated=dc=ecoinformatics,dc=org
270
organization.org.unaffiliated=o=unaffiliated
271
organization.user.unaffiliated=cn=Manager
272
organization.password.unaffiliated=
273
organization.expiration.unaffiliated=36
274
organization.label.unaffiliated=KNB/AOOS
275

    
276

    
277
organization.name.Account=Account
278
organization.base.Account=dc=ecoinformatics,dc=org
279
organization.org.Account=ou=Account
280
organization.user.Account=cn=Manager
281
organization.password.Account=
282
organization.expiration.Account=36
283
organization.label.Account=NCEAS/DataONE/Kepler
284

    
285
######## XML / EML  #########################################
286

    
287
xml.saxparser=org.apache.xerces.parsers.SAXParser
288
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0
289
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1
290
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0
291
xml.eml2_1_1namespace=eml://ecoinformatics.org/eml-2.1.1
292
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns#
293
xml.useFullSchemaValidation=true
294
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
295
xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
296
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
297
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
298
xml.packagedoctypeset=BIN,-//ecoinformatics.org//eml-access-2.0.0beta6//EN,-//ecoinformatics.org//eml-access-2.0.0beta4//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN,-//ecoinformatics.org//eml-entity-2.0.0beta6//EN,-//ecoinformatics.org//eml-entity-2.0.0beta4//EN,-//ecoinformatics.org//eml-literature-2.0.0beta6//EN,-//ecoinformatics.org//eml-literature-2.0.0beta4//EN,-//ecoinformatics.org//eml-physical-2.0.0beta6//EN,-//ecoinformatics.org//eml-physical-2.0.0beta4//EN,-//ecoinformatics.org//eml-project-2.0.0beta6//EN,-//ecoinformatics.org//eml-project-2.0.0beta4//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN,-//ecoinformatics.org//eml-software-2.0.0beta6//EN,-//ecoinformatics.org//eml-software-2.0.0beta4//EN
299
xml.indexNamespaces=eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1,eml://ecoinformatics.org/eml-2.1.0,eml://ecoinformatics.org/eml-2.1.1,http://www.kepler-project.org/kar-2.0.0,http://www.kepler-project.org/kar-2.1.0
300
xml.indexPaths=                            \
301
	@packageId,                            \
302
	/reviewHistory/review/packageId,       \
303
	abstract,                              \
304
	abstract/value,                        \
305
	abstract/para,                         \
306
	abstract/para/value,                   \
307
	access/allow/principal,                \
308
	additionalMetadata/metadata/spatialResolution/value,	\
309
	additionalMetadata/metadata/spatialResolution/units,	\
310
	additionalMetadata/moderatorComment,   \
311
	associatedParty/individualName/surName,                           \
312
	associatedParty/organizationName,                                 \
313
	coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName,   \
314
	coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName,     \
315
	coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName,           \
316
	coverage/temporalCoverage/rangeOfDates/beginDate/calendarDate,   \
317
	coverage/temporalCoverage/rangeOfDates/endDate/calendarDate,     \
318
	coverage/temporalCoverage/singleDateTime/calendarDate,           \	
319
	coverage/temporalCoverage/rangeOfDates/beginDate/time,   \
320
	coverage/temporalCoverage/rangeOfDates/endDate/time,     \
321
	coverage/temporalCoverage/singleDateTime/time,           \		
322
	creator/individualName/surName,        \
323
	creator/individualName/givenName,      \
324
	creator/organizationName,              \
325
	dataset/access/allow/principal,        \
326
	dataset/dataTable/physical/distribution/online/url,               \
327
	dataset/dataTable/physical/distribution/online/url/@function,     \
328
	dataset/spatialRaster/physical/distribution/online/url,           \
329
	dataset/spatialRaster/physical/distribution/online/url/@function, \
330
	dataset/otherEntity/physical/distribution/online/url,           \
331
	dataset/otherEntity/physical/distribution/online/url/@function, \
332
	physical/encodingMethod, \
333
	dataset/title,                         \
334
	dataset/title/value,                   \
335
	eastBoundingCoordinate,                \
336
	eastbc,                                \
337
	EcogridRegEntry/description,           \
338
	EcogridRegEntry/endPoint,              \
339
	EcogridRegEntry/serviceName,           \
340
	entityName,                            \
341
	geographicCoverage/boundingCoordinates/eastBoundingCoordinate,    \
342
	geographicCoverage/boundingCoordinates/northBoundingCoordinate,   \
343
	geographicCoverage/boundingCoordinates/southBoundingCoordinate,   \
344
	geographicCoverage/boundingCoordinates/westBoundingCoordinate,    \
345
	geographicDescription,                 \
346
	givenName,                             \
347
	idinfo/citation/citeinfo/title,        \
348
	idinfo/citation/citeinfo/origin,       \
349
	idinfo/keywords/theme/themekey,        \
350
	individualName/surName,                \
351
	keyword,                               \
352
	karEntry/karEntryAttributes/type,      \
353
	karEntry/karEntryXML/property/property/@name,           \
354
	karEntry/karEntryXML/property/property/@value,          \
355
	karEntry/karEntryXML/property/property/property/@name,  \
356
	karEntry/karEntryXML/property/property/property/@value, \
357
	karFileName,                           \
358
	karFileSize,                           \
359
	keyword/value,                         \
360
	literalLayout,                         \
361
	mainAttributes/lsid,                   \
362
	northbc,                               \
363
	northBoundingCoordinate,               \
364
	organizationName,                      \
365
	originator/individualName/surName,     \
366
	originator/individualName/givenName,   \
367
	originator/organizationName,           \
368
	para,                                  \
369
	placekey,                              \
370
	southBoundingCoordinate,               \
371
	southbc,                               \
372
	surName,                               \
373
	taxonomicClassification/taxonRankName,          \
374
	taxonomicClassification/taxonRankValue,         \
375
	taxonRankValue,                        \
376
	title,                                 \
377
	westBoundingCoordinate,                \
378
	westbc
379

    
380
######## Outgoing email  #########################################
381

    
382
email.mailhost=localhost
383
email.sender=knb-software@nceas.ucsb.edu
384
email.admin=KNB Support
385
email.recipient=knb-software@nceas.ucsb.edu
386

    
387
######## Replication properties  #########################################
388

    
389
replication.logdir=
390
## deltaT=60
391
## debuglevel=55
392
replication.datafileflag=datafile
393
## TODO MCD this seems to be used in other placed besides replication
394
replication.datafilesizelimit=1000
395
replication.defaultcontenttype=application/octet-stream
396
replication.timedreplication=false
397
replication.firsttimedreplication=10:00 PM
398
replication.timedreplicationinterval=172800000
399
replication.forcereplicationwaitingtime=30000
400
replication.client.timeout=60000
401
# certificate-based replication configuration
402
replication.certificate.file=/etc/dataone/client/certs/METACAT1.pem
403
replication.privatekey.file=/etc/dataone/client/certs/METACAT1.pem
404
replication.privatekey.password=
405

    
406

    
407
######## Skins  #########################################
408

    
409
skin.names=default,metacatui,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,dataone
410

    
411
############# UI Section ###########################################
412
ui.context=metacatui
413

    
414
######## Document Section  #########################################
415

    
416
#The flag to indicate if invalidated eml 201 documents were corrected.
417
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
418
#schema, which accidentily points to wrong version of eml-resource.xsd.
419
#If this value is false, metacat will run a class to correct eml201 doucment.
420
document.eml201DocumentCorrected=true
421
document.sitecode=nceas
422
document.accNumSeparator=.
423
document.accNumPrefix=autogen
424

    
425
######## Harvester section            #########################################
426

    
427
harvester.connectToMetacat=true
428
harvester.delay=0
429
harvester.administrator=name@institution.edu
430
harvester.logPeriod=90
431
harvester.maxHarvests=0
432
harvester.period=24
433
harvester.smtpServer=localhost
434
harvester.GetDocError=Error getting EML document from site,Error
435
harvester.GetDocSuccess=Success getting EML document from site,Debug
436
harvester.GetHarvestListError=Error getting harvest list from site,Error
437
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
438
harvester.HarvesterStartup=Harvester start up,Info
439
harvester.HarvesterShutdown=Harvester shut down,Info
440
harvester.InsertDocError=Error inserting EML document to Metacat,Error
441
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
442
harvester.MetacatHasDoc=Metacat already has this EML document,Info
443
harvester.UpdateDocError=Error updating EML document to Metacat,Error
444
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
445
harvester.ValidateDocError=Error validating EML docoument,Error
446
harvester.ValidateDocSuccess=Success validating EML document,Debug
447
harvester.ValidateHarvestListError=Error validating harvest list,Error
448
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
449

    
450
######## OAI-PMH section              #######################################
451

    
452
oaipmh.maxListSize=5
453
oaipmh.repositoryIdentifier=localhost:8080
454
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
455
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
456
# Duration of resumption tokens
457
AbstractCatalog.secondsToLive=3600
458
# Choose one of the following two
459
AbstractCatalog.granularity=YYYY-MM-DD
460
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
461
# Custom Identify response values
462
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
463
Identify.adminEmail=mailto:admin@localhost
464
Identify.earliestDatestamp=2000-01-01T00:00:00Z
465
Identify.deletedRecord=no
466
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
467
#Identify.description.1=<description><oai-identifier xmlns\="http\://www.openarchives.org/OAI/2.0/oai-identifier" xmlns\:xsi\="http\://www.w3.org/2001/XMLSchema-instance" xsi\:schemaLocation\="http\://www.openarchives.org/OAI/2.0/oai-identifier http\://www.openarchives.org/OAI/2.0/oai-identifier.xsd"><scheme>oai</scheme><repositoryIdentifier>metacat.lternet.edu</repositoryIdentifier><delimiter>\:</delimiter><sampleIdentifier>http\://metacat.lternet.edu/metacat/metacat/knb-lter-lno.1</sampleIdentifier></oai-identifier></description>
468
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
469
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
470
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
471
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
472
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
473

    
474
######## Spatial section              #########################################
475

    
476
spatial.runSpatialOption=true
477
spatial.regenerateCacheOnRestart=true
478
# Comma-seperated list of schemas containing spatial bounding boxes
479
# name corresponds to the docname stored in xml_documents table
480
spatial.spatialDocnameList=eml,fgdc,metadata
481
# XML paths to the four bounding coordinates
482
# These paths must be included in your indexPaths variable in build.properties
483
# Note the naming convention:
484
#   {docname}_{direction}BoundingCoordinatePath=.....
485
# Has not been tested with other schemas besides EML
486
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
487
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
488
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
489
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
490
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
491
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
492
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
493
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
494
spatial.metadata_westBoundingCoordinatePath=westbc
495
spatial.metadata_eastBoundingCoordinatePath=eastbc
496
spatial.metadata_southBoundingCoordinatePath=southbc
497
spatial.metadata_northBoundingCoordinatePath=northbc
498
spatial.docTitle=dataset/title
499

    
500
######## Geoserver section              #######################################
501

    
502
geoserver.username=admin
503
geoserver.password=geoserver
504
geoserver.context=geoserver
505
geoserver.GEOSERVER_DATA_DIR=
506

    
507

    
508
######## workflowScheduler section              #######################################
509

    
510
workflowScheduler.url=http://localhost/workflowscheduler/scheduler
511
workflowScheduler.authorizationPath=/services/AuthorizationService
512
workflowScheduler.authenticationPath=/services/AuthenticationService
513
workflowScheduler.queryPath=/services/QueryService
514

    
515
######## SiteMap section              #########################################
516

    
517
# relative directory path in which sitemap files should be written
518
## sitemapDirectory=@install-dir@/sitemaps
519

    
520
# Interval (in milliseconds) between rebuilding the sitemap
521
sitemap.interval=86400000
522

    
523
######## Workflow engine section              #########################################
524
executionEngine.workflowRunEngineName=localWorkflowEngine
525
executionEngine.endPointAddress=http://localhost/workflowrunengine/services/KeplerWebService
526
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository
527
######## junit test section  ################
528

    
529
test.printdebug=true
530
test.metacatUrl=http://localhost:8080/metacat/metacat
531
test.contextUrl=http://localhost:8080/metacat
532
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler
533
test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/metacat
534
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
535
test.mcPassword=kepler
536
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
537
test.mcAnotherPassword=test
538
test.referralUser=uid=testreferral,o=UCNRS,dc=ecoinformatics,dc=org
539
test.referralPassword=testreferral
540
test.lterUser=uid=knbuser,o=LTER,dc=ecoinformatics,dc=org
541
test.lterPassword=b1gf1$h
542
test.testProperty=testing
543
test.replication.targetServer=fred.msi.ucsb.edu/metacat
544

    
545
######## Developers Section #########################################
546

    
547
# Set dev.runConfiguration to false to keep the system from walking you 
548
# through the configuration utility every time you reinstall metacat.  
549
# Instead,  the system will use backed up configuration values.  If you 
550
# haven't ever configured the app (no backup files) the system will take 
551
# you through the configuration.
552
dev.runConfiguration=true
553

    
554

    
555
############# DataONE Section #######################################
556
D1Client.CN_URL=https://cn.dataone.org/cn
557
# Configure the Member Node client certificate location
558
D1Client.certificate.file=/var/metacat/certs/METACAT1.pem
559
# Client resources
560
D1Client.resourcesDir=/var/metacat/dataone
561
# Member Node configuration
562
dataone.nodeId=
563
dataone.subject=CN=urn:node:METACAT1,DC=dataone,DC=org
564
dataone.contactSubject=CN=Scientist 1234,DC=dataone,DC=org
565
dataone.nodeName=My Metacat Node
566
dataone.nodeType=mn
567
dataone.nodeDescription=Describe your Member Node briefly.
568
dataone.nodeSynchronize=false
569
dataone.nodeReplicate=false
570
dataone.serviceName=d1
571

    
572
# the synchronization schedule
573
dataone.nodeSynchronization.schedule.year=*
574
dataone.nodeSynchronization.schedule.mon=*
575
dataone.nodeSynchronization.schedule.mday=*
576
dataone.nodeSynchronization.schedule.wday=?
577
dataone.nodeSynchronization.schedule.hour=*
578
dataone.nodeSynchronization.schedule.min=0/3
579
dataone.nodeSynchronization.schedule.sec=10
580

    
581
# The default replication policy
582
dataone.replicationpolicy.default.numreplicas=0
583
dataone.replicationpolicy.default.preferredNodeList=
584
dataone.replicationpolicy.default.blockedNodeList=
585

    
586
# Default checksum algorithm
587
dataone.checksumAlgorithm.default=MD5
588

    
589
# overall services (TODO: mn vs. cn?)
590
dataone.mn.services.enabled=true
591
dataone.mn.registration.submitted=false
592

    
593
# state which versions of each MN tier service are availalble
594
dataone.mnCore.serviceAvailable=true
595
dataone.mnCore.serviceVersion=v1
596
dataone.mnRead.serviceAvailable=true
597
dataone.mnRead.serviceVersion=v1
598
dataone.mnAuthorization.serviceAvailable=true
599
dataone.mnAuthorization.serviceVersion=v1
600
dataone.mnStorage.serviceAvailable=true
601
dataone.mnStorage.serviceVersion=v1
602
dataone.mnReplication.serviceAvailable=true
603
dataone.mnReplication.serviceVersion=v1
604

    
605
# The DataONE storage cluster configuration for Hazelcast
606
#dataone.hazelcast.configFilePath=/etc/dataone/storage/hazelcast.xml
607
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
608
dataone.hazelcast.storageCluster.objectPathMap=hzObjectPath
609
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
610
dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids
611

    
612
# Parameters for connecting to the DataONE process cluster as a Hazelcast client
613
dataone.hazelcast.processCluster.groupName=dev
614
dataone.hazelcast.processCluster.password=dataone
615
dataone.hazelcast.processCluster.instances=127.0.0.1
616
dataone.hazelcast.processCluster.nodesMap=hzNodes
617

    
618
# DataONE types XSLT
619
dataone.types.xsl=/cn/xslt/dataone.types.v1.xsl
620

    
621
# DataONE configuration settings
622
dataone.ore.downloaddata=false
623
dataone.ore.generated=false
624
dataone.systemmetadata.generated=false
625

    
626
############# Global Identifiers Assignment Section ######################
627
guid.assignGUIDs=false
628
guid.ezid.enabled=false
629
guid.ezid.username=apitest
630
guid.ezid.password=apitest
631
guid.ezid.baseurl=https://ezid.cdlib.org/
632
#guid.ezid.baseurl=https://n2t.net/ezid/
633
# optional path for target. do not include hostname here. <IDENTIFIER> is replaced with real value
634
guid.ezid.uritemplate.metadata=/metacatui/#view/<IDENTIFIER>
635
#guid.ezid.uritemplate.data=
636
guid.ezid.doishoulder.1=doi:10.5072/FK2
637
#guid.ezid.doishoulder.1=doi:10.5072/FK2/KNB/
638
#guid.ezid.doishoulder.3=doi:10.5072/FK2/PISCO/
639
#guid.ezid.doishoulder.6=doi:10.5072/FK2/LTER/
640

    
641
############# Index Section ###########################################
642
#The md5 hash numbers for the schema.xml in previous releases. It should be sperator by ';' if it has multiple values.
643
index.schema.previous.hash=714457a3cdd05e034e5df46589b3bfa9;ba7dc67bbf749b02e03d7b7cc6a31def;ebf5b20f9cd18d31c3a6057749ba9397
644
#The md5 hash number for the schema.xml in this release
645
index.schema.current.hash=ebf5b20f9cd18d31c3a6057749ba9397
646
index.context=metacat-index
647
index.resourcemap.namespace=http://www.w3.org/TR/rdf-syntax-grammar;http://www.openarchives.org/ore/terms
648
#The process to regenerate the index when the metacat-index web app starts needs the readiness of the metacat.
649
#The index.regenerate.start.waitingtime (in milliseconds) and index.regenerate.start.maxattempts are used to control the waiting time. 
650
index.regenerate.start.waitingtime=10000
651
index.regenerate.start.maxattempts=600
652
#An interval to run the thread to regenerate solr index which failed before.
653
#If the inerval is less than 0, the thread would not run.
654
index.regenerate.interval=43200000
655
index.eventlog.classname=edu.ucsb.nceas.metacat.index.event.HazelcastIndexEventLog
656
index.hazelcast.indexqueue=hzIndexQueue
657
index.hazelcast.indexeventmap=hzIndexEventMap
658

    
659
############# SOLR Search Section ###########################################
660
#Embedded (default):
661
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
662
solr.homeDir=/var/metacat/solr-home
663
solr.configFileName=solr.xml
664
solr.collectionName=collection1
665
  
666
#HTTP:
667
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
668
#solr.endpoint=http://localhost:8080/solr/
669
#sorl.schema.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=schema.xml
670
#solr.config.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=solrconfig.xml
671
#solr.systeminfo.urlappendix=/admin/system
672
#Solr-home for the http solr server is used to store some files. It can be not really solr home.
673
#solr.homeDir=/var/metacat/solr-home
674

    
(13-13/25)