1
|
# Properties file defining options for the MetaCatServlet.java servlet
|
2
|
#
|
3
|
# Matt Jones, Dan Higgins, Jivka Bojilova
|
4
|
# '$Id: metacat.properties 9369 2015-10-19 19:01:28Z leinfelder $'
|
5
|
#
|
6
|
|
7
|
######## Configuration utility section ################
|
8
|
|
9
|
configutil.propertiesConfigured=false
|
10
|
configutil.authConfigured=false
|
11
|
configutil.skinsConfigured=true
|
12
|
configutil.databaseConfigured=false
|
13
|
configutil.geoserverConfigured=false
|
14
|
configutil.dataoneConfigured=false
|
15
|
|
16
|
############### Server Values #################
|
17
|
|
18
|
server.name=localhost
|
19
|
server.httpPort=80
|
20
|
server.httpSSLPort=443
|
21
|
|
22
|
############### Application Values ############
|
23
|
|
24
|
## one of the few places where we use ANT tokens
|
25
|
application.metacatVersion=2.5.0
|
26
|
application.metacatReleaseInfo=-1
|
27
|
|
28
|
application.deployDir=
|
29
|
## This is autodiscovered and populated by the config utility
|
30
|
application.context=
|
31
|
application.default-style=default
|
32
|
application.knbSiteURL=http://knb.ecoinformatics.org
|
33
|
application.backupDir=
|
34
|
application.datafilepath=/var/metacat/data
|
35
|
application.inlinedatafilepath=/var/metacat/inline-data
|
36
|
application.documentfilepath=/var/metacat/documents
|
37
|
application.expandedArchivePath=/var/metacat/expanded-archives
|
38
|
application.tempDir=/var/metacat/temporary
|
39
|
# the location of cgi scripts relative to the metacat context directory
|
40
|
application.cgiDir=/cgi-bin
|
41
|
#used for writing debug info into a anouther out file
|
42
|
application.writeDebugToFile=true
|
43
|
#output file name where debug info will written
|
44
|
# TODO SCW: these should be using the temp-dir property for their paths (change in code)
|
45
|
application.debugOutputFile=/tmp/metacat.debug
|
46
|
#delimitered text output file name where debug info will be written
|
47
|
application.delimiteredOutputFile=/tmp/metacat.debug.delimitered
|
48
|
|
49
|
############### Database Values ###############
|
50
|
|
51
|
database.connectionURI=jdbc:postgresql://localhost/metacat
|
52
|
database.user=
|
53
|
database.password=
|
54
|
database.type=
|
55
|
database.driver=
|
56
|
database.adapter=
|
57
|
database.scriptsuffix.postgres=postgres.sql
|
58
|
database.scriptsuffix.oracle=oracle.sql
|
59
|
database.scriptsuffix.sqlserver=sqlserver.sql
|
60
|
database.upgradeVersion.0.0.0=xmltables,loaddtdschema
|
61
|
database.upgradeVersion.1.2.0=upgrade-db-to-1.2
|
62
|
database.upgradeVersion.1.3.0=upgrade-db-to-1.3
|
63
|
database.upgradeVersion.1.4.0=upgrade-db-to-1.4
|
64
|
database.upgradeVersion.1.5.0=upgrade-db-to-1.5
|
65
|
database.upgradeVersion.1.6.0=upgrade-db-to-1.6
|
66
|
database.upgradeVersion.1.7.0=upgrade-db-to-1.7
|
67
|
database.upgradeVersion.1.8.0=upgrade-db-to-1.8
|
68
|
database.upgradeVersion.1.9.0=upgrade-db-to-1.9
|
69
|
database.upgradeVersion.1.9.1=upgrade-db-to-1.9.1
|
70
|
database.upgradeVersion.1.9.2=upgrade-db-to-1.9.2
|
71
|
database.upgradeVersion.1.9.3=upgrade-db-to-1.9.3
|
72
|
database.upgradeVersion.1.9.4=upgrade-db-to-1.9.4
|
73
|
database.upgradeVersion.1.9.5=upgrade-db-to-1.9.5
|
74
|
database.upgradeVersion.2.0.0=upgrade-db-to-2.0.0
|
75
|
database.upgradeVersion.2.0.1=upgrade-db-to-2.0.1
|
76
|
database.upgradeVersion.2.0.2=upgrade-db-to-2.0.2
|
77
|
database.upgradeVersion.2.0.3=upgrade-db-to-2.0.3
|
78
|
database.upgradeVersion.2.0.4=upgrade-db-to-2.0.4
|
79
|
database.upgradeVersion.2.0.5=upgrade-db-to-2.0.5
|
80
|
database.upgradeVersion.2.0.6=upgrade-db-to-2.0.6
|
81
|
database.upgradeVersion.2.0.7=upgrade-db-to-2.0.7
|
82
|
database.upgradeVersion.2.0.8=upgrade-db-to-2.0.8
|
83
|
database.upgradeVersion.2.1.0=upgrade-db-to-2.1.0
|
84
|
database.upgradeVersion.2.1.1=upgrade-db-to-2.1.1
|
85
|
database.upgradeVersion.2.2.0=upgrade-db-to-2.2.0
|
86
|
database.upgradeVersion.2.2.1=upgrade-db-to-2.2.1
|
87
|
database.upgradeVersion.2.3.0=upgrade-db-to-2.3.0
|
88
|
database.upgradeVersion.2.3.1=upgrade-db-to-2.3.1
|
89
|
database.upgradeVersion.2.4.0=upgrade-db-to-2.4.0
|
90
|
database.upgradeVersion.2.4.1=upgrade-db-to-2.4.1
|
91
|
database.upgradeVersion.2.4.2=upgrade-db-to-2.4.2
|
92
|
database.upgradeVersion.2.4.3=upgrade-db-to-2.4.3
|
93
|
database.upgradeVersion.2.5.0=upgrade-db-to-2.5.0
|
94
|
## for running java-based utilities
|
95
|
database.upgradeUtility.1.5.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade1_5_0
|
96
|
database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0
|
97
|
database.upgradeUtility.2.3.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_3_0
|
98
|
database.upgradeUtility.2.4.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_4_0
|
99
|
database.upgradeUtility.2.4.2=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_4_2
|
100
|
database.initialConnections=5
|
101
|
database.incrementConnections=5
|
102
|
# be sure to increase SQL connection limits accordingly:
|
103
|
database.maximumConnections=200
|
104
|
database.maximumConnectionAge=120000
|
105
|
database.maximumConnectionTime=60000
|
106
|
database.maximumUsageNumber=100
|
107
|
database.connectionCountWarnLimit=15
|
108
|
database.numberOfIndexingThreads=5
|
109
|
database.indexingTimerTaskTime=604800000
|
110
|
database.indexingInitialDelay=3600000
|
111
|
database.maximumIndexDelay=5000
|
112
|
database.runDBConnectionRecycleThread=off
|
113
|
database.cycleTimeOfDBConnection=30000
|
114
|
database.queryignoredparams=enableediting,foo
|
115
|
database.usexmlindex=true
|
116
|
# used for the setting the size of resultset for applications like morpho
|
117
|
database.appResultsetSize=7000
|
118
|
# used for the setting the size of resultset for searches done using browsers
|
119
|
database.webResultsetSize=7000
|
120
|
# the value of xml_returnfield.usage_count should be more than this value
|
121
|
# for records to be entered into xml_queryresult. so if you want results for
|
122
|
# any combination of returnfields to be stored in xml_queryresult only when
|
123
|
# that combination has been requested 50 times, set this value to 50
|
124
|
database.xmlReturnfieldCount=0
|
125
|
# used for the setting the size of queryresult_string in queryresult table.
|
126
|
# the limit is 4000 for oracle
|
127
|
database.queryresultStringLength=500000
|
128
|
#the size of query result cache
|
129
|
database.queryresultCacheSize=500
|
130
|
#turn on or off the query result cache
|
131
|
database.queryCacheOn=true
|
132
|
#the time in milliseconds that an squery can run before metacat logs a warning
|
133
|
database.queryTimeWarnLimit=30000
|
134
|
#the time in milliseconds that an squery can run before metacat logs a warning
|
135
|
database.squeryTimeWarnLimit=30000
|
136
|
|
137
|
|
138
|
######## DB Query section #######################################
|
139
|
dbquery.enabledEngines=pathquery;solr
|
140
|
#the time in milliseconds that a stylesheet transform can run before metacat logs a warning
|
141
|
dbquery.transformTimeWarnLimit=60000
|
142
|
#the time in milliseconds to get a document list before metacat logs a warning
|
143
|
dbquery.findDocListTimeWarnLimit=60000
|
144
|
#the time in milliseconds to get return values from queryresults table before metacat logs a warning
|
145
|
dbquery.findQueryResultsTimeWarnLimit=60000
|
146
|
#the time in milliseconds to run extended (index and node) queries before metacat logs a warning
|
147
|
dbquery.extendedQueryRunTimeWarnLimit=60000
|
148
|
#the time in milliseconds to store return fields before metacat logs a warning
|
149
|
dbquery.storeReturnFieldTimeWarnLimit=60000
|
150
|
#the time in milliseconds to totally process return fields before metacat logs a warning
|
151
|
dbquery.totalReturnFieldTimeWarnLimit=120000
|
152
|
|
153
|
######## Datamanager section #######################################
|
154
|
datamanager.adapter=PostgresAdapter
|
155
|
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
|
156
|
datamanager.server=localhost
|
157
|
datamanager.database=datamanager
|
158
|
datamanager.user=datamanager
|
159
|
datamanager.password=datamanager
|
160
|
datamanager.maxconnections=10
|
161
|
|
162
|
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/metacat/services/QueryService
|
163
|
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/metacat/services/AuthenticatedQueryService
|
164
|
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/metacat/services/AuthenticationService
|
165
|
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/metacat/services/PutService
|
166
|
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/metacat/services/IdentificationService
|
167
|
#datamanager.srb.endpoint=
|
168
|
#datamanager.srb.machinename=
|
169
|
|
170
|
######## Plugin section #######################################
|
171
|
plugin.handlers=
|
172
|
|
173
|
######## Authentication ##############################################
|
174
|
|
175
|
auth.class=edu.ucsb.nceas.metacat.authentication.AuthFile
|
176
|
#auth.class=edu.ucsb.nceas.metacat.AuthLdap
|
177
|
# Use AuthStub to test and guarantee authentication
|
178
|
#auth.class=edu.ucsb.nceas.metacat.AuthStub
|
179
|
#auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
|
180
|
auth.administrators=
|
181
|
auth.userManagementUrl=
|
182
|
auth.allowedSubmitters=
|
183
|
auth.deniedSubmitters=
|
184
|
auth.moderators=
|
185
|
#auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org
|
186
|
#auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org:cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
|
187
|
auth.defaultUserManagementPage=/style/common/default-user-management.jsp
|
188
|
#####File-based Authentication######
|
189
|
auth.file.path=/var/metacat/users/password.xml
|
190
|
auth.file.hashClassName=edu.ucsb.nceas.metacat.authentication.AuthFileBCryptHash
|
191
|
######LDAP-based Authentication#############
|
192
|
auth.timeoutMinutes=180
|
193
|
auth.url=ldap://ldap.ecoinformatics.org:389/
|
194
|
auth.surl=ldap://ldap.ecoinformatics.org:389/
|
195
|
auth.base=dc=ecoinformatics,dc=org
|
196
|
# time in milliseconds allowed for ldap server connections
|
197
|
ldap.connectTimeLimit=5000
|
198
|
# time in milliseconds allowed for ldap server searches
|
199
|
ldap.searchTimeLimit=30000
|
200
|
# count of return entries allowed for ldap server searches
|
201
|
ldap.searchCountLimit=30000
|
202
|
ldap.referral=follow
|
203
|
ldap.onlySecureConnection=false
|
204
|
ldap.onlySecureReferalsConnection=false
|
205
|
ldap.server.ca.certificate=WEB-INF/gd_intermediate_bundle_nceas_ldap.crt
|
206
|
ldap.nextuid.storing.dn=cn=uidNext,dc=ecoinformatics,dc=org
|
207
|
ldap.nextuid.storing.attributename=description
|
208
|
ldap.nextuid.maxattempt=300
|
209
|
ldap.recaptcha.publickey=yourPublicKey
|
210
|
ldap.recaptcha.privatekey=yourPrivateKey
|
211
|
|
212
|
# LDAP templates
|
213
|
ldap.templates.stage=initregister
|
214
|
ldap.templates.header=genericHeader.tmpl
|
215
|
ldap.templates.footer=genericFooter.tmpl
|
216
|
ldap.templates.changePass=ldapChangePass.tmpl
|
217
|
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
|
218
|
ldap.templates.resetPass=ldapResetPass.tmpl
|
219
|
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
|
220
|
ldap.templates.register=ldapRegister.tmpl
|
221
|
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
|
222
|
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
|
223
|
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
|
224
|
ldap.templates.verificationSuccess=ldapVerificationSuccess.tmpl
|
225
|
ldap.templates.verificationFailed=ldapVerificationFailed.tmpl
|
226
|
ldap.templates.registerLter=ldapRegisterLter.tmpl
|
227
|
ldap.templates.success=ldapRegisterSuccess.tmpl
|
228
|
ldap.templates.failed=ldapRegisterFailed.tmpl
|
229
|
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
|
230
|
ldap.templates.searchResults=searchResults.tmpl
|
231
|
ldap.templates.lookupName=ldapLookupName.tmpl
|
232
|
ldap.templates.lookupNameSuccess=ldapLookupNameSuccess.tmpl
|
233
|
#The property defines a default value which controls the list of organization names showing in the account registration,
|
234
|
#password reset and change password templates for all skins.
|
235
|
#The value of the property will be overwritten if a skin properties file defines the property as well.
|
236
|
#The value of the property should be defined in the organization.name.VALUE=something in the organization part.
|
237
|
#Multiple values will be separated by ";".
|
238
|
ldap.templates.organizationList=unaffiliated
|
239
|
|
240
|
############### Session Values ###############
|
241
|
session.timeoutMinutes=360
|
242
|
|
243
|
############### Organization Values ###############
|
244
|
organization.configured.NCEAS=false
|
245
|
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
|
246
|
organization.configured.OBFS=false
|
247
|
organization.name.OBFS=Organization of Biological Field Stations
|
248
|
organization.configured.OSUSB=false
|
249
|
organization.name.OSUSB=
|
250
|
organization.configured.UCNRS=false
|
251
|
organization.name.UCNRS=University of California Natural Reserve System
|
252
|
organization.base.UCNRS=ou=people,o=ucnrs.org
|
253
|
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
|
254
|
organization.password.UCNRS=
|
255
|
organization.configured.KU=false
|
256
|
organization.name.KU=
|
257
|
organization.configured.LTER=false
|
258
|
organization.name.LTER=
|
259
|
organization.configured.UVM=false
|
260
|
organization.name.UVM=
|
261
|
organization.configured.SDSC=false
|
262
|
organization.name.SDSC=
|
263
|
organization.configured.MSU=false
|
264
|
organization.name.MSU=
|
265
|
organization.configured.NAPIER=false
|
266
|
organization.name.NAPIER=
|
267
|
organization.configured.SANPARKS=false
|
268
|
organization.name.SANPARKS=Kruger National Park
|
269
|
organization.org.SANPARKS=o=SANPARKS
|
270
|
organization.configured.SAEON=false
|
271
|
organization.name.SAEON=South African Environmental Observation Network Repository
|
272
|
organization.org.SAEON=o=SAEON
|
273
|
|
274
|
organization.name.unaffiliated=unaffiliated
|
275
|
organization.base.unaffiliated=dc=ecoinformatics,dc=org
|
276
|
organization.org.unaffiliated=o=unaffiliated
|
277
|
organization.user.unaffiliated=cn=Manager
|
278
|
organization.password.unaffiliated=
|
279
|
organization.expiration.unaffiliated=36
|
280
|
organization.label.unaffiliated=KNB/AOOS
|
281
|
|
282
|
|
283
|
organization.name.Account=Account
|
284
|
organization.base.Account=dc=ecoinformatics,dc=org
|
285
|
organization.org.Account=ou=Account
|
286
|
organization.user.Account=cn=Manager
|
287
|
organization.password.Account=
|
288
|
organization.expiration.Account=36
|
289
|
organization.label.Account=NCEAS/DataONE/Kepler
|
290
|
|
291
|
######## XML / EML #########################################
|
292
|
|
293
|
xml.saxparser=org.apache.xerces.parsers.SAXParser
|
294
|
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0
|
295
|
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1
|
296
|
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0
|
297
|
xml.eml2_1_1namespace=eml://ecoinformatics.org/eml-2.1.1
|
298
|
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
299
|
xml.useFullSchemaValidation=true
|
300
|
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
|
301
|
xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
|
302
|
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
|
303
|
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
|
304
|
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
|
305
|
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
|
306
|
xml.indexPaths= \
|
307
|
@packageId, \
|
308
|
/reviewHistory/review/packageId, \
|
309
|
abstract, \
|
310
|
abstract/value, \
|
311
|
abstract/para, \
|
312
|
abstract/para/value, \
|
313
|
access/allow/principal, \
|
314
|
additionalMetadata/metadata/spatialResolution/value, \
|
315
|
additionalMetadata/metadata/spatialResolution/units, \
|
316
|
additionalMetadata/moderatorComment, \
|
317
|
associatedParty/individualName/surName, \
|
318
|
associatedParty/organizationName, \
|
319
|
coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName, \
|
320
|
coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName, \
|
321
|
coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName, \
|
322
|
coverage/temporalCoverage/rangeOfDates/beginDate/calendarDate, \
|
323
|
coverage/temporalCoverage/rangeOfDates/endDate/calendarDate, \
|
324
|
coverage/temporalCoverage/singleDateTime/calendarDate, \
|
325
|
coverage/temporalCoverage/rangeOfDates/beginDate/time, \
|
326
|
coverage/temporalCoverage/rangeOfDates/endDate/time, \
|
327
|
coverage/temporalCoverage/singleDateTime/time, \
|
328
|
creator/individualName/surName, \
|
329
|
creator/individualName/givenName, \
|
330
|
creator/organizationName, \
|
331
|
dataset/access/allow/principal, \
|
332
|
dataset/dataTable/physical/distribution/online/url, \
|
333
|
dataset/dataTable/physical/distribution/online/url/@function, \
|
334
|
dataset/spatialRaster/physical/distribution/online/url, \
|
335
|
dataset/spatialRaster/physical/distribution/online/url/@function, \
|
336
|
dataset/otherEntity/physical/distribution/online/url, \
|
337
|
dataset/otherEntity/physical/distribution/online/url/@function, \
|
338
|
physical/encodingMethod, \
|
339
|
dataset/title, \
|
340
|
dataset/title/value, \
|
341
|
eastBoundingCoordinate, \
|
342
|
eastbc, \
|
343
|
EcogridRegEntry/description, \
|
344
|
EcogridRegEntry/endPoint, \
|
345
|
EcogridRegEntry/serviceName, \
|
346
|
entityName, \
|
347
|
geographicCoverage/boundingCoordinates/eastBoundingCoordinate, \
|
348
|
geographicCoverage/boundingCoordinates/northBoundingCoordinate, \
|
349
|
geographicCoverage/boundingCoordinates/southBoundingCoordinate, \
|
350
|
geographicCoverage/boundingCoordinates/westBoundingCoordinate, \
|
351
|
geographicDescription, \
|
352
|
givenName, \
|
353
|
idinfo/citation/citeinfo/title, \
|
354
|
idinfo/citation/citeinfo/origin, \
|
355
|
idinfo/keywords/theme/themekey, \
|
356
|
individualName/surName, \
|
357
|
keyword, \
|
358
|
karEntry/karEntryAttributes/type, \
|
359
|
karEntry/karEntryXML/property/property/@name, \
|
360
|
karEntry/karEntryXML/property/property/@value, \
|
361
|
karEntry/karEntryXML/property/property/property/@name, \
|
362
|
karEntry/karEntryXML/property/property/property/@value, \
|
363
|
karFileName, \
|
364
|
karFileSize, \
|
365
|
keyword/value, \
|
366
|
literalLayout, \
|
367
|
mainAttributes/lsid, \
|
368
|
northbc, \
|
369
|
northBoundingCoordinate, \
|
370
|
organizationName, \
|
371
|
originator/individualName/surName, \
|
372
|
originator/individualName/givenName, \
|
373
|
originator/organizationName, \
|
374
|
para, \
|
375
|
placekey, \
|
376
|
southBoundingCoordinate, \
|
377
|
southbc, \
|
378
|
surName, \
|
379
|
taxonomicClassification/taxonRankName, \
|
380
|
taxonomicClassification/taxonRankValue, \
|
381
|
taxonRankValue, \
|
382
|
title, \
|
383
|
westBoundingCoordinate, \
|
384
|
westbc
|
385
|
|
386
|
######## Outgoing email #########################################
|
387
|
|
388
|
email.mailhost=localhost
|
389
|
email.sender=knb-software@nceas.ucsb.edu
|
390
|
email.admin=KNB Support
|
391
|
email.recipient=knb-software@nceas.ucsb.edu
|
392
|
|
393
|
######## Replication properties #########################################
|
394
|
|
395
|
replication.logdir=
|
396
|
## deltaT=60
|
397
|
## debuglevel=55
|
398
|
replication.datafileflag=datafile
|
399
|
## TODO MCD this seems to be used in other placed besides replication
|
400
|
replication.datafilesizelimit=1000
|
401
|
replication.defaultcontenttype=application/octet-stream
|
402
|
replication.timedreplication=false
|
403
|
replication.firsttimedreplication=10:00 PM
|
404
|
replication.timedreplicationinterval=172800000
|
405
|
replication.forcereplicationwaitingtime=30000
|
406
|
replication.client.timeout=60000
|
407
|
# certificate-based replication configuration
|
408
|
replication.certificate.file=/etc/dataone/client/certs/METACAT1.pem
|
409
|
replication.privatekey.file=/etc/dataone/client/certs/METACAT1.pem
|
410
|
replication.privatekey.password=
|
411
|
|
412
|
|
413
|
######## Skins #########################################
|
414
|
|
415
|
skin.names=default,metacatui,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,dataone
|
416
|
|
417
|
############# UI Section ###########################################
|
418
|
ui.context=metacatui
|
419
|
|
420
|
######## Document Section #########################################
|
421
|
|
422
|
#The flag to indicate if invalidated eml 201 documents were corrected.
|
423
|
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
|
424
|
#schema, which accidentily points to wrong version of eml-resource.xsd.
|
425
|
#If this value is false, metacat will run a class to correct eml201 doucment.
|
426
|
document.eml201DocumentCorrected=true
|
427
|
document.sitecode=nceas
|
428
|
document.accNumSeparator=.
|
429
|
document.accNumPrefix=autogen
|
430
|
|
431
|
######## Harvester section #########################################
|
432
|
|
433
|
harvester.connectToMetacat=true
|
434
|
harvester.delay=0
|
435
|
harvester.administrator=name@institution.edu
|
436
|
harvester.logPeriod=90
|
437
|
harvester.maxHarvests=0
|
438
|
harvester.period=24
|
439
|
harvester.smtpServer=localhost
|
440
|
harvester.GetDocError=Error getting EML document from site,Error
|
441
|
harvester.GetDocSuccess=Success getting EML document from site,Debug
|
442
|
harvester.GetHarvestListError=Error getting harvest list from site,Error
|
443
|
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
|
444
|
harvester.HarvesterStartup=Harvester start up,Info
|
445
|
harvester.HarvesterShutdown=Harvester shut down,Info
|
446
|
harvester.InsertDocError=Error inserting EML document to Metacat,Error
|
447
|
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
|
448
|
harvester.MetacatHasDoc=Metacat already has this EML document,Info
|
449
|
harvester.UpdateDocError=Error updating EML document to Metacat,Error
|
450
|
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
|
451
|
harvester.ValidateDocError=Error validating EML docoument,Error
|
452
|
harvester.ValidateDocSuccess=Success validating EML document,Debug
|
453
|
harvester.ValidateHarvestListError=Error validating harvest list,Error
|
454
|
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
|
455
|
|
456
|
######## OAI-PMH section #######################################
|
457
|
|
458
|
oaipmh.maxListSize=5
|
459
|
oaipmh.repositoryIdentifier=localhost:8080
|
460
|
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
|
461
|
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
|
462
|
# Duration of resumption tokens
|
463
|
AbstractCatalog.secondsToLive=3600
|
464
|
# Choose one of the following two
|
465
|
AbstractCatalog.granularity=YYYY-MM-DD
|
466
|
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
|
467
|
# Custom Identify response values
|
468
|
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
|
469
|
Identify.adminEmail=mailto:admin@localhost
|
470
|
Identify.earliestDatestamp=2000-01-01T00:00:00Z
|
471
|
Identify.deletedRecord=no
|
472
|
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
|
473
|
#Identify.description.1=<description><oai-identifier xmlns\="http\://www.openarchives.org/OAI/2.0/oai-identifier" xmlns\:xsi\="http\://www.w3.org/2001/XMLSchema-instance" xsi\:schemaLocation\="http\://www.openarchives.org/OAI/2.0/oai-identifier http\://www.openarchives.org/OAI/2.0/oai-identifier.xsd"><scheme>oai</scheme><repositoryIdentifier>metacat.lternet.edu</repositoryIdentifier><delimiter>\:</delimiter><sampleIdentifier>http\://metacat.lternet.edu/metacat/metacat/knb-lter-lno.1</sampleIdentifier></oai-identifier></description>
|
474
|
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
|
475
|
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
|
476
|
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
|
477
|
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
|
478
|
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
|
479
|
|
480
|
######## Spatial section #########################################
|
481
|
|
482
|
spatial.runSpatialOption=true
|
483
|
spatial.regenerateCacheOnRestart=true
|
484
|
# Comma-seperated list of schemas containing spatial bounding boxes
|
485
|
# name corresponds to the docname stored in xml_documents table
|
486
|
spatial.spatialDocnameList=eml,fgdc,metadata
|
487
|
# XML paths to the four bounding coordinates
|
488
|
# These paths must be included in your indexPaths variable in build.properties
|
489
|
# Note the naming convention:
|
490
|
# {docname}_{direction}BoundingCoordinatePath=.....
|
491
|
# Has not been tested with other schemas besides EML
|
492
|
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
|
493
|
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
|
494
|
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
|
495
|
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
|
496
|
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
|
497
|
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
|
498
|
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
|
499
|
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
|
500
|
spatial.metadata_westBoundingCoordinatePath=westbc
|
501
|
spatial.metadata_eastBoundingCoordinatePath=eastbc
|
502
|
spatial.metadata_southBoundingCoordinatePath=southbc
|
503
|
spatial.metadata_northBoundingCoordinatePath=northbc
|
504
|
spatial.docTitle=dataset/title
|
505
|
|
506
|
######## Geoserver section #######################################
|
507
|
|
508
|
geoserver.username=admin
|
509
|
geoserver.password=geoserver
|
510
|
geoserver.context=geoserver
|
511
|
geoserver.GEOSERVER_DATA_DIR=
|
512
|
|
513
|
|
514
|
######## workflowScheduler section #######################################
|
515
|
|
516
|
workflowScheduler.url=http://localhost/workflowscheduler/scheduler
|
517
|
workflowScheduler.authorizationPath=/services/AuthorizationService
|
518
|
workflowScheduler.authenticationPath=/services/AuthenticationService
|
519
|
workflowScheduler.queryPath=/services/QueryService
|
520
|
|
521
|
######## SiteMap section #########################################
|
522
|
|
523
|
# relative directory path in which sitemap files should be written
|
524
|
## sitemapDirectory=@install-dir@/sitemaps
|
525
|
|
526
|
# Interval (in milliseconds) between rebuilding the sitemap
|
527
|
sitemap.interval=86400000
|
528
|
sitemap.excludedata=false
|
529
|
|
530
|
######## Workflow engine section #########################################
|
531
|
executionEngine.workflowRunEngineName=localWorkflowEngine
|
532
|
executionEngine.endPointAddress=http://localhost/workflowrunengine/services/KeplerWebService
|
533
|
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository
|
534
|
######## junit test section ################
|
535
|
|
536
|
test.printdebug=true
|
537
|
test.metacatUrl=http://localhost:8080/metacat/metacat
|
538
|
test.contextUrl=http://localhost:8080/metacat
|
539
|
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler
|
540
|
test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/metacat
|
541
|
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
|
542
|
test.mcPassword=kepler
|
543
|
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
|
544
|
test.mcAnotherPassword=test
|
545
|
test.referralUser=uid=testreferral,o=UCNRS,dc=ecoinformatics,dc=org
|
546
|
test.referralPassword=testreferral
|
547
|
test.lterUser=uid=knbuser,o=LTER,dc=ecoinformatics,dc=org
|
548
|
test.lterPassword=b1gf1$h
|
549
|
test.piscoUser=uid=piscotest,o=PISCO,dc=ecoinformatics,dc=org
|
550
|
test.piscoPassword=testPW
|
551
|
test.testProperty=testing
|
552
|
test.replication.targetServer=fred.msi.ucsb.edu/metacat
|
553
|
|
554
|
######## Developers Section #########################################
|
555
|
|
556
|
# Set dev.runConfiguration to false to keep the system from walking you
|
557
|
# through the configuration utility every time you reinstall metacat.
|
558
|
# Instead, the system will use backed up configuration values. If you
|
559
|
# haven't ever configured the app (no backup files) the system will take
|
560
|
# you through the configuration.
|
561
|
dev.runConfiguration=true
|
562
|
|
563
|
|
564
|
############# DataONE Section #######################################
|
565
|
D1Client.CN_URL=https://cn.dataone.org/cn
|
566
|
# Configure the Member Node client certificate location
|
567
|
D1Client.certificate.file=/var/metacat/certs/METACAT1.pem
|
568
|
# Client resources
|
569
|
D1Client.resourcesDir=/var/metacat/dataone
|
570
|
# Member Node configuration
|
571
|
dataone.nodeId=urn:node:METACAT_TEST
|
572
|
dataone.subject=CN=urn:node:METACAT1,DC=dataone,DC=org
|
573
|
dataone.contactSubject=CN=Scientist 1234,DC=dataone,DC=org
|
574
|
dataone.nodeName=My Metacat Node
|
575
|
dataone.nodeType=mn
|
576
|
dataone.nodeDescription=Describe your Member Node briefly.
|
577
|
dataone.nodeSynchronize=false
|
578
|
dataone.nodeReplicate=false
|
579
|
dataone.serviceName=d1
|
580
|
|
581
|
# the synchronization schedule
|
582
|
dataone.nodeSynchronization.schedule.year=*
|
583
|
dataone.nodeSynchronization.schedule.mon=*
|
584
|
dataone.nodeSynchronization.schedule.mday=*
|
585
|
dataone.nodeSynchronization.schedule.wday=?
|
586
|
dataone.nodeSynchronization.schedule.hour=*
|
587
|
dataone.nodeSynchronization.schedule.min=0/3
|
588
|
dataone.nodeSynchronization.schedule.sec=10
|
589
|
|
590
|
# The default replication policy
|
591
|
dataone.replicationpolicy.default.numreplicas=0
|
592
|
dataone.replicationpolicy.default.preferredNodeList=
|
593
|
dataone.replicationpolicy.default.blockedNodeList=
|
594
|
|
595
|
# Default checksum algorithm
|
596
|
dataone.checksumAlgorithm.default=MD5
|
597
|
|
598
|
# Default file upload size for create() and update (in bytes, or -1 for no limit)
|
599
|
# Note that this is parsed as an int value, so must be < 2^31-1
|
600
|
dataone.max_upload_size=1000000000
|
601
|
|
602
|
# overall services (TODO: mn vs. cn?)
|
603
|
dataone.mn.services.enabled=true
|
604
|
dataone.mn.registration.submitted=false
|
605
|
|
606
|
# state which versions of each MN tier service are availalble
|
607
|
dataone.mnCore.serviceAvailable=true;true
|
608
|
dataone.mnCore.serviceVersion=v1;v2
|
609
|
dataone.mnRead.serviceAvailable=true;true
|
610
|
dataone.mnRead.serviceVersion=v1;v2
|
611
|
dataone.mnAuthorization.serviceAvailable=true;true
|
612
|
dataone.mnAuthorization.serviceVersion=v1;v2
|
613
|
dataone.mnStorage.serviceAvailable=true;true
|
614
|
dataone.mnStorage.serviceVersion=v1;v2
|
615
|
dataone.mnReplication.serviceAvailable=true;true
|
616
|
dataone.mnReplication.serviceVersion=v1;v2
|
617
|
|
618
|
# The DataONE storage cluster configuration for Hazelcast
|
619
|
#dataone.hazelcast.configFilePath=/etc/dataone/storage/hazelcast.xml
|
620
|
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
|
621
|
dataone.hazelcast.storageCluster.objectPathMap=hzObjectPath
|
622
|
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
|
623
|
dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids
|
624
|
|
625
|
# Parameters for connecting to the DataONE process cluster as a Hazelcast client
|
626
|
dataone.hazelcast.processCluster.groupName=dev
|
627
|
dataone.hazelcast.processCluster.password=dataone
|
628
|
dataone.hazelcast.processCluster.instances=127.0.0.1
|
629
|
dataone.hazelcast.processCluster.nodesMap=hzNodes
|
630
|
|
631
|
# DataONE types XSLT
|
632
|
dataone.types.xsl.v1=/cn/xslt/dataone.types.v1.xsl
|
633
|
dataone.types.xsl.v2=/cn/xslt/dataone.types.v2.xsl
|
634
|
|
635
|
|
636
|
# DataONE configuration settings
|
637
|
dataone.ore.downloaddata=false
|
638
|
dataone.ore.generated=false
|
639
|
dataone.systemmetadata.generated=false
|
640
|
|
641
|
############# Global Identifiers Assignment Section ######################
|
642
|
guid.assignGUIDs=false
|
643
|
guid.ezid.enabled=false
|
644
|
guid.ezid.username=apitest
|
645
|
guid.ezid.password=apitest
|
646
|
guid.ezid.baseurl=https://ezid.cdlib.org/
|
647
|
#guid.ezid.baseurl=https://n2t.net/ezid/
|
648
|
# optional path for target. do not include hostname here. <IDENTIFIER> is replaced with real value
|
649
|
guid.ezid.uritemplate.metadata=/metacatui/#view/<IDENTIFIER>
|
650
|
#guid.ezid.uritemplate.data=
|
651
|
guid.ezid.doishoulder.1=doi:10.5072/FK2
|
652
|
#guid.ezid.doishoulder.1=doi:10.5072/FK2/KNB/
|
653
|
#guid.ezid.doishoulder.3=doi:10.5072/FK2/PISCO/
|
654
|
#guid.ezid.doishoulder.6=doi:10.5072/FK2/LTER/
|
655
|
|
656
|
############# Index Section ###########################################
|
657
|
#The md5 hash numbers for the schema.xml in previous releases. It should be sperator by ';' if it has multiple values.
|
658
|
index.schema.previous.hash=714457a3cdd05e034e5df46589b3bfa9;ba7dc67bbf749b02e03d7b7cc6a31def;ebf5b20f9cd18d31c3a6057749ba9397;fb1f63a36f2c742f1ba144d559c37075;2acacecbb55721806b7e92d7a115c35a
|
659
|
#The md5 hash number for the schema.xml in this release
|
660
|
index.schema.current.hash=2acacecbb55721806b7e92d7a115c35a
|
661
|
index.context=metacat-index
|
662
|
index.resourcemap.namespace=http://www.w3.org/TR/rdf-syntax-grammar;http://www.openarchives.org/ore/terms
|
663
|
#The process to regenerate the index when the metacat-index web app starts needs the readiness of the metacat.
|
664
|
#The index.regenerate.start.waitingtime (in milliseconds) and index.regenerate.start.maxattempts are used to control the waiting time.
|
665
|
index.regenerate.start.waitingtime=10000
|
666
|
index.regenerate.start.maxattempts=600
|
667
|
#An interval to run the thread to regenerate solr index which failed before.
|
668
|
#If the inerval is less than 0, the thread would not run.
|
669
|
index.regenerate.interval=43200000
|
670
|
index.eventlog.classname=edu.ucsb.nceas.metacat.index.event.HazelcastIndexEventLog
|
671
|
index.hazelcast.indexqueue=hzIndexQueue
|
672
|
index.hazelcast.indexeventmap=hzIndexEventMap
|
673
|
index.tdb.directory=/var/metacat/tdb
|
674
|
|
675
|
############# Annotator Section ###########################################
|
676
|
annotator.sharedSecret=710f4e8c-25ee-4fb0-88ae-ae98a9edd0ad
|
677
|
annotator.consumerKey=f780f3e398cf45cbb4e84ed9ec91622a
|
678
|
annotator.store.url=http://annotateit.org/api/search
|
679
|
|
680
|
############# SOLR Search Section ###########################################
|
681
|
#Embedded (default):
|
682
|
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
|
683
|
solr.homeDir=/var/metacat/solr-home
|
684
|
solr.configFileName=solr.xml
|
685
|
solr.collectionName=collection1
|
686
|
|
687
|
#HTTP:
|
688
|
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
|
689
|
#solr.endpoint=http://localhost:8080/solr/
|
690
|
#sorl.schema.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=schema.xml
|
691
|
#solr.config.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=solrconfig.xml
|
692
|
#solr.systeminfo.urlappendix=/admin/system
|
693
|
#Solr-home for the http solr server is used to store some files. It can be not really solr home.
|
694
|
#solr.homeDir=/var/metacat/solr-home
|
695
|
|