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 7815 2013-06-21 16:09:48Z leinfelder $'
5
#
6

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

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

    
122

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

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

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

    
155
######## Plugin section              #######################################
156
plugin.handlers=
157

    
158
######## Authentication and LDAP ##############################################
159

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

    
174
# time in milliseconds allowed for ldap server connections
175
ldap.connectTimeLimit=5000
176
# time in milliseconds allowed for ldap server searches
177
ldap.searchTimeLimit=30000
178
# count of return entries allowed for ldap server searches
179
ldap.searchCountLimit=30000
180
ldap.referral=follow
181
ldap.onlySecureConnection=false
182
ldap.onlySecureReferalsConnection=false
183
# LDAP templates 
184
ldap.templates.stage=initregister
185
ldap.templates.header=genericHeader.tmpl
186
ldap.templates.footer=genericFooter.tmpl
187
ldap.templates.changePass=ldapChangePass.tmpl
188
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
189
ldap.templates.resetPass=ldapResetPass.tmpl
190
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
191
ldap.templates.register=ldapRegister.tmpl
192
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
193
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
194
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
195
ldap.templates.registerLter=ldapRegisterLter.tmpl
196
ldap.templates.success=ldapRegisterSuccess.tmpl
197
ldap.templates.failed=ldapRegisterFailed.tmpl
198
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
199
ldap.templates.searchResults=searchResults.tmpl
200

    
201
############### Session Values ###############
202
session.timeoutMinutes=360
203

    
204
############### Organization Values ###############
205
organization.configured.NCEAS=false
206
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
207
organization.configured.OBFS=false
208
organization.name.OBFS=Organization of Biological Field Stations
209
organization.configured.OSUSB=false
210
organization.name.OSUSB=
211
organization.configured.UCNRS=false
212
organization.name.UCNRS=University of California Natural Reserve System
213
organization.base.UCNRS=ou=people,o=ucnrs.org
214
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
215
organization.password.UCNRS=
216
organization.configured.KU=false
217
organization.name.KU=
218
organization.configured.LTER=false
219
organization.name.LTER=
220
organization.configured.UVM=false
221
organization.name.UVM=
222
organization.configured.SDSC=false
223
organization.name.SDSC=
224
organization.configured.MSU=false
225
organization.name.MSU=
226
organization.configured.NAPIER=false
227
organization.name.NAPIER=
228
organization.configured.SANPARKS=false
229
organization.name.SANPARKS=Kruger National Park
230
organization.configured.SAEON=false
231
organization.name.SAEON=South African Environmental Observation Network Repository
232

    
233
organization.name.unaffiliated=unaffiliated
234
organization.base.unaffiliated=dc=ecoinformatics,dc=org
235
organization.org.unaffiliated=o=unaffiliated
236
organization.user.unaffiliated=cn=Manager
237
organization.password.unaffiliated=
238

    
239
######## XML / EML  #########################################
240

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

    
334
######## Outgoing email  #########################################
335

    
336
email.mailhost=localhost
337
email.sender=knb-software@nceas.ucsb.edu
338
email.admin=KNB Support
339
email.recipient=knb-software@nceas.ucsb.edu
340

    
341
######## Replication properties  #########################################
342

    
343
replication.logdir=
344
## deltaT=60
345
## debuglevel=55
346
replication.datafileflag=datafile
347
## TODO MCD this seems to be used in other placed besides replication
348
replication.datafilesizelimit=1000
349
replication.defaultcontenttype=application/octet-stream
350
replication.timedreplication=false
351
replication.firsttimedreplication=10:00 PM
352
replication.timedreplicationinterval=172800000
353
replication.forcereplicationwaitingtime=30000
354
replication.client.timeout=60000
355
# certificate-based replication configuration
356
replication.certificate.file=/etc/dataone/client/certs/METACAT1.pem
357
replication.privatekey.file=/etc/dataone/client/certs/METACAT1.pem
358
replication.privatekey.password=
359

    
360

    
361
######## Skins  #########################################
362

    
363
skin.names=default,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,dataone
364
######## Document Section  #########################################
365

    
366
#The flag to indicate if invalidated eml 201 documents were corrected.
367
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
368
#schema, which accidentily points to wrong version of eml-resource.xsd.
369
#If this value is false, metacat will run a class to correct eml201 doucment.
370
document.eml201DocumentCorrected=true
371
document.sitecode=nceas
372
document.accNumSeparator=.
373
document.accNumPrefix=autogen
374

    
375
######## Harvester section            #########################################
376

    
377
harvester.connectToMetacat=true
378
harvester.delay=0
379
harvester.administrator=name@institution.edu
380
harvester.logPeriod=90
381
harvester.maxHarvests=0
382
harvester.period=24
383
harvester.smtpServer=localhost
384
harvester.GetDocError=Error getting EML document from site,Error
385
harvester.GetDocSuccess=Success getting EML document from site,Debug
386
harvester.GetHarvestListError=Error getting harvest list from site,Error
387
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
388
harvester.HarvesterStartup=Harvester start up,Info
389
harvester.HarvesterShutdown=Harvester shut down,Info
390
harvester.InsertDocError=Error inserting EML document to Metacat,Error
391
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
392
harvester.MetacatHasDoc=Metacat already has this EML document,Info
393
harvester.UpdateDocError=Error updating EML document to Metacat,Error
394
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
395
harvester.ValidateDocError=Error validating EML docoument,Error
396
harvester.ValidateDocSuccess=Success validating EML document,Debug
397
harvester.ValidateHarvestListError=Error validating harvest list,Error
398
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
399

    
400
######## OAI-PMH section              #######################################
401

    
402
oaipmh.maxListSize=5
403
oaipmh.repositoryIdentifier=localhost:8080
404
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
405
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
406
# Duration of resumption tokens
407
AbstractCatalog.secondsToLive=3600
408
# Choose one of the following two
409
AbstractCatalog.granularity=YYYY-MM-DD
410
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
411
# Custom Identify response values
412
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
413
Identify.adminEmail=mailto:admin@localhost
414
Identify.earliestDatestamp=2000-01-01T00:00:00Z
415
Identify.deletedRecord=no
416
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
417
#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>
418
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
419
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
420
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
421
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
422
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
423

    
424
######## Spatial section              #########################################
425

    
426
spatial.runSpatialOption=true
427
spatial.regenerateCacheOnRestart=true
428
# Comma-seperated list of schemas containing spatial bounding boxes
429
# name corresponds to the docname stored in xml_documents table
430
spatial.spatialDocnameList=eml,fgdc,metadata
431
# XML paths to the four bounding coordinates
432
# These paths must be included in your indexPaths variable in build.properties
433
# Note the naming convention:
434
#   {docname}_{direction}BoundingCoordinatePath=.....
435
# Has not been tested with other schemas besides EML
436
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
437
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
438
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
439
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
440
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
441
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
442
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
443
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
444
spatial.metadata_westBoundingCoordinatePath=westbc
445
spatial.metadata_eastBoundingCoordinatePath=eastbc
446
spatial.metadata_southBoundingCoordinatePath=southbc
447
spatial.metadata_northBoundingCoordinatePath=northbc
448
spatial.docTitle=dataset/title
449

    
450
######## Geoserver section              #######################################
451

    
452
geoserver.username=admin
453
geoserver.password=geoserver
454
geoserver.context=geoserver
455
geoserver.GEOSERVER_DATA_DIR=
456

    
457

    
458
######## workflowScheduler section              #######################################
459

    
460
workflowScheduler.url=http://localhost/workflowscheduler/scheduler
461
workflowScheduler.authorizationPath=/services/AuthorizationService
462
workflowScheduler.authenticationPath=/services/AuthenticationService
463
workflowScheduler.queryPath=/services/QueryService
464

    
465
######## SiteMap section              #########################################
466

    
467
# relative directory path in which sitemap files should be written
468
## sitemapDirectory=@install-dir@/sitemaps
469

    
470
# Interval (in milliseconds) between rebuilding the sitemap
471
sitemap.interval=86400000
472

    
473
######## Workflow engine section              #########################################
474
executionEngine.workflowRunEngineName=localWorkflowEngine
475
executionEngine.endPointAddress=http://localhost/workflowrunengine/services/KeplerWebService
476
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository
477
######## junit test section  ################
478

    
479
test.printdebug=true
480
test.metacatUrl=http://localhost:8080/knb/metacat
481
test.contextUrl=http://localhost:8080/knb
482
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler
483
test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/knb
484
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
485
test.mcPassword=kepler
486
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
487
test.mcAnotherPassword=test
488
test.referralUser=uid=testreferral,o=UCNRS,dc=ecoinformatics,dc=org
489
test.referralPassword=testreferral
490
test.lterUser=uid=knbuser,o=LTER,dc=ecoinformatics,dc=org
491
test.lterPassword=b1gf1$h
492
test.testProperty=testing
493
test.replication.targetServer=fred.msi.ucsb.edu/knb
494

    
495
######## Developers Section #########################################
496

    
497
# Set dev.runConfiguration to false to keep the system from walking you 
498
# through the configuration utility every time you reinstall metacat.  
499
# Instead,  the system will use backed up configuration values.  If you 
500
# haven't ever configured the app (no backup files) the system will take 
501
# you through the configuration.
502
dev.runConfiguration=true
503

    
504

    
505
############# DataONE Section #######################################
506
D1Client.CN_URL=https://cn.dataone.org/cn
507
# Configure the Member Node client certificate location
508
D1Client.certificate.file=/var/metacat/certs/METACAT1.pem
509
# Client resources
510
D1Client.resourcesDir=/var/metacat/dataone
511
# Member Node configuration
512
dataone.nodeId=
513
dataone.subject=CN=METACAT1, DC=dataone, DC=org
514
dataone.contactSubject=CN=METACAT1, DC=dataone, DC=org
515
dataone.nodeName=My Metacat Node
516
dataone.nodeType=mn
517
dataone.nodeDescription=Describe your Member Node briefly.
518
dataone.nodeSynchronize=false
519
dataone.nodeReplicate=false
520
dataone.serviceName=d1
521

    
522
# the synchronization schedule
523
dataone.nodeSynchronization.schedule.year=*
524
dataone.nodeSynchronization.schedule.mon=*
525
dataone.nodeSynchronization.schedule.mday=*
526
dataone.nodeSynchronization.schedule.wday=?
527
dataone.nodeSynchronization.schedule.hour=*
528
dataone.nodeSynchronization.schedule.min=0/3
529
dataone.nodeSynchronization.schedule.sec=10
530

    
531
# The default replication policy
532
dataone.replicationpolicy.default.numreplicas=0
533
dataone.replicationpolicy.default.preferredNodeList=
534
dataone.replicationpolicy.default.blockedNodeList=
535

    
536
# Default checksum algorithm
537
dataone.checksumAlgorithm.default=MD5
538

    
539
# overall services (TODO: mn vs. cn?)
540
dataone.mn.services.enabled=true
541
dataone.mn.registration.submitted=false
542

    
543
# state which versions of each MN tier service are availalble
544
dataone.mnCore.serviceAvailable=true
545
dataone.mnCore.serviceVersion=v1
546
dataone.mnRead.serviceAvailable=true
547
dataone.mnRead.serviceVersion=v1
548
dataone.mnAuthorization.serviceAvailable=true
549
dataone.mnAuthorization.serviceVersion=v1
550
dataone.mnStorage.serviceAvailable=true
551
dataone.mnStorage.serviceVersion=v1
552
dataone.mnReplication.serviceAvailable=true
553
dataone.mnReplication.serviceVersion=v1
554

    
555
# The DataONE storage cluster configuration for Hazelcast
556
#dataone.hazelcast.configFilePath=/etc/dataone/storage/hazelcast.xml
557
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
558
dataone.hazelcast.storageCluster.objectPathMap=hzObjectPath
559
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
560
dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids
561

    
562
# Parameters for connecting to the DataONE process cluster as a Hazelcast client
563
dataone.hazelcast.processCluster.groupName=dev
564
dataone.hazelcast.processCluster.password=dataone
565
dataone.hazelcast.processCluster.instances=127.0.0.1
566
dataone.hazelcast.processCluster.nodesMap=hzNodes
567

    
568
# DataONE types XSLT
569
dataone.types.xsl=/cn/xslt/dataone.types.v1.xsl
570

    
571
# DataONE configuration settings
572
dataone.ore.downloaddata=false
573
dataone.ore.generated=false
574
dataone.systemmetadata.generated=false
575

    
576
############# Global Identifiers Assignment Section ######################
577
guid.assignGUIDs=false
578
guid.ezid.enabled=false
579
guid.ezid.username=apitest
580
guid.ezid.password=apitest
581
guid.ezid.baseurl=https://n2t.net/ezid/
582
guid.ezid.doishoulder.1=doi:10.5072/FK2
583
#guid.ezid.doishoulder.1=doi:10.5072/FK2/KNB/
584
#guid.ezid.doishoulder.3=doi:10.5072/FK2/PISCO/
585
#guid.ezid.doishoulder.6=doi:10.5072/FK2/LTER/
586

    
587
############# Index Section ###########################################
588
index.context=metacat-index
589
index.resourcemap.namespace=http://www.w3.org/TR/rdf-syntax-grammar;http://www.openarchives.org/ore/terms
590
#The process to regenerate the index when the metacat-index web app starts needs the readiness of the metacat.
591
#The index.regenerate.start.waitingtime (in milliseconds) and index.regenerate.start.maxattempts are used to control the waiting time. 
592
index.regenerate.start.waitingtime=10000
593
index.regenerate.start.maxattempts=600
594
#An interval to run the thread to regenerate solr index which failed before.
595
#If the inerval is less than 0, the thread would not run.
596
index.regenerate.interval=7200000
597
index.eventlog.classname=edu.ucsb.nceas.metacat.index.event.IndexEventFileLog
598
index.hazelcast.indexqueue=hzIndexQueue
599
index.hazelcast.indexeventmap=hzIndexEventMap
600

    
601
############# SOLR Search Section ###########################################
602
#Embedded (default):
603
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
604
solr.homeDir=/var/metacat/solr-home
605
solr.configFileName=solr.xml
606
solr.collectionName=collection1
607
  
608
#HTTP:
609
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
610
#solr.endpoint=http://localhost:8080/solr/
611
#sorl.schema.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=schema.xml
612
#solr.config.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=solrconfig.xml
613
#solr.systeminfo.urlappendix=/admin/system
(15-15/27)