1
|
# Properties file defining options for the MetaCatServlet.java servlet
|
2
|
#
|
3
|
# Matt Jones, Dan Higgins, Jivka Bojilova
|
4
|
# '$Id: metacat.properties 7644 2013-05-01 14:37:10Z 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
|
#the time in milliseconds that a stylesheet transform can run before metacat logs a warning
|
125
|
dbquery.transformTimeWarnLimit=60000
|
126
|
#the time in milliseconds to get a document list before metacat logs a warning
|
127
|
dbquery.findDocListTimeWarnLimit=60000
|
128
|
#the time in milliseconds to get return values from queryresults table before metacat logs a warning
|
129
|
dbquery.findQueryResultsTimeWarnLimit=60000
|
130
|
#the time in milliseconds to run extended (index and node) queries before metacat logs a warning
|
131
|
dbquery.extendedQueryRunTimeWarnLimit=60000
|
132
|
#the time in milliseconds to store return fields before metacat logs a warning
|
133
|
dbquery.storeReturnFieldTimeWarnLimit=60000
|
134
|
#the time in milliseconds to totally process return fields before metacat logs a warning
|
135
|
dbquery.totalReturnFieldTimeWarnLimit=120000
|
136
|
|
137
|
######## Datamanager section #######################################
|
138
|
datamanager.adapter=PostgresAdapter
|
139
|
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
|
140
|
datamanager.server=localhost
|
141
|
datamanager.database=datamanager
|
142
|
datamanager.user=datamanager
|
143
|
datamanager.password=datamanager
|
144
|
datamanager.maxconnections=10
|
145
|
|
146
|
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/knb/services/QueryService
|
147
|
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/knb/services/AuthenticatedQueryService
|
148
|
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/knb/services/AuthenticationService
|
149
|
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/knb/services/PutService
|
150
|
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/knb/services/IdentificationService
|
151
|
#datamanager.srb.endpoint=
|
152
|
#datamanager.srb.machinename=
|
153
|
|
154
|
######## Plugin section #######################################
|
155
|
plugin.handlers=
|
156
|
|
157
|
######## Authentication and LDAP ##############################################
|
158
|
|
159
|
auth.class=edu.ucsb.nceas.metacat.AuthLdap
|
160
|
# Use AuthStub to test and guarantee authentication
|
161
|
# auth.class=edu.ucsb.nceas.metacat.AuthStub
|
162
|
auth.timeoutMinutes=180
|
163
|
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
|
164
|
auth.administrators=
|
165
|
auth.url=ldap://ldap.ecoinformatics.org:389/
|
166
|
auth.surl=ldap://ldap.ecoinformatics.org:389/
|
167
|
auth.base=dc=ecoinformatics,dc=org
|
168
|
auth.allowedSubmitters=
|
169
|
auth.deniedSubmitters=
|
170
|
auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org
|
171
|
#auth.moderators=cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
|
172
|
|
173
|
# time in milliseconds allowed for ldap server connections
|
174
|
ldap.connectTimeLimit=5000
|
175
|
# time in milliseconds allowed for ldap server searches
|
176
|
ldap.searchTimeLimit=30000
|
177
|
# count of return entries allowed for ldap server searches
|
178
|
ldap.searchCountLimit=30000
|
179
|
ldap.referral=follow
|
180
|
ldap.onlySecureConnection=false
|
181
|
ldap.onlySecureReferalsConnection=false
|
182
|
# LDAP templates
|
183
|
ldap.templates.stage=initregister
|
184
|
ldap.templates.header=genericHeader.tmpl
|
185
|
ldap.templates.footer=genericFooter.tmpl
|
186
|
ldap.templates.changePass=ldapChangePass.tmpl
|
187
|
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
|
188
|
ldap.templates.resetPass=ldapResetPass.tmpl
|
189
|
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
|
190
|
ldap.templates.register=ldapRegister.tmpl
|
191
|
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
|
192
|
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
|
193
|
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
|
194
|
ldap.templates.registerLter=ldapRegisterLter.tmpl
|
195
|
ldap.templates.success=ldapRegisterSuccess.tmpl
|
196
|
ldap.templates.failed=ldapRegisterFailed.tmpl
|
197
|
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
|
198
|
ldap.templates.searchResults=searchResults.tmpl
|
199
|
|
200
|
############### Session Values ###############
|
201
|
session.timeoutMinutes=360
|
202
|
|
203
|
############### Organization Values ###############
|
204
|
organization.configured.NCEAS=false
|
205
|
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
|
206
|
organization.configured.OBFS=false
|
207
|
organization.name.OBFS=Organization of Biological Field Stations
|
208
|
organization.configured.OSUSB=false
|
209
|
organization.name.OSUSB=
|
210
|
organization.configured.UCNRS=false
|
211
|
organization.name.UCNRS=University of California Natural Reserve System
|
212
|
organization.base.UCNRS=ou=people,o=ucnrs.org
|
213
|
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
|
214
|
organization.password.UCNRS=
|
215
|
organization.configured.KU=false
|
216
|
organization.name.KU=
|
217
|
organization.configured.LTER=false
|
218
|
organization.name.LTER=
|
219
|
organization.configured.UVM=false
|
220
|
organization.name.UVM=
|
221
|
organization.configured.SDSC=false
|
222
|
organization.name.SDSC=
|
223
|
organization.configured.MSU=false
|
224
|
organization.name.MSU=
|
225
|
organization.configured.NAPIER=false
|
226
|
organization.name.NAPIER=
|
227
|
organization.configured.SANPARKS=false
|
228
|
organization.name.SANPARKS=Kruger National Park
|
229
|
organization.configured.SAEON=false
|
230
|
organization.name.SAEON=South African Environmental Observation Network Repository
|
231
|
|
232
|
organization.name.unaffiliated=unaffiliated
|
233
|
organization.base.unaffiliated=dc=ecoinformatics,dc=org
|
234
|
organization.org.unaffiliated=o=unaffiliated
|
235
|
organization.user.unaffiliated=cn=Manager
|
236
|
organization.password.unaffiliated=
|
237
|
|
238
|
######## XML / EML #########################################
|
239
|
|
240
|
xml.saxparser=org.apache.xerces.parsers.SAXParser
|
241
|
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0
|
242
|
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1
|
243
|
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0
|
244
|
xml.eml2_1_1namespace=eml://ecoinformatics.org/eml-2.1.1
|
245
|
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
246
|
xml.useFullSchemaValidation=true
|
247
|
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
|
248
|
xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
|
249
|
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
|
250
|
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
|
251
|
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
|
252
|
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
|
253
|
xml.indexPaths= \
|
254
|
@packageId, \
|
255
|
/reviewHistory/review/packageId, \
|
256
|
abstract, \
|
257
|
abstract/value, \
|
258
|
abstract/para, \
|
259
|
abstract/para/value, \
|
260
|
access/allow/principal, \
|
261
|
additionalMetadata/metadata/spatialResolution/value, \
|
262
|
additionalMetadata/metadata/spatialResolution/units, \
|
263
|
additionalMetadata/moderatorComment, \
|
264
|
associatedParty/individualName/surName, \
|
265
|
associatedParty/organizationName, \
|
266
|
coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName, \
|
267
|
coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName, \
|
268
|
coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName, \
|
269
|
coverage/temporalCoverage/rangeOfDates/beginDate/calendarDate, \
|
270
|
coverage/temporalCoverage/rangeOfDates/endDate/calendarDate, \
|
271
|
coverage/temporalCoverage/singleDateTime/calendarDate, \
|
272
|
coverage/temporalCoverage/rangeOfDates/beginDate/time, \
|
273
|
coverage/temporalCoverage/rangeOfDates/endDate/time, \
|
274
|
coverage/temporalCoverage/singleDateTime/time, \
|
275
|
creator/individualName/surName, \
|
276
|
creator/individualName/givenName, \
|
277
|
creator/organizationName, \
|
278
|
dataset/access/allow/principal, \
|
279
|
dataset/dataTable/physical/distribution/online/url, \
|
280
|
dataset/dataTable/physical/distribution/online/url/@function, \
|
281
|
dataset/spatialRaster/physical/distribution/online/url, \
|
282
|
dataset/spatialRaster/physical/distribution/online/url/@function, \
|
283
|
dataset/otherEntity/physical/distribution/online/url, \
|
284
|
dataset/otherEntity/physical/distribution/online/url/@function, \
|
285
|
physical/encodingMethod, \
|
286
|
dataset/title, \
|
287
|
dataset/title/value, \
|
288
|
eastBoundingCoordinate, \
|
289
|
eastbc, \
|
290
|
EcogridRegEntry/description, \
|
291
|
EcogridRegEntry/endPoint, \
|
292
|
EcogridRegEntry/serviceName, \
|
293
|
entityName, \
|
294
|
geographicCoverage/boundingCoordinates/eastBoundingCoordinate, \
|
295
|
geographicCoverage/boundingCoordinates/northBoundingCoordinate, \
|
296
|
geographicCoverage/boundingCoordinates/southBoundingCoordinate, \
|
297
|
geographicCoverage/boundingCoordinates/westBoundingCoordinate, \
|
298
|
geographicDescription, \
|
299
|
givenName, \
|
300
|
idinfo/citation/citeinfo/title, \
|
301
|
idinfo/citation/citeinfo/origin, \
|
302
|
idinfo/keywords/theme/themekey, \
|
303
|
individualName/surName, \
|
304
|
keyword, \
|
305
|
karEntry/karEntryAttributes/type, \
|
306
|
karEntry/karEntryXML/property/property/@name, \
|
307
|
karEntry/karEntryXML/property/property/@value, \
|
308
|
karEntry/karEntryXML/property/property/property/@name, \
|
309
|
karEntry/karEntryXML/property/property/property/@value, \
|
310
|
karFileName, \
|
311
|
karFileSize, \
|
312
|
keyword/value, \
|
313
|
literalLayout, \
|
314
|
mainAttributes/lsid, \
|
315
|
northbc, \
|
316
|
northBoundingCoordinate, \
|
317
|
organizationName, \
|
318
|
originator/individualName/surName, \
|
319
|
originator/individualName/givenName, \
|
320
|
originator/organizationName, \
|
321
|
para, \
|
322
|
placekey, \
|
323
|
southBoundingCoordinate, \
|
324
|
southbc, \
|
325
|
surName, \
|
326
|
taxonomicClassification/taxonRankName, \
|
327
|
taxonomicClassification/taxonRankValue, \
|
328
|
taxonRankValue, \
|
329
|
title, \
|
330
|
westBoundingCoordinate, \
|
331
|
westbc
|
332
|
|
333
|
######## Outgoing email #########################################
|
334
|
|
335
|
email.mailhost=localhost
|
336
|
email.sender=knb-software@nceas.ucsb.edu
|
337
|
email.admin=KNB Support
|
338
|
email.recipient=knb-software@nceas.ucsb.edu
|
339
|
|
340
|
######## Replication properties #########################################
|
341
|
|
342
|
replication.logdir=
|
343
|
## deltaT=60
|
344
|
## debuglevel=55
|
345
|
replication.datafileflag=datafile
|
346
|
## TODO MCD this seems to be used in other placed besides replication
|
347
|
replication.datafilesizelimit=1000
|
348
|
replication.defaultcontenttype=application/octet-stream
|
349
|
replication.timedreplication=false
|
350
|
replication.firsttimedreplication=10:00 PM
|
351
|
replication.timedreplicationinterval=172800000
|
352
|
replication.forcereplicationwaitingtime=30000
|
353
|
replication.client.timeout=60000
|
354
|
# certificate-based replication configuration
|
355
|
replication.certificate.file=/etc/dataone/client/certs/METACAT1.pem
|
356
|
replication.privatekey.file=/etc/dataone/client/certs/METACAT1.pem
|
357
|
replication.privatekey.password=
|
358
|
|
359
|
|
360
|
######## Skins #########################################
|
361
|
|
362
|
skin.names=default,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,dataone
|
363
|
######## Document Section #########################################
|
364
|
|
365
|
#The flag to indicate if invalidated eml 201 documents were corrected.
|
366
|
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
|
367
|
#schema, which accidentily points to wrong version of eml-resource.xsd.
|
368
|
#If this value is false, metacat will run a class to correct eml201 doucment.
|
369
|
document.eml201DocumentCorrected=true
|
370
|
document.sitecode=nceas
|
371
|
document.accNumSeparator=.
|
372
|
document.accNumPrefix=autogen
|
373
|
|
374
|
######## Harvester section #########################################
|
375
|
|
376
|
harvester.connectToMetacat=true
|
377
|
harvester.delay=0
|
378
|
harvester.administrator=name@institution.edu
|
379
|
harvester.logPeriod=90
|
380
|
harvester.maxHarvests=0
|
381
|
harvester.period=24
|
382
|
harvester.smtpServer=localhost
|
383
|
harvester.GetDocError=Error getting EML document from site,Error
|
384
|
harvester.GetDocSuccess=Success getting EML document from site,Debug
|
385
|
harvester.GetHarvestListError=Error getting harvest list from site,Error
|
386
|
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
|
387
|
harvester.HarvesterStartup=Harvester start up,Info
|
388
|
harvester.HarvesterShutdown=Harvester shut down,Info
|
389
|
harvester.InsertDocError=Error inserting EML document to Metacat,Error
|
390
|
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
|
391
|
harvester.MetacatHasDoc=Metacat already has this EML document,Info
|
392
|
harvester.UpdateDocError=Error updating EML document to Metacat,Error
|
393
|
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
|
394
|
harvester.ValidateDocError=Error validating EML docoument,Error
|
395
|
harvester.ValidateDocSuccess=Success validating EML document,Debug
|
396
|
harvester.ValidateHarvestListError=Error validating harvest list,Error
|
397
|
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
|
398
|
|
399
|
######## OAI-PMH section #######################################
|
400
|
|
401
|
oaipmh.maxListSize=5
|
402
|
oaipmh.repositoryIdentifier=localhost:8080
|
403
|
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
|
404
|
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
|
405
|
# Duration of resumption tokens
|
406
|
AbstractCatalog.secondsToLive=3600
|
407
|
# Choose one of the following two
|
408
|
AbstractCatalog.granularity=YYYY-MM-DD
|
409
|
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
|
410
|
# Custom Identify response values
|
411
|
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
|
412
|
Identify.adminEmail=mailto:admin@localhost
|
413
|
Identify.earliestDatestamp=2000-01-01T00:00:00Z
|
414
|
Identify.deletedRecord=no
|
415
|
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
|
416
|
#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>
|
417
|
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
|
418
|
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
|
419
|
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
|
420
|
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
|
421
|
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
|
422
|
|
423
|
######## Spatial section #########################################
|
424
|
|
425
|
spatial.runSpatialOption=true
|
426
|
spatial.regenerateCacheOnRestart=true
|
427
|
# Comma-seperated list of schemas containing spatial bounding boxes
|
428
|
# name corresponds to the docname stored in xml_documents table
|
429
|
spatial.spatialDocnameList=eml,fgdc,metadata
|
430
|
# XML paths to the four bounding coordinates
|
431
|
# These paths must be included in your indexPaths variable in build.properties
|
432
|
# Note the naming convention:
|
433
|
# {docname}_{direction}BoundingCoordinatePath=.....
|
434
|
# Has not been tested with other schemas besides EML
|
435
|
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
|
436
|
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
|
437
|
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
|
438
|
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
|
439
|
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
|
440
|
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
|
441
|
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
|
442
|
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
|
443
|
spatial.metadata_westBoundingCoordinatePath=westbc
|
444
|
spatial.metadata_eastBoundingCoordinatePath=eastbc
|
445
|
spatial.metadata_southBoundingCoordinatePath=southbc
|
446
|
spatial.metadata_northBoundingCoordinatePath=northbc
|
447
|
spatial.docTitle=dataset/title
|
448
|
|
449
|
######## Geoserver section #######################################
|
450
|
|
451
|
geoserver.username=admin
|
452
|
geoserver.password=geoserver
|
453
|
geoserver.context=geoserver
|
454
|
geoserver.GEOSERVER_DATA_DIR=
|
455
|
|
456
|
|
457
|
######## workflowScheduler section #######################################
|
458
|
|
459
|
workflowScheduler.url=http://localhost/workflowscheduler/scheduler
|
460
|
workflowScheduler.authorizationPath=/services/AuthorizationService
|
461
|
workflowScheduler.authenticationPath=/services/AuthenticationService
|
462
|
workflowScheduler.queryPath=/services/QueryService
|
463
|
|
464
|
######## SiteMap section #########################################
|
465
|
|
466
|
# relative directory path in which sitemap files should be written
|
467
|
## sitemapDirectory=@install-dir@/sitemaps
|
468
|
|
469
|
# Interval (in milliseconds) between rebuilding the sitemap
|
470
|
sitemap.interval=86400000
|
471
|
|
472
|
######## Workflow engine section #########################################
|
473
|
executionEngine.workflowRunEngineName=localWorkflowEngine
|
474
|
executionEngine.endPointAddress=http://localhost/workflowrunengine/services/KeplerWebService
|
475
|
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository
|
476
|
######## junit test section ################
|
477
|
|
478
|
test.printdebug=true
|
479
|
test.metacatUrl=http://localhost:8080/knb/metacat
|
480
|
test.contextUrl=http://localhost:8080/knb
|
481
|
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler
|
482
|
test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/knb
|
483
|
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
|
484
|
test.mcPassword=kepler
|
485
|
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
|
486
|
test.mcAnotherPassword=test
|
487
|
test.referralUser=uid=testreferral,o=UCNRS,dc=ecoinformatics,dc=org
|
488
|
test.referralPassword=testreferral
|
489
|
test.lterUser=uid=knbuser,o=LTER,dc=ecoinformatics,dc=org
|
490
|
test.lterPassword=b1gf1$h
|
491
|
test.testProperty=testing
|
492
|
test.replication.targetServer=fred.msi.ucsb.edu/knb
|
493
|
|
494
|
######## Developers Section #########################################
|
495
|
|
496
|
# Set dev.runConfiguration to false to keep the system from walking you
|
497
|
# through the configuration utility every time you reinstall metacat.
|
498
|
# Instead, the system will use backed up configuration values. If you
|
499
|
# haven't ever configured the app (no backup files) the system will take
|
500
|
# you through the configuration.
|
501
|
dev.runConfiguration=true
|
502
|
|
503
|
|
504
|
############# DataONE Section #######################################
|
505
|
D1Client.CN_URL=https://cn.dataone.org/cn
|
506
|
# Configure the Member Node client certificate location
|
507
|
D1Client.certificate.file=/var/metacat/certs/METACAT1.pem
|
508
|
# Client resources
|
509
|
D1Client.resourcesDir=/var/metacat/dataone
|
510
|
# Member Node configuration
|
511
|
dataone.nodeId=
|
512
|
dataone.subject=CN=METACAT1, DC=dataone, DC=org
|
513
|
dataone.contactSubject=CN=METACAT1, DC=dataone, DC=org
|
514
|
dataone.nodeName=My Metacat Node
|
515
|
dataone.nodeType=mn
|
516
|
dataone.nodeDescription=Describe your Member Node briefly.
|
517
|
dataone.nodeSynchronize=false
|
518
|
dataone.nodeReplicate=false
|
519
|
dataone.serviceName=d1
|
520
|
|
521
|
# the synchronization schedule
|
522
|
dataone.nodeSynchronization.schedule.year=*
|
523
|
dataone.nodeSynchronization.schedule.mon=*
|
524
|
dataone.nodeSynchronization.schedule.mday=*
|
525
|
dataone.nodeSynchronization.schedule.wday=?
|
526
|
dataone.nodeSynchronization.schedule.hour=*
|
527
|
dataone.nodeSynchronization.schedule.min=0/3
|
528
|
dataone.nodeSynchronization.schedule.sec=10
|
529
|
|
530
|
# The default replication policy
|
531
|
dataone.replicationpolicy.default.numreplicas=0
|
532
|
dataone.replicationpolicy.default.preferredNodeList=
|
533
|
dataone.replicationpolicy.default.blockedNodeList=
|
534
|
|
535
|
# Default checksum algorithm
|
536
|
dataone.checksumAlgorithm.default=MD5
|
537
|
|
538
|
# overall services (TODO: mn vs. cn?)
|
539
|
dataone.mn.services.enabled=true
|
540
|
dataone.mn.registration.submitted=false
|
541
|
|
542
|
# state which versions of each MN tier service are availalble
|
543
|
dataone.mnCore.serviceAvailable=true
|
544
|
dataone.mnCore.serviceVersion=v1
|
545
|
dataone.mnRead.serviceAvailable=true
|
546
|
dataone.mnRead.serviceVersion=v1
|
547
|
dataone.mnAuthorization.serviceAvailable=true
|
548
|
dataone.mnAuthorization.serviceVersion=v1
|
549
|
dataone.mnStorage.serviceAvailable=true
|
550
|
dataone.mnStorage.serviceVersion=v1
|
551
|
dataone.mnReplication.serviceAvailable=true
|
552
|
dataone.mnReplication.serviceVersion=v1
|
553
|
|
554
|
# The DataONE storage cluster configuration for Hazelcast
|
555
|
#dataone.hazelcast.configFilePath=/etc/dataone/storage/hazelcast.xml
|
556
|
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
|
557
|
dataone.hazelcast.storageCluster.objectPathMap=hzObjectPath
|
558
|
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
|
559
|
dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids
|
560
|
|
561
|
# Parameters for connecting to the DataONE process cluster as a Hazelcast client
|
562
|
dataone.hazelcast.processCluster.groupName=dev
|
563
|
dataone.hazelcast.processCluster.password=dataone
|
564
|
dataone.hazelcast.processCluster.instances=127.0.0.1
|
565
|
dataone.hazelcast.processCluster.nodesMap=hzNodes
|
566
|
|
567
|
# DataONE types XSLT
|
568
|
dataone.types.xsl=/cn/xslt/dataone.types.v1.xsl
|
569
|
|
570
|
# DataONE configuration settings
|
571
|
dataone.ore.downloaddata=false
|
572
|
dataone.ore.generated=false
|
573
|
dataone.systemmetadata.generated=false
|
574
|
|
575
|
############# Global Identifiers Assignment Section ######################
|
576
|
guid.assignGUIDs=false
|
577
|
guid.ezid.enabled=false
|
578
|
guid.ezid.username=apitest
|
579
|
guid.ezid.password=apitest
|
580
|
guid.ezid.baseurl=https://n2t.net/ezid/
|
581
|
guid.ezid.doishoulder.1=doi:10.5072/FK2
|
582
|
#guid.ezid.doishoulder.1=doi:10.5072/FK2/KNB/
|
583
|
#guid.ezid.doishoulder.3=doi:10.5072/FK2/PISCO/
|
584
|
#guid.ezid.doishoulder.6=doi:10.5072/FK2/LTER/
|
585
|
|
586
|
############# SOLR Search Section ###########################################
|
587
|
#Embedded (default):
|
588
|
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
|
589
|
solr.homeDir=/var/metacat/solr-home
|
590
|
solr.configFileName=solr.xml
|
591
|
solr.collectionName=collection1
|
592
|
|
593
|
#HTTP:
|
594
|
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
|
595
|
solr.endpoint=http://localhost:8080/solr/
|