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

    
125

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

    
141
######## Datamanager section              #######################################
142
datamanager.adapter=PostgresAdapter
143
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
144
datamanager.server=localhost
145
datamanager.database=datamanager
146
datamanager.user=datamanager
147
datamanager.password=datamanager
148
datamanager.maxconnections=10
149

    
150
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/knb/services/QueryService
151
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/knb/services/AuthenticatedQueryService
152
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/knb/services/AuthenticationService
153
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/knb/services/PutService
154
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/knb/services/IdentificationService
155
#datamanager.srb.endpoint=
156
#datamanager.srb.machinename=
157

    
158
######## Plugin section              #######################################
159
plugin.handlers=
160

    
161
######## Authentication and LDAP ##############################################
162

    
163
auth.class=edu.ucsb.nceas.metacat.AuthLdap
164
# Use AuthStub to test and guarantee authentication
165
# auth.class=edu.ucsb.nceas.metacat.AuthStub
166
auth.timeoutMinutes=180
167
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
168
auth.administrators=
169
auth.url=ldap://ldap.ecoinformatics.org:389/
170
auth.surl=ldap://ldap.ecoinformatics.org:389/
171
auth.base=dc=ecoinformatics,dc=org
172
auth.allowedSubmitters=
173
auth.deniedSubmitters=
174
auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org
175
#auth.moderators=cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
176

    
177
# time in milliseconds allowed for ldap server connections
178
ldap.connectTimeLimit=5000
179
# time in milliseconds allowed for ldap server searches
180
ldap.searchTimeLimit=30000
181
# count of return entries allowed for ldap server searches
182
ldap.searchCountLimit=30000
183
ldap.referral=follow
184
ldap.onlySecureConnection=false
185
ldap.onlySecureReferalsConnection=false
186
ldap.recaptcha.publickey=yourPublicKey
187
ldap.recaptcha.privatekey=yourPrivateKey
188
# LDAP templates 
189
ldap.templates.stage=initregister
190
ldap.templates.header=genericHeader.tmpl
191
ldap.templates.footer=genericFooter.tmpl
192
ldap.templates.changePass=ldapChangePass.tmpl
193
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
194
ldap.templates.resetPass=ldapResetPass.tmpl
195
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
196
ldap.templates.register=ldapRegister.tmpl
197
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
198
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
199
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
200
ldap.templates.verificationSuccess=ldapVerificationSuccess.tmpl
201
ldap.templates.verificationFailed=ldapVerificationFailed.tmpl
202
ldap.templates.registerLter=ldapRegisterLter.tmpl
203
ldap.templates.success=ldapRegisterSuccess.tmpl
204
ldap.templates.failed=ldapRegisterFailed.tmpl
205
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
206
ldap.templates.searchResults=searchResults.tmpl
207
#The property defines a default value which controls the list of organization names showing in the account registeration, password reset and change password templates for all skins.
208
#The value of the property will be overwritten if a skin properties file defines the property as well.
209
#The value of the property should be defined in the organization.name.VALUE=something in the organization part.
210
#Multiple vlaues will be separated by ";".
211
ldap.templates.organizationList=Account
212

    
213
############### Session Values ###############
214
session.timeoutMinutes=360
215

    
216
############### Organization Values ###############
217
organization.configured.NCEAS=false
218
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
219
organization.configured.OBFS=false
220
organization.name.OBFS=Organization of Biological Field Stations
221
organization.configured.OSUSB=false
222
organization.name.OSUSB=
223
organization.configured.UCNRS=false
224
organization.name.UCNRS=University of California Natural Reserve System
225
organization.base.UCNRS=ou=people,o=ucnrs.org
226
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
227
organization.password.UCNRS=
228
organization.configured.KU=false
229
organization.name.KU=
230
organization.configured.LTER=false
231
organization.name.LTER=
232
organization.configured.UVM=false
233
organization.name.UVM=
234
organization.configured.SDSC=false
235
organization.name.SDSC=
236
organization.configured.MSU=false
237
organization.name.MSU=
238
organization.configured.NAPIER=false
239
organization.name.NAPIER=
240
organization.configured.SANPARKS=false
241
organization.name.SANPARKS=Kruger National Park
242
organization.org.SANPARKS=o=SANPARKS
243
organization.configured.SAEON=false
244
organization.name.SAEON=South African Environmental Observation Network Repository
245
organization.org.SAEON=o=SAEON
246

    
247
organization.name.unaffiliated=unaffiliated
248
organization.base.unaffiliated=dc=ecoinformatics,dc=org
249
organization.org.unaffiliated=o=unaffiliated
250
organization.user.unaffiliated=cn=Manager
251
organization.password.unaffiliated=
252

    
253
organization.name.Account=Account
254
organization.base.Account=dc=ecoinformatics,dc=org
255
organization.org.Account=ou=Account
256
organization.user.Account=cn=Manager
257
organization.password.Account=
258

    
259
######## XML / EML  #########################################
260

    
261
xml.saxparser=org.apache.xerces.parsers.SAXParser
262
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0
263
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1
264
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0
265
xml.eml2_1_1namespace=eml://ecoinformatics.org/eml-2.1.1
266
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns#
267
xml.useFullSchemaValidation=true
268
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
269
xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
270
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
271
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
272
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
273
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
274
xml.indexPaths=                            \
275
	@packageId,                            \
