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 5148 2009-12-02 18:40:16Z daigle $'
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.initialConnections=5
71
database.incrementConnections=5
72
database.maximumConnections=200
73
database.maximumConnectionAge=120000
74
database.maximumConnectionTime=60000
75
database.maximumUsageNumber=100
76
database.numberOfIndexingThreads=5
77
database.indexingTimerTaskTime=604800000
78
database.indexingInitialDelay=3600000
79
database.maximumIndexDelay=5000
80
database.runDBConnectionRecycleThread=off
81
database.cycleTimeOfDBConnection=30000
82
database.queryignoredparams=enableediting,foo
83
database.usexmlindex=true
84
# used for the setting the size of resultset for applications like morpho
85
database.appResultsetSize=7000
86
# used for the setting the size of resultset for searches done using browsers
87
database.webResultsetSize=7000
88
# the value of xml_returnfield.usage_count should be more than this value
89
# for records to be entered into xml_queryresult. so if you want results for
90
# any combination of returnfields to be stored in xml_queryresult only when
91
# that combination has been requested 50 times, set this value to 50
92
database.xmlReturnfieldCount=0
93
# used for the setting the size of queryresult_string in queryresult table.
94
# the limit is 4000 for oracle
95
database.queryresultStringLength=500000
96
#the size of query result cache
97
database.queryresultCacheSize=500
98
#turn on or off the query result cache
99
database.queryCacheOn=true
100

    
101
######## Datamanager section              #######################################
102
datamanager.adapter=PostgresAdapter
103
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
104
datamanager.server=localhost
105
datamanager.database=datamanager
106
datamanager.user=datamanager
107
datamanager.password=datamanager
108
datamanager.maxconnections=10
109

    
110
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/knb/services/QueryService
111
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/knb/services/AuthenticatedQueryService
112
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/knb/services/AuthenticationService
113
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/knb/services/PutService
114
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/knb/services/IdentificationService
115
#datamanager.srb.endpoint=
116
#datamanager.srb.machinename=
117

    
118
######## Authentication and LDAP ##############################################
119

    
120
auth.class=edu.ucsb.nceas.metacat.AuthLdap
121
# Use AuthStub to test and guarantee authentication
122
## auth.class=edu.ucsb.nceas.metacat.AuthStub
123
auth.timeoutMinutes=180
124
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
125
auth.administrators=
126
auth.url=ldap://ldap.ecoinformatics.org:389/
127
auth.surl=ldap://ldap.ecoinformatics.org:389/
128
auth.base=dc=ecoinformatics,dc=org
129
auth.allowedSubmitters=
130
auth.deniedSubmitters=
131
auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org
132
#auth.moderators=cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
133

    
134
# time in milliseconds allowed for ldap server connections
135
ldap.connectTimeLimit=5000
136
# time in milliseconds allowed for ldap server searches
137
ldap.searchTimeLimit=30000
138
# count of return entries allowed for ldap server searches
139
ldap.searchCountLimit=30000
140
ldap.referral=follow
141
ldap.onlySecureConnection=false
142
ldap.onlySecureReferalsConnection=false
143
# LDAP templates 
144
ldap.templates.stage=initregister
145
ldap.templates.header=genericHeader.tmpl
146
ldap.templates.footer=genericFooter.tmpl
147
ldap.templates.changePass=ldapChangePass.tmpl
148
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
149
ldap.templates.resetPass=ldapResetPass.tmpl
150
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
151
ldap.templates.register=ldapRegister.tmpl
152
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
153
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
154
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
155
ldap.templates.registerLter=ldapRegisterLter.tmpl
156
ldap.templates.success=ldapRegisterSuccess.tmpl
157
ldap.templates.failed=ldapRegisterFailed.tmpl
158
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
159
ldap.templates.searchResults=searchResults.tmpl
160

    
161
############### Session Values ###############
162
session.timeoutMinutes=360
163

    
164
############### Organization Values ###############
165
organization.configured.NCEAS=false
166
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
167
organization.configured.OBFS=false
168
organization.name.OBFS=Organization of Biological Field Stations
169
organization.configured.OSUSB=false
170
organization.name.OSUSB=
171
organization.configured.UCNRS=false
172
organization.name.UCNRS=University of California Natural Reserve System
173
organization.base.UCNRS=ou=people,o=ucnrs.org
174
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
175
organization.password.UCNRS=
176
organization.configured.KU=false
177
organization.name.KU=
178
organization.configured.LTER=false
179
organization.name.LTER=
180
organization.configured.UVM=false
181
organization.name.UVM=
182
organization.configured.SDSC=false
183
organization.name.SDSC=
184
organization.configured.MSU=false
185
organization.name.MSU=
186
organization.configured.NAPIER=false
187
organization.name.NAPIER=
188
organization.configured.SANPARKS=false
189
organization.name.SANPARKS=Kruger National Park
190
organization.configured.SAEON=false
191
organization.name.SAEON=South African Environmental Observation Network Repository
192

    
193
organization.name.unaffiliated=unaffiliated
194
organization.base.unaffiliated=dc=ecoinformatics,dc=org
195
organization.org.unaffiliated=o=unaffiliated
196
organization.user.unaffiliated=cn=Manager
197
organization.password.unaffiliated=
198

    
199
######## XML / EML  #########################################
200

    
201
xml.saxparser=org.apache.xerces.parsers.SAXParser
202
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0
203
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1
204
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0
205
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns#
206
xml.useFullSchemaValidation=true
207
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
208
xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
209
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
210
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
211
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
212
xml.indexNamespaces=eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1,eml://ecoinformatics.org/eml-2.1.0
213
xml.indexPaths=                            \
214
	@packageId,                            \
