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 6011 2011-03-12 15:21:13Z 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

    
15
############### Server Values #################
16

    
17
server.name=localhost
18
server.httpPort=80
19
server.httpSSLPort=443
20

    
21
############### Application Values ############
22

    
23
## one of the few places where we use ANT tokens
24
application.metacatVersion=@metacatVersion@
25
application.metacatReleaseInfo=@metacatReleaseInfo@
26

    
27
application.deployDir=
28
## This is autodiscovered and populated by the config utility
29
application.context=
30
application.default-style=default
31
application.knbSiteURL=http://knb.ecoinformatics.org
32
application.backupDir=
33
application.datafilepath=/var/metacat/data
34
application.inlinedatafilepath=/var/metacat/inline-data
35
application.documentfilepath=/var/metacat/documents
36
application.expandedArchivePath=/var/metacat/expanded-archives
37
application.tempDir=/var/metacat/temporary
38
# the location of cgi scripts relative to the metacat context directory
39
application.cgiDir=/cgi-bin
40
#used for writing debug info into a anouther out file
41
application.writeDebugToFile=true
42
#output file name where debug info will written
43
# TODO SCW: these should be using the temp-dir property for their paths (change in code)
44
application.debugOutputFile=/tmp/metacat.debug
45
#delimitered text output file name where debug info will be written
46
application.delimiteredOutputFile=/tmp/metacat.debug.delimitered
47

    
48
############### Database Values ###############
49

    
50
database.connectionURI=jdbc:postgresql://localhost/metacat
51
database.user=
52
database.password=
53
database.type=
54
database.driver=
55
database.adapter=
56
database.scriptsuffix.postgres=postgres.sql
57
database.scriptsuffix.oracle=oracle.sql
58
database.scriptsuffix.sqlserver=sqlserver.sql
59
database.upgradeVersion.0.0.0=xmltables,loaddtdschema
60
database.upgradeVersion.1.2.0=upgrade-db-to-1.2
61
database.upgradeVersion.1.3.0=upgrade-db-to-1.3
62
database.upgradeVersion.1.4.0=upgrade-db-to-1.4
63
database.upgradeVersion.1.5.0=upgrade-db-to-1.5
64
database.upgradeVersion.1.6.0=upgrade-db-to-1.6
65
database.upgradeVersion.1.7.0=upgrade-db-to-1.7
66
database.upgradeVersion.1.8.0=upgrade-db-to-1.8
67
database.upgradeVersion.1.9.0=upgrade-db-to-1.9
68
database.upgradeVersion.1.9.1=upgrade-db-to-1.9.1
69
database.upgradeVersion.1.9.2=upgrade-db-to-1.9.2
70
database.upgradeVersion.1.9.3=upgrade-db-to-1.9.3
71
database.upgradeVersion.1.10.0=upgrade-db-to-1.10.0
72
database.initialConnections=5
73
database.incrementConnections=5
74
database.maximumConnections=200
75
database.maximumConnectionAge=120000
76
database.maximumConnectionTime=60000
77
database.maximumUsageNumber=100
78
database.connectionCountWarnLimit=15
79
database.numberOfIndexingThreads=5
80
database.indexingTimerTaskTime=604800000
81
database.indexingInitialDelay=3600000
82
database.maximumIndexDelay=5000
83
database.runDBConnectionRecycleThread=off
84
database.cycleTimeOfDBConnection=30000
85
database.queryignoredparams=enableediting,foo
86
database.usexmlindex=true
87
# used for the setting the size of resultset for applications like morpho
88
database.appResultsetSize=7000
89
# used for the setting the size of resultset for searches done using browsers
90
database.webResultsetSize=7000
91
# the value of xml_returnfield.usage_count should be more than this value
92
# for records to be entered into xml_queryresult. so if you want results for
93
# any combination of returnfields to be stored in xml_queryresult only when
94
# that combination has been requested 50 times, set this value to 50
95
database.xmlReturnfieldCount=0
96
# used for the setting the size of queryresult_string in queryresult table.
97
# the limit is 4000 for oracle
98
database.queryresultStringLength=500000
99
#the size of query result cache
100
database.queryresultCacheSize=500
101
#turn on or off the query result cache
102
database.queryCacheOn=true
103
#the time in milliseconds that an squery can run before metacat logs a warning
104
database.queryTimeWarnLimit=30000
105
#the time in milliseconds that an squery can run before metacat logs a warning
106
database.squeryTimeWarnLimit=30000
107

    
108

    
109
######## DB Query section              #######################################
110
#the time in milliseconds that a stylesheet transform can run before metacat logs a warning
111
dbquery.transformTimeWarnLimit=60000
112
#the time in milliseconds to get a document list before metacat logs a warning
113
dbquery.findDocListTimeWarnLimit=60000
114
#the time in milliseconds to get return values from queryresults table before metacat logs a warning
115
dbquery.findQueryResultsTimeWarnLimit=60000
116
#the time in milliseconds to run extended (index and node) queries before metacat logs a warning
117
dbquery.extendedQueryRunTimeWarnLimit=60000
118
#the time in milliseconds to store return fields before metacat logs a warning
119
dbquery.storeReturnFieldTimeWarnLimit=60000
120
#the time in milliseconds to totally process return fields before metacat logs a warning
121
dbquery.totalReturnFieldTimeWarnLimit=120000
122

    
123
######## Datamanager section              #######################################
124
datamanager.adapter=PostgresAdapter
125
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
126
datamanager.server=localhost
127
datamanager.database=datamanager
128
datamanager.user=datamanager
129
datamanager.password=datamanager
130
datamanager.maxconnections=10
131

    
132
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/knb/services/QueryService
133
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/knb/services/AuthenticatedQueryService
134
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/knb/services/AuthenticationService
135
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/knb/services/PutService
136
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/knb/services/IdentificationService
137
#datamanager.srb.endpoint=
138
#datamanager.srb.machinename=
139

    
140
######## Plugin section              #######################################
141
plugin.handlers=
142

    
143
######## Authentication and LDAP ##############################################
144

    
145
auth.class=edu.ucsb.nceas.metacat.AuthLdap
146
# Use AuthStub to test and guarantee authentication
147
# auth.class=edu.ucsb.nceas.metacat.AuthStub
148
auth.timeoutMinutes=180
149
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
150
auth.administrators=
151
auth.url=ldap://ldap.ecoinformatics.org:389/
152
auth.surl=ldap://ldap.ecoinformatics.org:389/
153
auth.base=dc=ecoinformatics,dc=org
154
auth.allowedSubmitters=
155
auth.deniedSubmitters=
156
auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org
157
#auth.moderators=cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
158

    
159
# time in milliseconds allowed for ldap server connections
160
ldap.connectTimeLimit=5000
161
# time in milliseconds allowed for ldap server searches
162
ldap.searchTimeLimit=30000
163
# count of return entries allowed for ldap server searches
164
ldap.searchCountLimit=30000
165
ldap.referral=follow
166
ldap.onlySecureConnection=false
167
ldap.onlySecureReferalsConnection=false
168
# LDAP templates 
169
ldap.templates.stage=initregister
170
ldap.templates.header=genericHeader.tmpl
171
ldap.templates.footer=genericFooter.tmpl
172
ldap.templates.changePass=ldapChangePass.tmpl
173
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
174
ldap.templates.resetPass=ldapResetPass.tmpl
175
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
176
ldap.templates.register=ldapRegister.tmpl
177
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
178
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
179
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
180
ldap.templates.registerLter=ldapRegisterLter.tmpl
181
ldap.templates.success=ldapRegisterSuccess.tmpl
182
ldap.templates.failed=ldapRegisterFailed.tmpl
183
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
184
ldap.templates.searchResults=searchResults.tmpl
185

    
186
############### Session Values ###############
187
session.timeoutMinutes=360
188

    
189
############### Organization Values ###############
190
organization.configured.NCEAS=false
191
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
192
organization.configured.OBFS=false
193
organization.name.OBFS=Organization of Biological Field Stations
194
organization.configured.OSUSB=false
195
organization.name.OSUSB=
196
organization.configured.UCNRS=false
197
organization.name.UCNRS=University of California Natural Reserve System
198
organization.base.UCNRS=ou=people,o=ucnrs.org
199
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
200
organization.password.UCNRS=
201
organization.configured.KU=false
202
organization.name.KU=
203
organization.configured.LTER=false
204
organization.name.LTER=
205
organization.configured.UVM=false
206
organization.name.UVM=
207
organization.configured.SDSC=false
208
organization.name.SDSC=
209
organization.configured.MSU=false
210
organization.name.MSU=
211
organization.configured.NAPIER=false
212
organization.name.NAPIER=
213
organization.configured.SANPARKS=false
214
organization.name.SANPARKS=Kruger National Park
215
organization.configured.SAEON=false
216
organization.name.SAEON=South African Environmental Observation Network Repository
217

    
218
organization.name.unaffiliated=unaffiliated
219
organization.base.unaffiliated=dc=ecoinformatics,dc=org
220
organization.org.unaffiliated=o=unaffiliated
221
organization.user.unaffiliated=cn=Manager
222
organization.password.unaffiliated=
223

    
224
######## XML / EML  #########################################
225

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

    
317
######## Outgoing email  #########################################
318

    
319
email.mailhost=localhost
320
email.sender=knb-software@nceas.ucsb.edu
321
email.admin=KNB Support
322
email.recipient=knb-software@nceas.ucsb.edu
323

    
324
######## Replication properties  #########################################
325

    
326
replication.logdir=
327
## deltaT=60
328
## debuglevel=55
329
replication.datafileflag=datafile
330
## TODO MCD this seems to be used in other placed besides replication
331
replication.datafilesizelimit=1000
332
replication.defaultcontenttype=application/octet-stream
333
replication.timedreplication=false
334
replication.firsttimedreplication=10:00 PM
335
replication.timedreplicationinterval=172800000
336
replication.forcereplicationwaitingtime=30000
337

    
338
######## Skins  #########################################
339

    
340
skin.names=default,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,semtools
341
######## Document Section  #########################################
342

    
343
#The flag to indicate if invalidated eml 201 documents were corrected.
344
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
345
#schema, which accidentily points to wrong version of eml-resource.xsd.
346
#If this value is false, metacat will run a class to correct eml201 doucment.
347
document.eml201DocumentCorrected=true
348
document.sitecode=nceas
349
document.accNumSeparator=.
350
document.accNumPrefix=autogen
351

    
352
######## Harvester section            #########################################
353

    
354
harvester.connectToMetacat=true
355
harvester.delay=0
356
harvester.administrator=name@institution.edu
357
harvester.logPeriod=90
358
harvester.maxHarvests=0
359
harvester.period=24
360
harvester.smtpServer=localhost
361
harvester.GetDocError=Error getting EML document from site,Error
362
harvester.GetDocSuccess=Success getting EML document from site,Debug
363
harvester.GetHarvestListError=Error getting harvest list from site,Error
364
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
365
harvester.HarvesterStartup=Harvester start up,Info
366
harvester.HarvesterShutdown=Harvester shut down,Info
367
harvester.InsertDocError=Error inserting EML document to Metacat,Error
368
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
369
harvester.MetacatHasDoc=Metacat already has this EML document,Info
370
harvester.UpdateDocError=Error updating EML document to Metacat,Error
371
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
372
harvester.ValidateDocError=Error validating EML docoument,Error
373
harvester.ValidateDocSuccess=Success validating EML document,Debug
374
harvester.ValidateHarvestListError=Error validating harvest list,Error
375
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
376

    
377
######## OAI-PMH section              #######################################
378

    
379
oaipmh.maxListSize=5
380
oaipmh.repositoryIdentifier=localhost:8080
381
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
382
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
383
# Duration of resumption tokens
384
AbstractCatalog.secondsToLive=3600
385
# Choose one of the following two
386
AbstractCatalog.granularity=YYYY-MM-DD
387
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
388
# Custom Identify response values
389
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
390
Identify.adminEmail=mailto:admin@localhost
391
Identify.earliestDatestamp=2000-01-01T00:00:00Z
392
Identify.deletedRecord=no
393
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
394
#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>
395
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
396
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
397
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
398
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
399
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
400

    
401
######## Spatial section              #########################################
402

    
403
spatial.runSpatialOption=true
404
spatial.regenerateCacheOnRestart=true
405
# Comma-seperated list of schemas containing spatial bounding boxes
406
# name corresponds to the docname stored in xml_documents table
407
spatial.spatialDocnameList=eml,fgdc,metadata
408
# XML paths to the four bounding coordinates
409
# These paths must be included in your indexPaths variable in build.properties
410
# Note the naming convention:
411
#   {docname}_{direction}BoundingCoordinatePath=.....
412
# Has not been tested with other schemas besides EML
413
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
414
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
415
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
416
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
417
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
418
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
419
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
420
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
421
spatial.metadata_westBoundingCoordinatePath=westbc
422
spatial.metadata_eastBoundingCoordinatePath=eastbc
423
spatial.metadata_southBoundingCoordinatePath=southbc
424
spatial.metadata_northBoundingCoordinatePath=northbc
425
spatial.docTitle=dataset/title
426

    
427
######## Geoserver section              #######################################
428

    
429
geoserver.username=admin
430
geoserver.password=geoserver
431
geoserver.context=geoserver
432
geoserver.GEOSERVER_DATA_DIR=
433

    
434

    
435
######## workflowScheduler section              #######################################
436

    
437
workflowScheduler.url=http://chico1.dyndns.org/workflowscheduler/scheduler
438
workflowScheduler.authorizationPath=/services/AuthorizationService
439
workflowScheduler.authenticationPath=/services/AuthenticationService
440
workflowScheduler.queryPath=/services/QueryService
441

    
442
######## SiteMap section              #########################################
443

    
444
# relative directory path in which sitemap files should be written
445
## sitemapDirectory=@install-dir@/sitemaps
446

    
447
# Interval (in milliseconds) between rebuilding the sitemap
448
sitemap.interval=86400000
449

    
450
######## Workflow engine section              #########################################
451
executionEngine.workflowRunEngineName=keplerDevWorkflowEngine
452
executionEngine.endPointAddress=http://kepler-dev.nceas.ucsb.edu/axis2/services/KeplerWebService
453
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository
454
######## junit test section  ################
455

    
456
test.printdebug=true
457
test.metacatUrl=http://localhost:8080/knb/metacat
458
test.contextUrl=http://localhost:8080/knb
459
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler
460
test.metacatDeployDir=/usr/local/tomcat/webapps/knb
461
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
462
test.mcPassword=kepler
463
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
464
test.mcAnotherPassword=test
465
test.piscoUser=uid=piscotest,o=PISCO,dc=ecoinformatics,dc=org
466
test.piscoPassword=testPW
467
test.lterUser=uid=tmonkey,o=LTER,dc=ecoinformatics,dc=org
468
test.lterPassword=T3$tusr
469
test.testProperty=testing
470

    
471
######## Developers Section #########################################
472

    
473
# Set dev.runConfiguration to false to keep the system from walking you 
474
# through the configuration utility every time you reinstall metacat.  
475
# Instead,  the system will use backed up configuration values.  If you 
476
# haven't ever configured the app (no backup files) the system will take 
477
# you through the configuration.
478
dev.runConfiguration=true
479

    
480

    
481
############# DataONE Section #######################################
482
dataone.memberNodeId=http://knb-mn.ecoinformatics.org
483
dataone.nodeName=metacat
484
dataone.nodeDescription=A metacat member node.
485
dataone.scienceMetadataSchema1=eml://ecoinformatics.org/eml-2.0.0
486
dataone.scienceMetadataSchema2=eml://ecoinformatics.org/eml-2.0.1
487
dataone.scienceMetadataSchema3=eml://ecoinformatics.org/eml-2.1.0
488
dataone.scienceMetadataSchema4=FGDC-STD-001.1-1999
489
dataone.scienceMetadataSchema5=FGDC-STD-001-1998
490
dataone.scienceMetadataSchema6=INCITS 453-2009
491
dataone.scienceMetadataSchema7=http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2
492
dataone.scienceMetadataSchema8=CF-1.0
493
dataone.scienceMetadataSchema9=CF-1.1
494
dataone.scienceMetadataSchema10=CF-1.2
495
dataone.scienceMetadataSchema11=CF-1.3
496
dataone.scienceMetadataSchema12=CF-1.4
497
dataone.scienceMetadataSchema13=http://www.cuahsi.org/waterML/1.0/
498
dataone.scienceMetadataSchema14=http://www.cuahsi.org/waterML/1.1/
499
dataone.scienceMetadataSchema15=http://www.loc.gov/METS/
500
dataone.scienceMetadataSchema16=netCDF-3
501
dataone.scienceMetadataSchema17=netCDF-4
502
dataone.scienceMetadataSchema18=http://rs.tdwg.org/dwc/xsd/simpledarwincore/
503
dataone.scienceMetadataSchema19=http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd
504

    
505
crudService.listObjects.ReturnDoctype=http://dataone.org/service/types/0.5.1
506
crudService.listObjects.QFormat=xml
507
crudService.listObjects.ReturnField.1=size
508
crudService.listObjects.ReturnField.2=originMemberNode
509
crudService.listObjects.ReturnField.3=identifier
510
crudService.listObjects.ReturnField.4=objectFormat
511
crudService.listObjects.ReturnField.5=dateSysMetadataModified
512
crudService.listObjects.ReturnField.6=checksum
513
crudService.listObjects.ReturnField.7=checksum/@algorithm
514
crudService.listObjects.anyfield=%
515

    
516

    
(28-28/52)