276
	/reviewHistory/review/packageId,       \
277
	abstract,                              \
278
	abstract/value,                        \
279
	abstract/para,                         \
280
	abstract/para/value,                   \
281
	access/allow/principal,                \
282
	additionalMetadata/metadata/spatialResolution/value,	\
283
	additionalMetadata/metadata/spatialResolution/units,	\
284
	additionalMetadata/moderatorComment,   \
285
	associatedParty/individualName/surName,                           \
286
	associatedParty/organizationName,                                 \
287
	coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName,   \
288
	coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName,     \
289
	coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName,           \
290
	coverage/temporalCoverage/rangeOfDates/beginDate/calendarDate,   \
291
	coverage/temporalCoverage/rangeOfDates/endDate/calendarDate,     \
292
	coverage/temporalCoverage/singleDateTime/calendarDate,           \	
293
	coverage/temporalCoverage/rangeOfDates/beginDate/time,   \
294
	coverage/temporalCoverage/rangeOfDates/endDate/time,     \
295
	coverage/temporalCoverage/singleDateTime/time,           \		
296
	creator/individualName/surName,        \
297
	creator/individualName/givenName,      \
298
	creator/organizationName,              \
299
	dataset/access/allow/principal,        \
300
	dataset/dataTable/physical/distribution/online/url,               \
301
	dataset/dataTable/physical/distribution/online/url/@function,     \
302
	dataset/spatialRaster/physical/distribution/online/url,           \
303
	dataset/spatialRaster/physical/distribution/online/url/@function, \
304
	dataset/otherEntity/physical/distribution/online/url,           \
305
	dataset/otherEntity/physical/distribution/online/url/@function, \
306
	physical/encodingMethod, \
307
	dataset/title,                         \
308
	dataset/title/value,                   \
309
	eastBoundingCoordinate,                \
310
	eastbc,                                \
311
	EcogridRegEntry/description,           \
312
	EcogridRegEntry/endPoint,              \
313
	EcogridRegEntry/serviceName,           \
314
	entityName,                            \
315
	geographicCoverage/boundingCoordinates/eastBoundingCoordinate,    \
316
	geographicCoverage/boundingCoordinates/northBoundingCoordinate,   \
317
	geographicCoverage/boundingCoordinates/southBoundingCoordinate,   \
318
	geographicCoverage/boundingCoordinates/westBoundingCoordinate,    \
319
	geographicDescription,                 \
320
	givenName,                             \
321
	idinfo/citation/citeinfo/title,        \
322
	idinfo/citation/citeinfo/origin,       \
323
	idinfo/keywords/theme/themekey,        \
324
	individualName/surName,                \
325
	keyword,                               \
326
	karEntry/karEntryAttributes/type,      \
327
	karEntry/karEntryXML/property/property/@name,           \
328
	karEntry/karEntryXML/property/property/@value,          \
329
	karEntry/karEntryXML/property/property/property/@name,  \
330
	karEntry/karEntryXML/property/property/property/@value, \
331
	karFileName,                           \
332
	karFileSize,                           \
333
	keyword/value,                         \
334
	literalLayout,                         \
335
	mainAttributes/lsid,                   \
336
	northbc,                               \
337
	northBoundingCoordinate,               \