215
	/reviewHistory/review/packageId,       \
216
	abstract,                              \
217
	abstract/para,                         \
218
	access/allow/principal,                \
219
	additionalMetadata/moderatorComment    \
220
	associatedParty/individualName/surName,                           \
221
	associatedParty/organizationName,                                 \
222
	coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName,   \
223
	coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName,     \
224
	coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName,           \
225
	creator/individualName/surName,        \
226
	creator/individualName/givenName,      \
227
	creator/organizationName,              \
228
	dataset/access/allow/principal,        \
229
	dataset/dataTable/physical/distribution/online/url,               \
230
	dataset/dataTable/physical/distribution/online/url/@function,     \
231
	dataset/spatialRaster/physical/distribution/online/url,           \
232
	dataset/spatialRaster/physical/distribution/online/url/@function, \
233
	dataset/title,                         \
234
	eastBoundingCoordinate,                \
235
	eastbc,                                \
236
	EcogridRegEntry/description,           \
237
	EcogridRegEntry/endPoint,              \
238
	EcogridRegEntry/serviceName,           \
239
	entityName,                            \
240
	geographicCoverage/boundingCoordinates/eastBoundingCoordinate,    \
241
	geographicCoverage/boundingCoordinates/northBoundingCoordinate,   \
242
	geographicCoverage/boundingCoordinates/southBoundingCoordinate,   \
243
	geographicCoverage/boundingCoordinates/westBoundingCoordinate,    \
244
	geographicDescription,                 \
245
	givenName,                             \
246
	idinfo/citation/citeinfo/title,        \
247
	idinfo/citation/citeinfo/origin,       \
248
	idinfo/keywords/theme/themekey,        \
249
	individualName/surName,                \
250
	keyword,                               \
251
	literalLayout,                         \
252
	northbc,                               \
253
	northBoundingCoordinate,               \
254
	organizationName,                      \
255
	originator/individualName/surName,     \
256
	originator/individualName/givenName,   \
257
	originator/organizationName,           \
258
	para,                                  \
259
	placekey,                              \
260
	southBoundingCoordinate,               \
261
	southbc,                               \
262
	surName,                               \
263
	taxonomicClassification/taxonRankName,          \
264
	taxonomicClassification/taxonRankValue,         \
265
	taxonRankValue,                        \
266
	title,                                 \
267
	westBoundingCoordinate,                \
268
	westbc
