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 8656 2014-02-26 15:55:31Z 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.1
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
database.upgradeVersion.2.4.1=upgrade-db-to-2.4.1
91
## for running java-based utilities
92
database.upgradeUtility.1.5.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade1_5_0
93
database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0
94
database.upgradeUtility.2.3.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_3_0
95
database.upgradeUtility.2.4.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_4_0
96
database.initialConnections=5
97
database.incrementConnections=5
98
# be sure to increase SQL connection limits accordingly:
99
database.maximumConnections=200
100
database.maximumConnectionAge=120000
101
database.maximumConnectionTime=60000
102
database.maximumUsageNumber=100
103
database.connectionCountWarnLimit=15
104
database.numberOfIndexingThreads=5
105
database.indexingTimerTaskTime=604800000
106
database.indexingInitialDelay=3600000
107
database.maximumIndexDelay=5000
108
database.runDBConnectionRecycleThread=off
109
database.cycleTimeOfDBConnection=30000
110
database.queryignoredparams=enableediting,foo
111
database.usexmlindex=true
112
# used for the setting the size of resultset for applications like morpho
113
database.appResultsetSize=7000
114
# used for the setting the size of resultset for searches done using browsers
115
database.webResultsetSize=7000
116
# the value of xml_returnfield.usage_count should be more than this value
117
# for records to be entered into xml_queryresult. so if you want results for
118
# any combination of returnfields to be stored in xml_queryresult only when
119
# that combination has been requested 50 times, set this value to 50
120
database.xmlReturnfieldCount=0
121
# used for the setting the size of queryresult_string in queryresult table.
122
# the limit is 4000 for oracle
123
database.queryresultStringLength=500000
124
#the size of query result cache
125
database.queryresultCacheSize=500
126
#turn on or off the query result cache
127
database.queryCacheOn=true
128
#the time in milliseconds that an squery can run before metacat logs a warning
129
database.queryTimeWarnLimit=30000
130
#the time in milliseconds that an squery can run before metacat logs a warning
131
database.squeryTimeWarnLimit=30000
132

    
133

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

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

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

    
166
######## Plugin section              #######################################
167
plugin.handlers=
168

    
169
######## Authentication  ##############################################
170

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

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

    
236
############### Session Values ###############
237
session.timeoutMinutes=360
238

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

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

    
278

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

    
287
######## XML / EML  #########################################
288

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

    
382
######## Outgoing email  #########################################
383

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

    
389
######## Replication properties  #########################################
390

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

    
408

    
409
######## Skins  #########################################
410

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

    
413
############# UI Section ###########################################
414
ui.context=metacatui
415

    
416
######## Document Section  #########################################
417

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

    
427
######## Harvester section            #########################################
428

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

    
452
######## OAI-PMH section              #######################################
453

    
454
oaipmh.maxListSize=5
455
oaipmh.repositoryIdentifier=localhost:8080
456
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
457
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
458
# Duration of resumption tokens
459
AbstractCatalog.secondsToLive=3600
460
# Choose one of the following two
461
AbstractCatalog.granularity=YYYY-MM-DD
462
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
463
# Custom Identify response values
464
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
465
Identify.adminEmail=mailto:admin@localhost
466
Identify.earliestDatestamp=2000-01-01T00:00:00Z
467
Identify.deletedRecord=no
468
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
469
#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>
470
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
471
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
472
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
473
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
474
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
475

    
476
######## Spatial section              #########################################
477

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

    
502
######## Geoserver section              #######################################
503

    
504
geoserver.username=admin
505
geoserver.password=geoserver
506
geoserver.context=geoserver
507
geoserver.GEOSERVER_DATA_DIR=
508

    
509

    
510
######## workflowScheduler section              #######################################
511

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

    
517
######## SiteMap section              #########################################
518

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

    
522
# Interval (in milliseconds) between rebuilding the sitemap
523
sitemap.interval=86400000
524

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

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

    
547
######## Developers Section #########################################
548

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

    
556

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

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

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

    
588
# Default checksum algorithm
589
dataone.checksumAlgorithm.default=MD5
590

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

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

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

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

    
620
# DataONE types XSLT
621
dataone.types.xsl=/cn/xslt/dataone.types.v1.xsl
622

    
623
# DataONE configuration settings
624
dataone.ore.downloaddata=false
625
dataone.ore.generated=false
626
dataone.systemmetadata.generated=false
627

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

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

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

    
(13-13/25)