338
	organizationName,                      \
339
	originator/individualName/surName,     \
340
	originator/individualName/givenName,   \
341
	originator/organizationName,           \
342
	para,                                  \
343
	placekey,                              \
344
	southBoundingCoordinate,               \
345
	southbc,                               \
346
	surName,                               \
347
	taxonomicClassification/taxonRankName,          \
348
	taxonomicClassification/taxonRankValue,         \
349
	taxonRankValue,                        \
350
	title,                                 \
351
	westBoundingCoordinate,                \
352
	westbc
353

    
354
######## Outgoing email  #########################################
355

    
356
email.mailhost=localhost
357
email.sender=knb-software@nceas.ucsb.edu
358
email.admin=KNB Support
359
email.recipient=knb-software@nceas.ucsb.edu
360

    
361
######## Replication properties  #########################################
362

    
363
replication.logdir=
364
## deltaT=60
365
## debuglevel=55
366
replication.datafileflag=datafile
367
## TODO MCD this seems to be used in other placed besides replication
368
replication.datafilesizelimit=1000
369
replication.defaultcontenttype=application/octet-stream
370
replication.timedreplication=false
371
replication.firsttimedreplication=10:00 PM
372
replication.timedreplicationinterval=172800000
373
replication.forcereplicationwaitingtime=30000
374
replication.client.timeout=60000
375
# certificate-based replication configuration
376
replication.certificate.file=/etc/dataone/client/certs/METACAT1.pem
377
replication.privatekey.file=/etc/dataone/client/certs/METACAT1.pem
378
replication.privatekey.password=
379

    
380

    
381
######## Skins  #########################################
382

    
383
skin.names=default,metacatui,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,dataone
384
######## Document Section  #########################################
385

    
386
#The flag to indicate if invalidated eml 201 documents were corrected.
387
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
388
#schema, which accidentily points to wrong version of eml-resource.xsd.
389
#If this value is false, metacat will run a class to correct eml201 doucment.
390
document.eml201DocumentCorrected=true
391
document.sitecode=nceas
392
document.accNumSeparator=.
393
document.accNumPrefix=autogen
394

    
395
######## Harvester section            #########################################
396

    
397
harvester.connectToMetacat=true
398
harvester.delay=0
399
harvester.administrator=name@institution.edu
400
harvester.logPeriod=90
401
harvester.maxHarvests=0
402
harvester.period=24
403
harvester.smtpServer=localhost
404
harvester.GetDocError=Error getting EML document from site,Error
405
harvester.GetDocSuccess=Success getting EML document from site,Debug
406
harvester.GetHarvestListError=Error getting harvest list from site,Error
407
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
408
harvester.HarvesterStartup=Harvester start up,Info
409
harvester.HarvesterShutdown=Harvester shut down,Info
410
harvester.InsertDocError=Error inserting EML document to Metacat,Error
411
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
412
harvester.MetacatHasDoc=Metacat already has this EML document,Info
413
harvester.UpdateDocError=Error updating EML document to Metacat,Error
414
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
415
harvester.ValidateDocError=Error validating EML docoument,Error
416
harvester.ValidateDocSuccess=Success validating EML document,Debug
417
harvester.ValidateHarvestListError=Error validating harvest list,Error
418
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
419

    
420
######## OAI-PMH section              #######################################
421

    
422
oaipmh.maxListSize=5
423
oaipmh.repositoryIdentifier=localhost:8080
424
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
425
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
426
# Duration of resumption tokens
427
AbstractCatalog.secondsToLive=3600
428
# Choose one of the following two
429
AbstractCatalog.granularity=YYYY-MM-DD
430
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
431
# Custom Identify response values
432
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
433
Identify.adminEmail=mailto:admin@localhost
434
Identify.earliestDatestamp=2000-01-01T00:00:00Z
435
Identify.deletedRecord=no
436
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
437
#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/knb/metacat/knb-lter-lno.1</sampleIdentifier></oai-identifier></description>
438
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
439
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
440
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
441
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
442
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
443

    
444
######## Spatial section              #########################################
445

    
446
spatial.runSpatialOption=true
447
spatial.regenerateCacheOnRestart=true
448
# Comma-seperated list of schemas containing spatial bounding boxes
449
# name corresponds to the docname stored in xml_documents table
450
spatial.spatialDocnameList=eml,fgdc,metadata
451
# XML paths to the four bounding coordinates
452
# These paths must be included in your indexPaths variable in build.properties
453
# Note the naming convention:
454
#   {docname}_{direction}BoundingCoordinatePath=.....
455
# Has not been tested with other schemas besides EML
456
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
457
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
458
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
459
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
460
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
461
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
462
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
463
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
464
spatial.metadata_westBoundingCoordinatePath=westbc
465
spatial.metadata_eastBoundingCoordinatePath=eastbc
466
spatial.metadata_southBoundingCoordinatePath=southbc
467
spatial.metadata_northBoundingCoordinatePath=northbc
468
spatial.docTitle=dataset/title
469

    
470
######## Geoserver section              #######################################
471

    
472
geoserver.username=admin
473
geoserver.password=geoserver
474
geoserver.context=geoserver
475
geoserver.GEOSERVER_DATA_DIR=
476

    
477

    
478
######## workflowScheduler section              #######################################
479

    
480
workflowScheduler.url=http://localhost/workflowscheduler/scheduler
481
workflowScheduler.authorizationPath=/services/AuthorizationService
482
workflowScheduler.authenticationPath=/services/AuthenticationService
483
workflowScheduler.queryPath=/services/QueryService
484

    
485
######## SiteMap section              #########################################
486

    
487
# relative directory path in which sitemap files should be written
488
## sitemapDirectory=@install-dir@/sitemaps
489

    
490
# Interval (in milliseconds) between rebuilding the sitemap
491
sitemap.interval=86400000
492

    
493
######## Workflow engine section              #########################################
494
executionEngine.workflowRunEngineName=localWorkflowEngine
495
executionEngine.endPointAddress=http://localhost/workflowrunengine/services/KeplerWebService
496
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository
497
######## junit test section  ################
498

    
499
test.printdebug=true
500
test.metacatUrl=http://localhost:8080/knb/metacat
501
test.contextUrl=http://localhost:8080/knb
502
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler
503
test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/knb
504
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
505
test.mcPassword=kepler
506
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
507
test.mcAnotherPassword=test
508
test.referralUser=uid=testreferral,o=UCNRS,dc=ecoinformatics,dc=org
509
test.referralPassword=testreferral
510
test.lterUser=uid=knbuser,o=LTER,dc=ecoinformatics,dc=org
511
test.lterPassword=b1gf1$h
512
test.testProperty=testing
513
test.replication.targetServer=fred.msi.ucsb.edu/knb
514

    
515
######## Developers Section #########################################
516

    
517
# Set dev.runConfiguration to false to keep the system from walking you 
518
# through the configuration utility every time you reinstall metacat.  
519
# Instead,  the system will use backed up configuration values.  If you 
520
# haven't ever configured the app (no backup files) the system will take 
521
# you through the configuration.
522
dev.runConfiguration=true
523

    
524

    
525
############# DataONE Section #######################################
526
D1Client.CN_URL=https://cn.dataone.org/cn
527
# Configure the Member Node client certificate location
528
D1Client.certificate.file=/var/metacat/certs/METACAT1.pem
529
# Client resources
530
D1Client.resourcesDir=/var/metacat/dataone
531
# Member Node configuration
532
dataone.nodeId=
533
dataone.subject=CN=urn:node:METACAT1,DC=dataone,DC=org
534
dataone.contactSubject=CN=Scientist 1234,DC=dataone,DC=org
535
dataone.nodeName=My Metacat Node
536
dataone.nodeType=mn
537
dataone.nodeDescription=Describe your Member Node briefly.
538
dataone.nodeSynchronize=false
539
dataone.nodeReplicate=false
540
dataone.serviceName=d1
541

    
542
# the synchronization schedule
543
dataone.nodeSynchronization.schedule.year=*
544
dataone.nodeSynchronization.schedule.mon=*
545
dataone.nodeSynchronization.schedule.mday=*
546
dataone.nodeSynchronization.schedule.wday=?
547
dataone.nodeSynchronization.schedule.hour=*
548
dataone.nodeSynchronization.schedule.min=0/3
549
dataone.nodeSynchronization.schedule.sec=10
550

    
551
# The default replication policy
552
dataone.replicationpolicy.default.numreplicas=0
553
dataone.replicationpolicy.default.preferredNodeList=
554
dataone.replicationpolicy.default.blockedNodeList=
555

    
556
# Default checksum algorithm
557
dataone.checksumAlgorithm.default=MD5
558

    
559
# overall services (TODO: mn vs. cn?)
560
dataone.mn.services.enabled=true
561
dataone.mn.registration.submitted=false
562

    
563
# state which versions of each MN tier service are availalble
564
dataone.mnCore.serviceAvailable=true
565
dataone.mnCore.serviceVersion=v1
566
dataone.mnRead.serviceAvailable=true
567
dataone.mnRead.serviceVersion=v1
568
dataone.mnAuthorization.serviceAvailable=true
569
dataone.mnAuthorization.serviceVersion=v1
570
dataone.mnStorage.serviceAvailable=true
571
dataone.mnStorage.serviceVersion=v1
572
dataone.mnReplication.serviceAvailable=true
573
dataone.mnReplication.serviceVersion=v1
574

    
575
# The DataONE storage cluster configuration for Hazelcast
576
#dataone.hazelcast.configFilePath=/etc/dataone/storage/hazelcast.xml
577
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
578
dataone.hazelcast.storageCluster.objectPathMap=hzObjectPath
579
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
580
dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids
581

    
582
# Parameters for connecting to the DataONE process cluster as a Hazelcast client
583
dataone.hazelcast.processCluster.groupName=dev
584
dataone.hazelcast.processCluster.password=dataone
585
dataone.hazelcast.processCluster.instances=127.0.0.1
586
dataone.hazelcast.processCluster.nodesMap=hzNodes
587

    
588
# DataONE types XSLT
589
dataone.types.xsl=/cn/xslt/dataone.types.v1.xsl
590

    
591
# DataONE configuration settings
592
dataone.ore.downloaddata=false
593
dataone.ore.generated=false
594
dataone.systemmetadata.generated=false
595

    
596
############# Global Identifiers Assignment Section ######################
597
guid.assignGUIDs=false
598
guid.ezid.enabled=false
599
guid.ezid.username=apitest
600
guid.ezid.password=apitest
601
guid.ezid.baseurl=https://n2t.net/ezid/
602
# optional path for target. do not include hostname here. <IDENTIFIER> is replaced with real value
603
guid.ezid.uritemplate.metadata=/metacatui/#view/<IDENTIFIER>
604
#guid.ezid.uritemplate.data=
605
guid.ezid.doishoulder.1=doi:10.5072/FK2
606
#guid.ezid.doishoulder.1=doi:10.5072/FK2/KNB/
607
#guid.ezid.doishoulder.3=doi:10.5072/FK2/PISCO/
608
#guid.ezid.doishoulder.6=doi:10.5072/FK2/LTER/
609

    
610
############# Index Section ###########################################
611
index.context=metacat-index
612
index.resourcemap.namespace=http://www.w3.org/TR/rdf-syntax-grammar;http://www.openarchives.org/ore/terms
613
#The process to regenerate the index when the metacat-index web app starts needs the readiness of the metacat.
614
#The index.regenerate.start.waitingtime (in milliseconds) and index.regenerate.start.maxattempts are used to control the waiting time. 
615
index.regenerate.start.waitingtime=10000
616
index.regenerate.start.maxattempts=600
617
#An interval to run the thread to regenerate solr index which failed before.
618
#If the inerval is less than 0, the thread would not run.
619
index.regenerate.interval=43200000
620
index.eventlog.classname=edu.ucsb.nceas.metacat.index.event.HazelcastIndexEventLog
621
index.hazelcast.indexqueue=hzIndexQueue
622
index.hazelcast.indexeventmap=hzIndexEventMap
623

    
624
############# SOLR Search Section ###########################################
625
#Embedded (default):
626
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
627
solr.homeDir=/var/metacat/solr-home
628
solr.configFileName=solr.xml
629
solr.collectionName=collection1
630
  
631
#HTTP:
632
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
633
#solr.endpoint=http://localhost:8080/solr/
634
#sorl.schema.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=schema.xml
635
#solr.config.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=solrconfig.xml
636
#solr.systeminfo.urlappendix=/admin/system
637
#Solr-home for the http solr server is used to store some files. It can be not really solr home.
638
#solr.homeDir=/var/metacat/solr-home
(15-15/27)