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

    
121

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

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

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

    
153
######## Plugin section              #######################################
154
plugin.handlers=
155

    
156
######## Authentication and LDAP ##############################################
157

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

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

    
199
############### Session Values ###############
200
session.timeoutMinutes=360
201

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

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

    
237
######## XML / EML  #########################################
238

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

    
332
######## Outgoing email  #########################################
333

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

    
339
######## Replication properties  #########################################
340

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

    
358

    
359
######## Skins  #########################################
360

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

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

    
373
######## Harvester section            #########################################
374

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

    
398
######## OAI-PMH section              #######################################
399

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

    
422
######## Spatial section              #########################################
423

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

    
448
######## Geoserver section              #######################################
449

    
450
geoserver.username=admin
451
geoserver.password=geoserver
452
geoserver.context=geoserver
453
geoserver.GEOSERVER_DATA_DIR=
454

    
455

    
456
######## workflowScheduler section              #######################################
457

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

    
463
######## SiteMap section              #########################################
464

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

    
468
# Interval (in milliseconds) between rebuilding the sitemap
469
sitemap.interval=86400000
470

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

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

    
493
######## Developers Section #########################################
494

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

    
502

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

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

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

    
534
# Default checksum algorithm
535
dataone.checksumAlgorithm.default=MD5
536

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

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

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

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

    
565
# DataONE types XSLT
566
dataone.types.xsl=/cn/xslt/dataone.types.v1.xsl
567

    
568
# DataONE configuration settings
569
dataone.ore.downloaddata=false
570
dataone.ore.generated=false
571
dataone.systemmetadata.generated=false
572

    
573
############# Global Identifiers Assignment Section ######################
574
guid.assignGUIDs=false
575
guid.ezid.username=apitest
576
guid.ezid.password=apitest
577
guid.ezid.doishoulder.1=doi:10.5072/FK2
578
#guid.ezid.doishoulder.1=doi:10.5072/FK2/KNB/
579
#guid.ezid.doishoulder.3=doi:10.5072/FK2/PISCO/
580
#guid.ezid.doishoulder.6=doi:10.5072/FK2/LTER/
(50-50/76)