269

    
270
######## Outgoing email  #########################################
271

    
272
email.mailhost=localhost
273
email.sender=knb-software@nceas.ucsb.edu
274
email.admin=KNB Support
275
email.recipient=knb-software@nceas.ucsb.edu
276

    
277
######## Replication properties  #########################################
278

    
279
replication.logdir=
280
## deltaT=60
281
## debuglevel=55
282
replication.datafileflag=datafile
283
## TODO MCD this seems to be used in other placed besides replication
284
replication.datafilesizelimit=1000
285
replication.defaultcontenttype=application/octet-stream
286
replication.timedreplication=false
287
replication.firsttimedreplication=10:00 PM
288
replication.timedreplicationinterval=172800000
289
replication.forcereplicationwaitingtime=30000
290

    
291
######## Skins  #########################################
292

    
293
skin.names=default,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc
294
######## Document Section  #########################################
295

    
296
#The flag to indicate if invalidated eml 201 documents were corrected.
297
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
298
#schema, which accidentily points to wrong version of eml-resource.xsd.
299
#If this value is false, metacat will run a class to correct eml201 doucment.
300
document.eml201DocumentCorrected=false
301
document.sitecode=nceas
302
document.accNumSeparator=.
303

    
304
######## Harvester section            #########################################
305

    
306
harvester.connectToMetacat=true
307
harvester.delay=0
308
harvester.administrator=name@institution.edu
309
harvester.logPeriod=90
310
harvester.maxHarvests=0
311
harvester.period=24
312
harvester.smtpServer=localhost
313
harvester.GetDocError=Error getting EML document from site,Error
314
harvester.GetDocSuccess=Success getting EML document from site,Debug
315
harvester.GetHarvestListError=Error getting harvest list from site,Error
316
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
317
harvester.HarvesterStartup=Harvester start up,Info
318
harvester.HarvesterShutdown=Harvester shut down,Info
319
harvester.InsertDocError=Error inserting EML document to Metacat,Error
320
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
321
harvester.MetacatHasDoc=Metacat already has this EML document,Info
322
harvester.UpdateDocError=Error updating EML document to Metacat,Error
323
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
324
harvester.ValidateDocError=Error validating EML docoument,Error
325
harvester.ValidateDocSuccess=Success validating EML document,Debug
326
harvester.ValidateHarvestListError=Error validating harvest list,Error
327
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
328

    
329
######## OAI-PMH section              #######################################
330

    
331
oaipmh.maxListSize=5
332
oaipmh.repositoryIdentifier=metacat.lternet.edu
333
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
334
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
335
# Duration of resumption tokens
336
AbstractCatalog.secondsToLive=3600
337
# Choose one of the following two
338
AbstractCatalog.granularity=YYYY-MM-DD
339
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
340
# Custom Identify response values
341
Identify.repositoryName=Metacat OAI-PMH Data Provider
342
Identify.adminEmail=mailto:tech_support@LTERnet.edu
343
Identify.earliestDatestamp=2000-01-01T00:00:00Z
344
Identify.deletedRecord=no
345
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
346
#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>
347
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
348
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
349
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
350
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
351
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
352

    
353
######## Spatial section              #########################################
354

    
355
spatial.runSpatialOption=true
356
spatial.regenerateCacheOnRestart=true
357
# Comma-seperated list of schemas containing spatial bounding boxes
358
# name corresponds to the docname stored in xml_documents table
359
spatial.spatialDocnameList=eml,fgdc,metadata
360
# XML paths to the four bounding coordinates
361
# These paths must be included in your indexPaths variable in build.properties
362
# Note the naming convention:
363
#   {docname}_{direction}BoundingCoordinatePath=.....
364
# Has not been tested with other schemas besides EML
365
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
366
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
367
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
368
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
369
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
370
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
371
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
372
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
373
spatial.metadata_westBoundingCoordinatePath=westbc
374
spatial.metadata_eastBoundingCoordinatePath=eastbc
375
spatial.metadata_southBoundingCoordinatePath=southbc
376
spatial.metadata_northBoundingCoordinatePath=northbc
377
spatial.docTitle=dataset/title
378

    
379
######## Geoserver section              #######################################
380

    
381
geoserver.loginPostPage=admin/loginSubmit.do
382
geoserver.loginSuccessString=admin/logout.do
383
geoserver.passwordPostPage=config/loginEditSubmit.do
384
geoserver.passwordSuccessString=Data loaded without incident
385
geoserver.applyPostPage=admin/saveToGeoServer.do
386
geoserver.defaultUsername=admin
387
geoserver.defaultPassword=geoserver
388
geoserver.username=
389
geoserver.password=
390

    
391
######## workflowScheduler section              #######################################
392

    
393
workflowScheduler.url=http://indus.msi.ucsb.edu/workflowscheduler/scheduler
394

    
395
######## SiteMap section              #########################################
396

    
397
# relative directory path in which sitemap files should be written
398
## sitemapDirectory=@install-dir@/sitemaps
399

    
400
# Interval (in milliseconds) between rebuilding the sitemap
401
sitemap.interval=86400000
402

    
403
######## Workflow engine section              #########################################
404
executionEngine.endPointAddress=http://localhost:8080/axis2/services/KeplerWebService
405

    
406
######## junit test section  ################
407

    
408
test.printdebug=true
409
test.metacatUrl=http://indus.msi.ucsb.edu/knb/metacat
410
test.contextUrl=http://indus.msi.ucsb.edu/knb
411
test.workflowSchedulerUrl=http://indus.msi.ucsb.edu/workflowscheduler/scheduler
412
test.metacatDeployDir=/usr/local/tomcat/webapps/knb
413
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
414
test.mcPassword=kepler
415
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
416
test.mcAnotherPassword=test
417
test.piscoUser=uid=piscotest,o=PISCO,dc=ecoinformatics,dc=org
418
test.piscoPassword=testPW
419
test.lterUser=uid=tmonkey,o=LTER,dc=ecoinformatics,dc=org
420
test.lterPassword=T3$tusr
421
test.testProperty=testing
422

    
423
######## Developers Section #########################################
424

    
425
# Set dev.runConfiguration to false to keep the system from walking you 
426
# through the configuration utility every time you reinstall metacat.  
427
# Instead,  the system will use backed up configuration values.  If you 
428
# haven't ever configured the app (no backup files) the system will take 
429
# you through the configuration.
430
dev.runConfiguration=true
431

    
(17-17/34)