Project

General

Profile

« Previous | Next » 

Revision 4211

Added by daigle over 15 years ago

qualify more propertynames

View differences:

metacat.properties
33 33
application.datafilepath=/var/metacat/data
34 34
application.inlinedatafilepath=/var/metacat/inline-data
35 35
application.cgiDir=/cgi-bin
36
#used for writing debug info into a anouther out file
37
application.writeDebugToFile=true
38
#output file name where debug info will written
39
# TODO SCW: these should be using the temp-dir property for their paths (change in code)
40
application.debugOutputFile=/tmp/metacat.debug
41
#delimitered text output file name where debug info will be written
42
application.delimiteredOutputFile=/tmp/metacat.debug.delimitered
36 43

  
37 44
############### Database Values ###############
38 45

  
......
68 75
database.cycleTimeOfDBConnection=30000
69 76
database.queryignoredparams=enableediting,foo
70 77
database.usexmlindex=true
78
# used for the setting the size of resultset for applications like morpho
79
database.appResultsetSize=7000
80
# used for the setting the size of resultset for searches done using browsers
81
database.webResultsetSize=7000
82
# the value of xml_returnfield.usage_count should be more than this value
83
# for records to be entered into xml_queryresult. so if you want results for
84
# any combination of returnfields to be stored in xml_queryresult only when
85
# that combination has been requested 50 times, set this value to 50
86
database.xmlReturnfieldCount=0
87
# used for the setting the size of queryresult_string in queryresult table.
88
# the limit is 4000 for oracle
89
database.queryresultStringLength=500000
90
#the size of query result cache
91
database.queryresultCacheSize=500
92
#turn on or off the query result cache
93
database.queryCacheOn=true
71 94

  
72 95
######## LDAP ##############################################
73 96

  
......
89 112
ldap.referral=follow
90 113
ldap.onlySecureConnection=false
91 114
ldap.onlySecureReferalsConnection=false
92

  
93 115
# TODO MCD move this to skins
94 116
ldap.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org
95

  
96 117
# LDAP templates 
97 118
ldap.templates.stage=initregister
98 119
ldap.templates.header=genericHeader.tmpl
......
204 225
organization.user.UNAFFILIATED=cn=Manager
205 226
organization.password.UNAFFILIATED=
206 227

  
207
######## Log Paths  ##############################################
208

  
209
sitecode=nceas
210
accNumSeparator=.
211

  
212 228
######## XML / EML  #########################################
213 229

  
214 230
saxparser=org.apache.xerces.parsers.SAXParser
......
248 264
registry.config.organization=
249 265
registry.config.abbrev=
250 266
registry.config.debug=false
251

  
252 267
# registry modules: parts of the form we should be display
253 268
registry.modules.taxonomic=true
254 269
registry.modules.method=true
......
256 271
registry.modules.keyword=true
257 272
registry.modules.temporal=true
258 273
registry.modules.upload=false
259

  
260 274
# skin-specific display settings
261 275
registry.required.siteList=true
262 276
registry.required.wgList=false
......
264 278
registry.required.temporal=true
265 279
registry.required.spatial=true
266 280
registry.required.contactEmail=false
267

  
268 281
registry.templates.response=genericResponse.tmpl
269 282
registry.templates.entry=entryForm.tmpl
270 283
registry.templates.guide=genericGuide.tmpl
......
280 293

  
281 294

  
282 295
######## junit test section  ################
296

  
283 297
test.printdebug=true
284 298
test.metacat.url=http://localhost:8080/knb/metacat
285 299
test.mcuser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
......
294 308
test.testproperty=testing
295 309

  
296 310
######## Replication properties  #########################################
311

  
297 312
replication.logdir=
298 313
## deltaT=60
299 314
## debuglevel=55
......
304 319
replication.timedreplication=false
305 320
replication.firsttimedreplication=10:00 PM
306 321
replication.timedreplicationinterval=172800000
307
forcereplicationwaitingtime=30000
322
replication.forcereplicationwaitingtime=30000
308 323

  
309 324
######## Skins  #########################################
325

  
310 326
skin.names=default,esa,nceas,knb,obfs,nrs,sanparks
311

  
312 327
#move this to skin config
313 328
skin.esa.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org
314 329

  
315
# used for the setting the size of resultset for applications like morpho
316
app_resultsetsize=7000
330
######## Document Section  #########################################
317 331

  
318
# used for the setting the size of resultset for searches done using browsers
319
web_resultsetsize=7000
320

  
321
# used for the setting the size of queryresult_string in queryresult table.
322
# the limit is 4000 for oracle
323
queryresult_string_length=500000
324

  
325
# the value of xml_returnfield.usage_count should be more than this value
326
# for records to be entered into xml_queryresult. so if you want results for
327
# any combination of returnfields to be stored in xml_queryresult only when
328
# that combination has been requested 50 times, set this value to 50
329
xml_returnfield_count=0
330

  
331
#the size of query result cache
332
queryresult_cache_size=500
333

  
334
#turn on or off the query result cache
335
query_cache_on=true
336

  
337 332
#The flag to indicate if invalidated eml 201 documents were corrected.
338 333
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
339 334
#schema, which accidentily points to wrong version of eml-resource.xsd.
340 335
#If this value is false, metacat will run a class to correct eml201 doucment.
341
eml201_document_corrected=false
336
document.eml201DocumentCorrected=false
337
document.sitecode=nceas
338
document.accNumSeparator=.
342 339

  
343
#used for writing debug info into a anouther out file
344
writeDebugToFile=true
345
#output file name where debug info will written
346
# TODO SCW: these should be using the temp-dir property for their paths (change in code)
347
debugOutputFile=/tmp/metacat.debug
348
#delimitered text output file name where debug info will be written
349
delimiteredOutputFile=/tmp/metacat.debug.delimitered
350

  
351 340
######## Harvester section            #########################################
352 341

  
353 342
harvester.connectToMetacat=true
......
377 366

  
378 367
spatial.runSpatialOption=true
379 368
spatial.regenerateCacheOnRestart=true
380

  
381 369
# Comma-seperated list of schemas containing spatial bounding boxes
382 370
# name corresponds to the docname stored in xml_documents table
383 371
spatial.spatialDocnameList=eml,fgdc,metadata
384

  
385 372
# XML paths to the four bounding coordinates
386 373
# These paths must be included in your indexPaths variable in build.properties
387 374
# Note the naming convention:
......
399 386
spatial.metadata_eastBoundingCoordinatePath=eastbc
400 387
spatial.metadata_southBoundingCoordinatePath=southbc
401 388
spatial.metadata_northBoundingCoordinatePath=northbc
402

  
403 389
spatial.docTitle=dataset/title
404 390

  
405 391
######## Geoserver section              #######################################
392

  
406 393
geoserver.loginPostPage=admin/loginSubmit.do
407 394
geoserver.loginSuccessString=admin/logout.do
408 395
geoserver.passwordPostPage=config/loginEditSubmit.do

Also available in: Unified diff