Project

General

Profile

1 878 berkley
<!--
2
  * properties.html
3
  *
4
  *      Authors: Chad Berkley
5 4243 daigle
  *    Copyright: 2008 Regents of the University of California and the
6 878 berkley
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *      Created: 2001 January 23
9
  *      Version:
10
  *    File Info: '$ '
11
  *
12
  *
13
-->
14
<HTML>
15
<HEAD>
16 4169 daigle
<TITLE>Metacat Properties Files</TITLE>
17 3780 daigle
<link rel="stylesheet" type="text/css" href="./default.css">
18 878 berkley
</HEAD>
19
<BODY>
20
  <table width="100%">
21
    <tr>
22
      <td class="tablehead" colspan="2"><p class="label">Metacat Properties File</p></td>
23
      <td class="tablehead" colspan="2" align="right">
24
        <a href="./datafiles.html">Back</a> | <a href="./metacattour.html">Home</a> |
25 2131 costa
        <a href="./harvester.html">Next</a>
26 878 berkley
      </td>
27
    </tr>
28
  </table>
29 4169 daigle
  <p> Metacat Server has properties that are stored in two general locations.
30
     Global properties are held in:
31
     <p class="indent"><em>&lt;CONTEXT_DIR&gt;*/WEB_INF/metacat.properties</em>.</p>
32
     Skin specific properties are set on a per-skin basis in:
33
     <p class="indent"><em>&lt;CONTEXT_DIR&gt;*/WEB_INF/style/skins/&lt;SKIN_NAME&gt;/&lt;SKIN_NAME&gt;.properties</em></p>
34
  </p>
35
36
  <p>
37 4715 daigle
     The most dynamic properties are modified using the internal <a href="./metacat-configure.html">Metacat configuration utility </a>.
38 4169 daigle
     However, it may be necessary to manually edit a configuration file to update more static values.
39
  </p>
40
41
  <p>
42
     The list of properties shown on this page gives the following information about each property:
43
     <ul>
44
       <li> <b>Property Name</b> - the header for each section is the name of the
45
         property as it appears in the property file.</li>
46
       <li> <b>Default Value</b> - the default value set for that property if any. </li>
47
       <li> <b>Description</b> - what does the property control and how can it be set. </li>
48
       <li> <b>Set Method</b> - how does the value get set in the properties file.  There are
49
         two options:
50
         <ul>
51 4715 daigle
           <li> Configuration Utility - the value is set via the internal <a href="./metacat-configure.html">Metacat configuration utility </a></li>
52 4169 daigle
           <li> Manually - the value is set to a default that can only be changed by manually editing the configuration file. </li>
53
         </ul>
54
       <li> <b>Example</b> - an example setting for the property.</li>
55
     </ul>
56 3591 costa
  </p>
57 4169 daigle
58
  <p class="footnote">
59
     (* CONTEXT_DIR refers to the directory where the Metacat application code
60
     lives.  This is a combination of the web application directory and the
61
     metacat context directory.  This usually looks something like
62
     /usr/local/tomcat/webapps/knb.  However, your webapps directory could
63
     be somewhere besides the tomcat directory and your context could be
64
     something other than knb.)
65
  </p>
66
67 4246 daigle
  <h1>Index</h1>
68
  <div class="index-header"><a href="#GlobalMetacatProperties">Global Metacat Properties</a></div>
69
    <div class="index-entry"><a href="#server.name">Server Values</a></div>
70
    <div class="index-entry"><a href="#application.metacatVersion">Application Values</a></div>
71
    <div class="index-entry"><a href="#database.connectionURI">Database Values</a></div>
72
    <div class="index-entry"><a href="#auth.class">Authorization Values</a></div>
73 4579 daigle
    <div class="index-entry"><a href="#auth.administrators">Authentication Values</a></div>
74 4246 daigle
    <div class="index-entry"><a href="#xml.saxparser">XML/EML Values</a></div>
75
76
  <a name="GlobalMetacatProperties"></a><h1>Global Metacat Properties - (metacat.properties) </h1>
77 4169 daigle
  <hr>
78
79
  <a name="server.name"></a><h1 class="property-main"> server.name </h1>
80
  <div class="property-description-line">
81
    <h2 class="property-inline"> Default Value: </h2>
82
    <p class="property-text">localhost</p>
83
  </div>
84
  <div class="property-description-line">
85
    <h2 class="property-inline"> Set Method: </h2>
86
    <p class="property-text">Configuration Utility</p>
87
  </div>
88
  <div class="property-description-line">
89
    <h2 class="property-inline"> Description: </h2>
90
    <p class="property-text">The network host name that will be
91
      used to access Metacat.  Note that this is not necessarily the physical
92
      name of the server running Metacat.  The host name should not include
93
      the protocol prefix (http://).</p>
94
  </div>
95
  <div class="property-description-line">
96
    <h2 class="property-inline"> Example: </h2>
97
    <p class="property-text">knb.ecoinformatics.org</p>
98
  </div>
99
100
  <a name="server.httpPort"></a><h1 class="property-main"> server.httpPort </h1>
101
  <div class="property-description-line">
102
    <h2 class="property-inline"> Default Value: </h2>
103
    <p class="property-text">80</p>
104
  </div>
105
  <div class="property-description-line">
106
    <h2 class="property-inline"> Set Method: </h2>
107
    <p class="property-text">Configuration Utility</p>
108
  </div>
109
  <div class="property-description-line">
110
    <h2 class="property-inline"> Description: </h2>
111
    <p class="property-text">The network port that will be
112
      used to access Metacat for non-secure (standard) connections.
113
      This is usually 80 if Apache web server is running (typical install), and
114
      8080 if Tomcat is running alone, but both Apache and Tomcat could
115
      have been configured to listen on alternate ports. </p>
116
  </div>
117
  <div class="property-description-line">
118
    <h2 class="property-inline"> Example: </h2>
119
    <p class="property-text">80</p>
120
  </div>
121
122
  <a name="server.httpSSLPort"></a><h1 class="property-main"> server.httpSSLPort </h1>
123
  <div class="property-description-line">
124
    <h2 class="property-inline"> Default Value: </h2>
125
    <p class="property-text">443</p>
126
  </div>
127
  <div class="property-description-line">
128
    <h2 class="property-inline"> Set Method: </h2>
129
    <p class="property-text">Configuration Utility</p>
130
  </div>
131
  <div class="property-description-line">
132
    <h2 class="property-inline"> Description: </h2>
133
    <p class="property-text">The network port that will be
134
      used to access Metacat for secure connections.
135
      This is usually 443 if Apache web server is running (typical install), and
136
      8443 if Tomcat is running alone, but both Apache and Tomcat could
137
      have been configured to listen on alternate ports. </p>
138
  </div>
139
  <div class="property-description-line">
140
    <h2 class="property-inline"> Example: </h2>
141
    <p class="property-text">443</p>
142
  </div>
143
144
  <br>
145
146
  <a name="application.metacatVersion"></a><h1 class="property-main"> application.metacatVersion </h1>
147
  <div class="property-description-line">
148
    <h2 class="property-inline"> Default Value: </h2>
149
    <p class="property-text">1.9.0</p>
150
  </div>
151
  <div class="property-description-line">
152
    <h2 class="property-inline"> Set Method: </h2>
153
    <p class="property-text">Manual</p>
154
  </div>
155
  <div class="property-description-line">
156
    <h2 class="property-inline"> Description: </h2>
157
    <p class="property-text">The Metacat version number.  usually, this should
158
    never be changed.  It is set by the build engineer at build time.</p>
159
  </div>
160
  <div class="property-description-line">
161
    <h2 class="property-inline"> Example: </h2>
162
    <p class="property-text">1.9.0</p>
163 4620 daigle
  </div>
164
165
  <a name="application.metacatReleaseInfo"></a><h1 class="property-main"> application.metacatReleaseInfo </h1>
166
  <div class="property-description-line">
167
    <h2 class="property-inline"> Default Value: </h2>
168
    <p class="property-text">none</p>
169
  </div>
170
  <div class="property-description-line">
171
    <h2 class="property-inline"> Set Method: </h2>
172
    <p class="property-text">Manual</p>
173
  </div>
174
  <div class="property-description-line">
175
    <h2 class="property-inline"> Description: </h2>
176
    <p class="property-text">This allows for some more detailed information about the
177
    release for display purposes.  Typically it is used during the release candidate cycle
178
    to let users know which candidate they are downloading.</p>
179
  </div>
180
  <div class="property-description-line">
181
    <h2 class="property-inline"> Example: </h2>
182
    <p class="property-text">Release Candidate 1</p>
183
  </div>
184 4169 daigle
185
  <a name="application.deployDir"></a><h1 class="property-main"> application.deployDir </h1>
186
  <div class="property-description-line">
187
    <h2 class="property-inline"> Default Value: </h2>
188
    <p class="property-text">(none)</p>
189
  </div>
190
  <div class="property-description-line">
191
    <h2 class="property-inline"> Set Method: </h2>
192
    <p class="property-text">Configuration Utility</p>
193
  </div>
194
  <div class="property-description-line">
195
    <h2 class="property-inline"> Description: </h2>
196
    <p class="property-text">The directory where web applications are deployed.
197
      Many times this is in a directory named "webapps" in the Tomcat installation
198
      directory.  However, Tomcat may be configured to look in a different directory.</p>
199
  </div>
200
  <div class="property-description-line">
201
    <h2 class="property-inline"> Example: </h2>
202
    <p class="property-text">/usr/local/tomcat/webapps</p>
203
  </div>
204
205
  <a name="application.context"></a><h1 class="property-main"> application.context </h1>
206
  <div class="property-description-line">
207
    <h2 class="property-inline"> Default Value: </h2>
208
    <p class="property-text">(none)</p>
209
  </div>
210
  <div class="property-description-line">
211
    <h2 class="property-inline"> Set Method: </h2>
212
    <p class="property-text">Configuration Utility</p>
213
  </div>
214
  <div class="property-description-line">
215
    <h2 class="property-inline"> Description: </h2>
216
    <p class="property-text">Applications run in individual directories in the applicaton
217
      deployment directory.  The name of the application directory is the application
218
      context. This corresponds to the first part of the war file name (the part before .war).
219
      Most commonly, this is "knb", but it can be changed to other things.</p>
220
  </div>
221
  <div class="property-description-line">
222
    <h2 class="property-inline"> Example: </h2>
223
    <p class="property-text">knb</p>
224
  </div>
225
226
  <a name="application.default-style"></a><h1 class="property-main"> application.default-style </h1>
227
  <div class="property-description-line">
228
    <h2 class="property-inline"> Default Value: </h2>
229
    <p class="property-text">default</p>
230
  </div>
231
  <div class="property-description-line">
232
    <h2 class="property-inline"> Set Method: </h2>
233
    <p class="property-text">Configuration Utility</p>
234
  </div>
235
  <div class="property-description-line">
236
    <h2 class="property-inline"> Description: </h2>
237
    <p class="property-text">There are some custom web skins available in Metacat.
238
    Typically these are associated with an organizational theme.  If there is not
239
    a custom skin for your organization, you should leave it as "default".</p>
240
  </div>
241
  <div class="property-description-line">
242
    <h2 class="property-inline"> Example: </h2>
243
    <p class="property-text">default</p>
244
  </div>
245
246
  <a name="application.knbSiteURL"></a><h1 class="property-main"> application.knbSiteURL </h1>
247
  <div class="property-description-line">
248
    <h2 class="property-inline"> Default Value: </h2>
249
    <p class="property-text">http://knb.ecoinformatics.org</p>
250
  </div>
251
  <div class="property-description-line">
252
    <h2 class="property-inline"> Set Method: </h2>
253
    <p class="property-text">Configuration Utility</p>
254
  </div>
255
  <div class="property-description-line">
256
    <h2 class="property-inline"> Description: </h2>
257
    <p class="property-text">The KNB site to redirect to.</p>
258
  </div>
259
  <div class="property-description-line">
260
    <h2 class="property-inline"> Example: </h2>
261
    <p class="property-text">http://knb.ecoinformatics.org</p>
262
  </div>
263
264
  <a name="application.datafilepath"></a><h1 class="property-main"> application.datafilepath </h1>
265
  <div class="property-description-line">
266
    <h2 class="property-inline"> Default Value: </h2>
267
    <p class="property-text">/var/metacat/data</p>
268
  </div>
269
  <div class="property-description-line">
270
    <h2 class="property-inline"> Set Method: </h2>
271
    <p class="property-text">Configuration Utility</p>
272
  </div>
273
  <div class="property-description-line">
274
    <h2 class="property-inline"> Description: </h2>
275
    <p class="property-text">This is the directory whera data files will be stored.
276
      This should be some directory outside the Metacat installation directories so
277
      data files will not get lost when Metacat is upgraded.  The data file directory
278
      must be writable by the user that starts Tomcat (and thus Metacat).</p>
279
  </div>
280
  <div class="property-description-line">
281
    <h2 class="property-inline"> Example: </h2>
282
    <p class="property-text">/var/metacat/data</p>
283
  </div>
284
285
  <a name="application.inlinedatafilepath"></a><h1 class="property-main"> application.inlinedatafilepath </h1>
286
  <div class="property-description-line">
287
    <h2 class="property-inline"> Default Value: </h2>
288
    <p class="property-text">/var/metacat/inline-data</p>
289
  </div>
290
  <div class="property-description-line">
291
    <h2 class="property-inline"> Set Method: </h2>
292
    <p class="property-text">Configuration Utility</p>
293
  </div>
294
  <div class="property-description-line">
295
    <h2 class="property-inline"> Description: </h2>
296
    <p class="property-text">This is the directory where inline data files will
297
      be stored.  Inline data files are created from data that is embedded in EML
298
      metadata.  This should be some directory outside the Metacat installation
299
      directories so data files will not get lost when Metacat is upgraded.  For
300
      clarity of data, this should probably not be the same as application.datafilepath.
301
      The data file directory must be writable by the user that starts Tomcat (and thus Metacat).</p>
302
  </div>
303
  <div class="property-description-line">
304
    <h2 class="property-inline"> Example: </h2>
305
    <p class="property-text">/var/metacat/inline-data</p>
306 4334 daigle
  </div>
307
308
  <a name="application.documentfilepath"></a><h1 class="property-main"> application.documentfilepath </h1>
309
  <div class="property-description-line">
310
    <h2 class="property-inline"> Default Value: </h2>
311
    <p class="property-text">/var/metacat/documents</p>
312
  </div>
313
  <div class="property-description-line">
314
    <h2 class="property-inline"> Set Method: </h2>
315
    <p class="property-text">Configuration Utility</p>
316
  </div>
317
  <div class="property-description-line">
318
    <h2 class="property-inline"> Description: </h2>
319
    <p class="property-text">This is the directory where metadata document files will
320
      be stored.  This should be some directory outside the Metacat installation
321
      directories so document files will not get lost when Metacat is upgraded.  For
322
      clarity of organization, this should probably not be the same as application.datafilepath
323
      or application.inlinedatafilepath. The data file directory must be writable by the
324
      user that starts Tomcat (and thus Metacat).</p>
325
  </div>
326
  <div class="property-description-line">
327
    <h2 class="property-inline"> Example: </h2>
328
    <p class="property-text">/var/metacat/documents</p>
329 4367 daigle
  </div>
330
331
  <a name="application.tempDir"></a><h1 class="property-main"> application.tempDir </h1>
332
  <div class="property-description-line">
333
    <h2 class="property-inline"> Default Value: </h2>
334
    <p class="property-text">/var/metacat/temporary</p>
335
  </div>
336
  <div class="property-description-line">
337
    <h2 class="property-inline"> Set Method: </h2>
338
    <p class="property-text">Manual</p>
339
  </div>
340
  <div class="property-description-line">
341
    <h2 class="property-inline"> Description: </h2>
342
    <p class="property-text">This is the directory that Metacat data registry uses
343
      to store temporary files. This should not be the same as application.datafilepath
344
      or application.inlinedatafilepath (or any other persistant file path) since all files
345
      in this may be purged programatically. The temporary file directory must be writable
346
      by the user that starts Apache. </p>
347
  </div>
348
  <div class="property-description-line">
349
    <h2 class="property-inline"> Example: </h2>
350
    <p class="property-text">/var/metacat/temporary</p>
351
  </div>
352 4169 daigle
353
  <a name="application.cgiDir"></a><h1 class="property-main"> application.cgiDir </h1>
354
  <div class="property-description-line">
355
    <h2 class="property-inline"> Default Value: </h2>
356 4243 daigle
    <p class="property-text">/cgi</p>
357 4169 daigle
  </div>
358
  <div class="property-description-line">
359
    <h2 class="property-inline"> Set Method: </h2>
360 4243 daigle
    <p class="property-text">Manual</p>
361 4169 daigle
  </div>
362
  <div class="property-description-line">
363
    <h2 class="property-inline"> Description: </h2>
364
    <p class="property-text">This is the directory that is configured in
365 4243 daigle
      Apache web server to point to Metacat cgi executables.  The directory is given
366
      relative to the Metacat context directory since the Metacat cgi scripts
367
      are installed with the application code.  For example, if Metacat is installed
368
      in /usr/local/tomcat/knb, then an application.cgiDir of /cgi would point to <br>
369
      &nbsp;&nbsp;&nbsp;&nbsp/usr/local/tomcat/knb/cgi-dir</p>
370 4169 daigle
  </div>
371
  <div class="property-description-line">
372
    <h2 class="property-inline"> Example: </h2>
373 4243 daigle
    <p class="property-text">/cgi-bin</p>
374 4572 daigle
  </div>
375 4169 daigle
376 4572 daigle
  <a name="replication.logdir"></a><h1 class="property-main"> replication.logdir </h1>
377
  <div class="property-description-line">
378
    <h2 class="property-inline"> Default Value: </h2>
379
    <p class="property-text">none</p>
380
  </div>
381
  <div class="property-description-line">
382
    <h2 class="property-inline"> Set Method: </h2>
383
    <p class="property-text">Manual</p>
384
  </div>
385
  <div class="property-description-line">
386
    <h2 class="property-inline"> Description: </h2>
387
    <p class="property-text">If you are using replication, you will need to specify where
388
    you would like the replication log to be written.  You must choose a directoy
389
    that is writable by the user that starts Tomcat.</p>
390
  </div>
391
  <div class="property-description-line">
392
    <h2 class="property-inline"> Example: </h2>
393
    <p class="property-text">/usr/locat/tomcat/logs</p>
394
  </div>
395
396 4188 daigle
  <br>
397
398
  <a name="database.connectionURI"></a><h1 class="property-main"> database.connectionURI </h1>
399
  <div class="property-description-line">
400
    <h2 class="property-inline"> Default Value: </h2>
401
    <p class="property-text">jdbc:postgresql://localhost/metacat</p>
402
  </div>
403
  <div class="property-description-line">
404
    <h2 class="property-inline"> Set Method: </h2>
405
    <p class="property-text">Configuration Utility</p>
406
  </div>
407
  <div class="property-description-line">
408
    <h2 class="property-inline"> Description: </h2>
409
    <p class="property-text">The jdbc connection URI for the main
410
    database instance of Metacat.  The uri is formatted like: <br>
411
    &nbsp;&nbsp;&nbsp;&nbsp;jdbc:&lt;database_type&gt;:thin@&lt;your_server_name&gt;:1521:&lt;metacat_database_name&gt;<br>
412
    An empty database must have been created prior to Metacat
413
    configuration.</p>
414
  </div>
415
  <div class="property-description-line">
416
    <h2 class="property-inline"> Example: </h2>
417
    <p class="property-text">jdbc:postgresql://yourserver.yourdomain.edu/metacat</p>
418
  </div>
419
420 4177 daigle
  <a name="database.user"></a><h1 class="property-main"> database.user </h1>
421
  <div class="property-description-line">
422
    <h2 class="property-inline"> Default Value: </h2>
423
    <p class="property-text">(none)</p>
424
  </div>
425
  <div class="property-description-line">
426
    <h2 class="property-inline"> Set Method: </h2>
427
    <p class="property-text">Configuration Utility</p>
428
  </div>
429
  <div class="property-description-line">
430
    <h2 class="property-inline"> Description: </h2>
431 4188 daigle
    <p class="property-text">The user for the main database instance
432
    of Metacat.  The user must have already been created on the database.</p>
433 4177 daigle
  </div>
434
  <div class="property-description-line">
435
    <h2 class="property-inline"> Example: </h2>
436 4188 daigle
    <p class="property-text">metacat-user</p>
437 4177 daigle
  </div>
438 4169 daigle
439 4188 daigle
  <a name="database.password"></a><h1 class="property-main"> database.password </h1>
440
  <div class="property-description-line">
441
    <h2 class="property-inline"> Default Value: </h2>
442
    <p class="property-text">(none)</p>
443
  </div>
444
  <div class="property-description-line">
445
    <h2 class="property-inline"> Set Method: </h2>
446
    <p class="property-text">Configuration Utility</p>
447
  </div>
448
  <div class="property-description-line">
449
    <h2 class="property-inline"> Description: </h2>
450
    <p class="property-text">The password of the user for the main
451
    database instance of Metacat.  The password must have already been created
452
    for the user.</p>
453
  </div>
454
  <div class="property-description-line">
455
    <h2 class="property-inline"> Example: </h2>
456
    <p class="property-text">securepassword4843</p>
457
  </div>
458
459
  <a name="database.type"></a><h1 class="property-main"> database.type </h1>
460
  <div class="property-description-line">
461
    <h2 class="property-inline"> Default Value: </h2>
462
    <p class="property-text">(none)</p>
463
  </div>
464
  <div class="property-description-line">
465
    <h2 class="property-inline"> Set Method: </h2>
466
    <p class="property-text">Configuration Utility</p>
467
  </div>
468
  <div class="property-description-line">
469
    <h2 class="property-inline"> Description: </h2>
470
    <p class="property-text">The type of database you are running.  Currently,
471
    there are two supported types, Oracle and Postgres.</p>
472
  </div>
473
  <div class="property-description-line">
474
    <h2 class="property-inline"> Example: </h2>
475
    <p class="property-text">postgres</p>
476
  </div>
477 4169 daigle
478 4188 daigle
  <a name="database.driver"></a><h1 class="property-main"> database.driver </h1>
479
  <div class="property-description-line">
480
    <h2 class="property-inline"> Default Value: </h2>
481
    <p class="property-text">(none)</p>
482
  </div>
483
  <div class="property-description-line">
484
    <h2 class="property-inline"> Set Method: </h2>
485
    <p class="property-text">Configuration Utility</p>
486
  </div>
487
  <div class="property-description-line">
488
    <h2 class="property-inline"> Description: </h2>
489
    <p class="property-text">The JDBC driver to be used to access the main
490
    database instance of Metacat.  There is one of these associated with each
491
    type of database.</p>
492
  </div>
493
  <div class="property-description-line">
494
    <h2 class="property-inline"> Example: </h2>
495
    <p class="property-text">org.postgresql.Driver</p>
496
  </div>
497 4169 daigle
498 4188 daigle
  <a name="database.adapter"></a><h1 class="property-main"> database.adapter </h1>
499
  <div class="property-description-line">
500
    <h2 class="property-inline"> Default Value: </h2>
501
    <p class="property-text">(none)</p>
502
  </div>
503
  <div class="property-description-line">
504
    <h2 class="property-inline"> Set Method: </h2>
505
    <p class="property-text">Configuration Utility</p>
506
  </div>
507
  <div class="property-description-line">
508
    <h2 class="property-inline"> Description: </h2>
509
    <p class="property-text">The adapter class that allows Metacat to access your
510
    database type.  There is one of these associated with each type of database.</p>
511
  </div>
512
  <div class="property-description-line">
513
    <h2 class="property-inline"> Example: </h2>
514
    <p class="property-text">edu.ucsb.nceas.dbadapter.PostgresqlAdapter</p>
515
  </div>
516 4169 daigle
517 4188 daigle
  <a name="database.scriptsuffix"></a><h1 class="property-main"> database.scriptsuffix.&lt;database_type&gt; </h1>
518
  <div class="property-description-line">
519
    <h2 class="property-inline"> Default Value: </h2>
520
    <p class="property-text">
521
      <br>&nbsp;&nbsp;&nbsp;&nbsp;database.scriptsuffix.postgres=postgres.sql<br>
522
      &nbsp;&nbsp;&nbsp;&nbsp;database.scriptsuffix.oracle=oracle.sql
523
    </p>
524
  </div>
525
  <div class="property-description-line">
526
    <h2 class="property-inline"> Set Method: </h2>
527
    <p class="property-text">Configuration Utility</p>
528
  </div>
529
  <div class="property-description-line">
530
    <h2 class="property-inline"> Description: </h2>
531
    <p class="property-text">There is a database.scriptsuffix entry for every
532
      supported type of database.  These tell the system which database scripts
533
      to run when installing or updating database schema.</p>
534
  </div>
535
  <div class="property-description-line">
536
    <h2 class="property-inline"> Example: </h2>
537
    <p class="property-text">postgres.sql</p>
538
  </div>
539
540
  <a name="database.upgradeVersion"></a><h1 class="property-main"> database.upgradeVersion.&lt;database_version&gt; </h1>
541
  <div class="property-description-line">
542
    <h2 class="property-inline"> Default Value: </h2>
543
    <p class="property-text">
544
      <br>&nbsp;&nbsp;&nbsp;&nbsp;database.upgradeVersion.0.0.0=xmltables,loaddtdschema<br>
545
          &nbsp;&nbsp;&nbsp;&nbsp;database.upgradeVersion.1.2.0=upgrade-db-to-1.2<br>
546
          &nbsp;&nbsp;&nbsp;&nbsp;database.upgradeVersion.1.3.0=upgrade-db-to-1.3<br>
547
          &nbsp;&nbsp;&nbsp;&nbsp;database.upgradeVersion.1.4.0=upgrade-db-to-1.4<br>
548
          &nbsp;&nbsp;&nbsp;&nbsp;database.upgradeVersion.1.5.0=upgrade-db-to-1.5<br>
549
          &nbsp;&nbsp;&nbsp;&nbsp;database.upgradeVersion.1.6.0=upgrade-db-to-1.6<br>
550
          &nbsp;&nbsp;&nbsp;&nbsp;database.upgradeVersion.1.7.0=upgrade-db-to-1.7<br>
551
          &nbsp;&nbsp;&nbsp;&nbsp;database.upgradeVersion.1.8.0=upgrade-db-to-1.8<br>
552
          &nbsp;&nbsp;&nbsp;&nbsp;database.upgradeVersion.1.9.0=upgrade-db-to-1.9
553
    </p>
554
  </div>
555
  <div class="property-description-line">
556
    <h2 class="property-inline"> Set Method: </h2>
557
    <p class="property-text">Configuration Utility</p>
558
  </div>
559
  <div class="property-description-line">
560
    <h2 class="property-inline"> Description: </h2>
561
    <p class="property-text">There is a database.scriptsuffix entry for every
562
      metacat database schema version. (Note that a schema version corresponds
563
      to an application version.) These tell the system which database scripts
564
      to run when installing or updating database schema.</p>
565
  </div>
566
  <div class="property-description-line">
567
    <h2 class="property-inline"> Example: </h2>
568
    <p class="property-text">upgrade-db-to-1.2</p>
569
  </div>
570
571
  <a name="database.initialConnections"></a><h1 class="property-main"> database.initialConnections </h1>
572
  <div class="property-description-line">
573
    <h2 class="property-inline"> Default Value: </h2>
574
    <p class="property-text">5</p>
575
  </div>
576
  <div class="property-description-line">
577
    <h2 class="property-inline"> Set Method: </h2>
578
    <p class="property-text">Manual</p>
579
  </div>
580
  <div class="property-description-line">
581
    <h2 class="property-inline"> Description: </h2>
582
    <p class="property-text"> The number of initial connection that
583
      Metacat creates to the database.</p>
584
  </div>
585
  <div class="property-description-line">
586
    <h2 class="property-inline"> Example: </h2>
587
    <p class="property-text">5</p>
588
  </div>
589
590
  <a name="database.incrementConnections"></a><h1 class="property-main"> database.incrementConnections </h1>
591
  <div class="property-description-line">
592
    <h2 class="property-inline"> Default Value: </h2>
593
    <p class="property-text">5</p>
594
  </div>
595
  <div class="property-description-line">
596
    <h2 class="property-inline"> Set Method: </h2>
597
    <p class="property-text">Manual</p>
598
  </div>
599
  <div class="property-description-line">
600
    <h2 class="property-inline"> Description: </h2>
601
    <p class="property-text"> The number of connections that are created
602
      when Metacat needs more connections.</p>
603
  </div>
604
  <div class="property-description-line">
605
    <h2 class="property-inline"> Example: </h2>
606
    <p class="property-text">5</p>
607
  </div>
608
609
  <a name="database.maximumConnections"></a><h1 class="property-main"> database.maximumConnections </h1>
610
  <div class="property-description-line">
611
    <h2 class="property-inline"> Default Value: </h2>
612
    <p class="property-text">25</p>
613
  </div>
614
  <div class="property-description-line">
615
    <h2 class="property-inline"> Set Method: </h2>
616
    <p class="property-text">Manual</p>
617
  </div>
618
  <div class="property-description-line">
619
    <h2 class="property-inline"> Description: </h2>
620
    <p class="property-text"> The maximum number of database connections
621
      Metacat can make.</p>
622
  </div>
623
  <div class="property-description-line">
624
    <h2 class="property-inline"> Example: </h2>
625
    <p class="property-text">25</p>
626
  </div>
627
628
  <a name="database.maximumConnectionAge"></a><h1 class="property-main"> database.maximumConnectionAge </h1>
629
  <div class="property-description-line">
630
    <h2 class="property-inline"> Default Value: </h2>
631
    <p class="property-text">120000</p>
632
  </div>
633
  <div class="property-description-line">
634
    <h2 class="property-inline"> Set Method: </h2>
635
    <p class="property-text">Manual</p>
636
  </div>
637
  <div class="property-description-line">
638
    <h2 class="property-inline"> Description: </h2>
639
    <p class="property-text"> The maximum time in milliseconds that a database
640
      connection can live.</p>
641
  </div>
642
  <div class="property-description-line">
643
    <h2 class="property-inline"> Example: </h2>
644
    <p class="property-text">120000</p>
645
  </div>
646
647
  <a name="database.maximumConnectionTime"></a><h1 class="property-main"> database.maximumConnectionTime </h1>
648
  <div class="property-description-line">
649
    <h2 class="property-inline"> Default Value: </h2>
650
    <p class="property-text">60000</p>
651
  </div>
652
  <div class="property-description-line">
653
    <h2 class="property-inline"> Set Method: </h2>
654
    <p class="property-text">Manual</p>
655
  </div>
656
  <div class="property-description-line">
657
    <h2 class="property-inline"> Description: </h2>
658
    <p class="property-text"> The maximum time in milliseconds that a database
659
      connection can accumulate in actual connection time.</p>
660
  </div>
661
  <div class="property-description-line">
662
    <h2 class="property-inline"> Example: </h2>
663
    <p class="property-text">60000</p>
664
  </div>
665
666
  <a name="database.maximumUsageNumber"></a><h1 class="property-main"> database.maximumUsageNumber </h1>
667
  <div class="property-description-line">
668
    <h2 class="property-inline"> Default Value: </h2>
669
    <p class="property-text">100</p>
670
  </div>
671
  <div class="property-description-line">
672
    <h2 class="property-inline"> Set Method: </h2>
673
    <p class="property-text">Manual</p>
674
  </div>
675
  <div class="property-description-line">
676
    <h2 class="property-inline"> Description: </h2>
677
    <p class="property-text"> The maximum number of times a single connection
678
      can be used.</p>
679
  </div>
680
  <div class="property-description-line">
681
    <h2 class="property-inline"> Example: </h2>
682
    <p class="property-text">100</p>
683
  </div>
684
685
  <a name="database.numberOfIndexingThreads"></a><h1 class="property-main"> database.numberOfIndexingThreads </h1>
686
  <div class="property-description-line">
687
    <h2 class="property-inline"> Default Value: </h2>
688
    <p class="property-text">5</p>
689
  </div>
690
  <div class="property-description-line">
691
    <h2 class="property-inline"> Set Method: </h2>
692
    <p class="property-text">Manual</p>
693
  </div>
694
  <div class="property-description-line">
695
    <h2 class="property-inline"> Description: </h2>
696
    <p class="property-text"> The number of threads available for indexing.</p>
697
  </div>
698
  <div class="property-description-line">
699
    <h2 class="property-inline"> Example: </h2>
700
    <p class="property-text">5</p>
701
  </div>
702
703
  <a name="database.indexingTimerTaskTime"></a><h1 class="property-main"> database.indexingTimerTaskTime </h1>
704
  <div class="property-description-line">
705
    <h2 class="property-inline"> Default Value: </h2>
706
    <p class="property-text">604800000</p>
707
  </div>
708
  <div class="property-description-line">
709
    <h2 class="property-inline"> Set Method: </h2>
710
    <p class="property-text">Manual</p>
711
  </div>
712
  <div class="property-description-line">
713
    <h2 class="property-inline"> Description: </h2>
714
    <p class="property-text"> The time in milliseconds between indexing.</p>
715
  </div>
716
  <div class="property-description-line">
717
    <h2 class="property-inline"> Example: </h2>
718
    <p class="property-text">604800000</p>
719
  </div>
720
721
  <a name="database.indexingInitialDelay"></a><h1 class="property-main"> database.indexingInitialDelay </h1>
722
  <div class="property-description-line">
723
    <h2 class="property-inline"> Default Value: </h2>
724
    <p class="property-text">3600000</p>
725
  </div>
726
  <div class="property-description-line">
727
    <h2 class="property-inline"> Set Method: </h2>
728
    <p class="property-text">Manual</p>
729
  </div>
730
  <div class="property-description-line">
731
    <h2 class="property-inline"> Description: </h2>
732
    <p class="property-text"> The delay in milliseconds before first indexing is executed.</p>
733
  </div>
734
  <div class="property-description-line">
735
    <h2 class="property-inline"> Example: </h2>
736
    <p class="property-text">3600000</p>
737
  </div>
738
739
  <a name="database.maximumIndexDelay"></a><h1 class="property-main"> database.maximumIndexDelay </h1>
740
  <div class="property-description-line">
741
    <h2 class="property-inline"> Default Value: </h2>
742
    <p class="property-text">5000</p>
743
  </div>
744
  <div class="property-description-line">
745
    <h2 class="property-inline"> Set Method: </h2>
746
    <p class="property-text">Manual</p>
747
  </div>
748
  <div class="property-description-line">
749
    <h2 class="property-inline"> Description: </h2>
750
    <p class="property-text"> The time in milliseconds that an indexing thread
751
      will wait when it can't get a doc id before retrying the indexing.</p>
752
  </div>
753
  <div class="property-description-line">
754
    <h2 class="property-inline"> Example: </h2>
755
    <p class="property-text">5000</p>
756
  </div>
757
758
  <a name="database.runDBConnectionRecycleThread"></a><h1 class="property-main"> database.runDBConnectionRecycleThread </h1>
759
  <div class="property-description-line">
760
    <h2 class="property-inline"> Default Value: </h2>
761
    <p class="property-text">off</p>
762
  </div>
763
  <div class="property-description-line">
764
    <h2 class="property-inline"> Set Method: </h2>
765
    <p class="property-text">Manual</p>
766
  </div>
767
  <div class="property-description-line">
768
    <h2 class="property-inline"> Description: </h2>
769
    <p class="property-text"> Determines whether the database connection
770
      pool should run a thread to recycle connections.  Possible values are
771
      "on" and "off"</p>
772
  </div>
773
  <div class="property-description-line">
774
    <h2 class="property-inline"> Example: </h2>
775
    <p class="property-text">off</p>
776
  </div>
777
778
  <a name="database.cycleTimeOfDBConnection"></a><h1 class="property-main"> database.cycleTimeOfDBConnection </h1>
779
  <div class="property-description-line">
780
    <h2 class="property-inline"> Default Value: </h2>
781
    <p class="property-text">30000</p>
782
  </div>
783
  <div class="property-description-line">
784
    <h2 class="property-inline"> Set Method: </h2>
785
    <p class="property-text">Manual</p>
786
  </div>
787
  <div class="property-description-line">
788
    <h2 class="property-inline"> Description: </h2>
789
    <p class="property-text"> The time in milliseconds between connection
790
      recycling runs.</p>
791
  </div>
792
  <div class="property-description-line">
793
    <h2 class="property-inline"> Example: </h2>
794
    <p class="property-text">30000</p>
795
  </div>
796
797
  <a name="database.queryignoredparams"></a><h1 class="property-main"> database.queryignoredparams </h1>
798
  <div class="property-description-line">
799
    <h2 class="property-inline"> Default Value: </h2>
800
    <p class="property-text">enableediting,foo</p>
801
  </div>
802
  <div class="property-description-line">
803
    <h2 class="property-inline"> Set Method: </h2>
804
    <p class="property-text">Manual</p>
805
  </div>
806
  <div class="property-description-line">
807
    <h2 class="property-inline"> Description: </h2>
808
    <p class="property-text"> Parameters to ignore in a structured
809
      xml query.</p>
810
  </div>
811
  <div class="property-description-line">
812
    <h2 class="property-inline"> Example: </h2>
813
    <p class="property-text">enableediting</p>
814
  </div>
815
816
  <a name="database.usexmlindex"></a><h1 class="property-main"> database.usexmlindex </h1>
817
  <div class="property-description-line">
818
    <h2 class="property-inline"> Default Value: </h2>
819
    <p class="property-text">true</p>
820
  </div>
821
  <div class="property-description-line">
822
    <h2 class="property-inline"> Set Method: </h2>
823
    <p class="property-text">Manual</p>
824
  </div>
825
  <div class="property-description-line">
826
    <h2 class="property-inline"> Description: </h2>
827
    <p class="property-text"> Determines whether to use xml
828
      indexes when finding documents.  Possible values are true
829
      and false.</p>
830
  </div>
831
  <div class="property-description-line">
832
    <h2 class="property-inline"> Example: </h2>
833
    <p class="property-text">true</p>
834
  </div>
835
836 4243 daigle
  <a name="database.appResultsetSize"></a><h1 class="property-main"> database.appResultsetSize </h1>
837
  <div class="property-description-line">
838
    <h2 class="property-inline"> Default Value: </h2>
839
    <p class="property-text">7000</p>
840
  </div>
841
  <div class="property-description-line">
842
    <h2 class="property-inline"> Set Method: </h2>
843
    <p class="property-text">Manual</p>
844
  </div>
845
  <div class="property-description-line">
846
    <h2 class="property-inline"> Description: </h2>
847
    <p class="property-text"> Determines the number of results that get sent
848
    back to an application from a query.</p>
849
  </div>
850
  <div class="property-description-line">
851
    <h2 class="property-inline"> Example: </h2>
852
    <p class="property-text">7000</p>
853
  </div>
854 4188 daigle
855 4243 daigle
  <a name="database.webResultsetSize"></a><h1 class="property-main"> database.webResultsetSize </h1>
856
  <div class="property-description-line">
857
    <h2 class="property-inline"> Default Value: </h2>
858
    <p class="property-text">7000</p>
859
  </div>
860
  <div class="property-description-line">
861
    <h2 class="property-inline"> Set Method: </h2>
862
    <p class="property-text">Manual</p>
863
  </div>
864
  <div class="property-description-line">
865
    <h2 class="property-inline"> Description: </h2>
866
    <p class="property-text"> Determines the number of results that get sent
867
    back to a web browser from a query.</p>
868
  </div>
869
  <div class="property-description-line">
870
    <h2 class="property-inline"> Example: </h2>
871
    <p class="property-text">7000</p>
872
  </div>
873 4188 daigle
874 4243 daigle
  <a name="database.xmlReturnfieldCount"></a><h1 class="property-main"> database.xmlReturnfieldCount </h1>
875
  <div class="property-description-line">
876
    <h2 class="property-inline"> Default Value: </h2>
877
    <p class="property-text">0</p>
878
  </div>
879
  <div class="property-description-line">
880
    <h2 class="property-inline"> Set Method: </h2>
881
    <p class="property-text">Manual</p>
882
  </div>
883
  <div class="property-description-line">
884
    <h2 class="property-inline"> Description: </h2>
885
    <p class="property-text"> If the results of a query have been returned
886
    more times than database.xmlReturnfieldCount, then those results will be
887
    inserted into the xml_queryresult table in the database.</p>
888
  </div>
889
  <div class="property-description-line">
890
    <h2 class="property-inline"> Example: </h2>
891
    <p class="property-text">0</p>
892
  </div>
893
894
  <a name="database.queryresultStringLength"></a><h1 class="property-main"> database.queryresultStringLength </h1>
895
  <div class="property-description-line">
896
    <h2 class="property-inline"> Default Value: </h2>
897
    <p class="property-text">500000</p>
898
  </div>
899
  <div class="property-description-line">
900
    <h2 class="property-inline"> Set Method: </h2>
901
    <p class="property-text">Manual</p>
902
  </div>
903
  <div class="property-description-line">
904
    <h2 class="property-inline"> Description: </h2>
905
    <p class="property-text"> This is used to set the max size of
906
    the query result string in the queryresult table. This should be
907
    set to some number less than 4000 if an Oracle database is being
908
    used.</p>
909
  </div>
910
  <div class="property-description-line">
911
    <h2 class="property-inline"> Example: </h2>
912
    <p class="property-text">500000</p>
913
  </div>
914
915
  <a name="database.queryresultCacheSize"></a><h1 class="property-main"> database.queryresultCacheSize </h1>
916
  <div class="property-description-line">
917
    <h2 class="property-inline"> Default Value: </h2>
918
    <p class="property-text">500</p>
919
  </div>
920
  <div class="property-description-line">
921
    <h2 class="property-inline"> Set Method: </h2>
922
    <p class="property-text">Manual</p>
923
  </div>
924
  <div class="property-description-line">
925
    <h2 class="property-inline"> Description: </h2>
926
    <p class="property-text"> The number of query results that will be cached.</p>
927
  </div>
928
  <div class="property-description-line">
929
    <h2 class="property-inline"> Example: </h2>
930
    <p class="property-text">500</p>
931
  </div>
932
933
  <a name="database.queryCacheOn"></a><h1 class="property-main"> database.queryCacheOn </h1>
934
  <div class="property-description-line">
935
    <h2 class="property-inline"> Default Value: </h2>
936
    <p class="property-text">on</p>
937
  </div>
938
  <div class="property-description-line">
939
    <h2 class="property-inline"> Set Method: </h2>
940
    <p class="property-text">Manual</p>
941
  </div>
942
  <div class="property-description-line">
943
    <h2 class="property-inline"> Description: </h2>
944
    <p class="property-text"> Determines whether query caching is turned on.  Acceptible
945
    values are &quot;on&quot; and &quot;off&quot;</p>
946
  </div>
947
  <div class="property-description-line">
948
    <h2 class="property-inline"> Example: </h2>
949
    <p class="property-text">on</p>
950
  </div>
951
952
  <br>
953
954
  <a name="auth.class"></a><h1 class="property-main"> auth.class </h1>
955
  <div class="property-description-line">
956
    <h2 class="property-inline"> Default Value: </h2>
957
    <p class="property-text">edu.ucsb.nceas.metacat.AuthLdap</p>
958
  </div>
959
  <div class="property-description-line">
960
    <h2 class="property-inline"> Set Method: </h2>
961 4579 daigle
    <p class="property-text">Configuration Utility</p>
962 4243 daigle
  </div>
963
  <div class="property-description-line">
964
    <h2 class="property-inline"> Description: </h2>
965
    <p class="property-text"> The class that is used for user authentication.  Currently,
966
    only the AuthLdap class is included in the Metacat distribution, but it is possible
967
    for an admin to implement other authentication strategies by implementing a Java
968 4579 daigle
    class that extends the AuthInterface interface and rebuilding Metacat.  Change this to
969
    be the fully qualified class name of your custom authentication mechanism.</p>
970 4243 daigle
  </div>
971
  <div class="property-description-line">
972
    <h2 class="property-inline"> Example: </h2>
973
    <p class="property-text">edu.ucsb.nceas.metacat.AuthLdap</p>
974
  </div>
975
976
  <a name="auth.timeoutMinutes"></a><h1 class="property-main"> auth.timeoutMinutes </h1>
977
  <div class="property-description-line">
978
    <h2 class="property-inline"> Default Value: </h2>
979
    <p class="property-text">180</p>
980
  </div>
981
  <div class="property-description-line">
982
    <h2 class="property-inline"> Set Method: </h2>
983
    <p class="property-text">Manual</p>
984
  </div>
985
  <div class="property-description-line">
986
    <h2 class="property-inline"> Description: </h2>
987
    <p class="property-text"> The number of minutes that a user will stay logged
988
    in to Metacat without any activity.</p>
989
  </div>
990
  <div class="property-description-line">
991
    <h2 class="property-inline"> Example: </h2>
992
    <p class="property-text">180</p>
993
  </div>
994
995
  <br>
996
997 4579 daigle
  <a name="auth.administrators"></a><h1 class="property-main"> auth.administrators </h1>
998 4243 daigle
  <div class="property-description-line">
999
    <h2 class="property-inline"> Default Value: </h2>
1000
    <p class="property-text">(none)</p>
1001
  </div>
1002
  <div class="property-description-line">
1003
    <h2 class="property-inline"> Set Method: </h2>
1004
    <p class="property-text">Configuration Utility</p>
1005
  </div>
1006
  <div class="property-description-line">
1007
    <h2 class="property-inline"> Description: </h2>
1008
    <p class="property-text"> A colon separated list of The ldap users
1009
    or groups that have administrative privileges to Metacat.  Note that
1010
    during the intial installation of Metacat, the installer will be
1011 4542 daigle
    asked to enter this value.  <font color="red">At least one
1012
    user or group must be entered and all accounts must exist in LDAP,
1013
    or the installer will not be allowed to continue with the
1014
    configuration.</font></p>
1015 4243 daigle
  </div>
1016
  <div class="property-description-line">
1017
    <h2 class="property-inline"> Example: </h2> <br>
1018
    <p class="property-text">uid=youruser,o=NCEAS,dc=ecoinformatics,dc=org</p><br>
1019
    <p class="property-text">cn=yourgroup,o=NCEAS,dc=ecoinformatics,dc=org</p>
1020
  </div>
1021
1022 4579 daigle
  <a name="auth.url"></a><h1 class="property-main"> auth.url </h1>
1023 4243 daigle
  <div class="property-description-line">
1024
    <h2 class="property-inline"> Default Value: </h2>
1025
    <p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
1026
  </div>
1027
  <div class="property-description-line">
1028
    <h2 class="property-inline"> Set Method: </h2>
1029
    <p class="property-text">Configuration Utility</p>
1030
  </div>
1031
  <div class="property-description-line">
1032
    <h2 class="property-inline"> Description: </h2>
1033 4579 daigle
    <p class="property-text"> The url of the server that Metacat
1034 4243 daigle
    should use for authentication.</p>
1035
  </div>
1036
  <div class="property-description-line">
1037
    <h2 class="property-inline"> Example: </h2>
1038
    <p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
1039
  </div>
1040
1041 4579 daigle
  <a name="auth.surl"></a><h1 class="property-main"> auth.surl </h1>
1042 4243 daigle
  <div class="property-description-line">
1043
    <h2 class="property-inline"> Default Value: </h2>
1044
    <p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
1045
  </div>
1046
  <div class="property-description-line">
1047
    <h2 class="property-inline"> Set Method: </h2>
1048
    <p class="property-text">Configuration Utility</p>
1049
  </div>
1050
  <div class="property-description-line">
1051
    <h2 class="property-inline"> Description: </h2>
1052 4579 daigle
    <p class="property-text"> The url of the server that Metacat
1053 4243 daigle
    should use for  secure authentication.</p>
1054
  </div>
1055
  <div class="property-description-line">
1056
    <h2 class="property-inline"> Example: </h2>
1057
    <p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
1058 4275 daigle
  </div>
1059 4729 daigle
1060
  <a name="auth.base"></a><h1 class="property-main"> auth.base </h1>
1061
  <div class="property-description-line">
1062
    <h2 class="property-inline"> Default Value: </h2>
1063
    <p class="property-text">dc=ecoinformatics,dc=org</p>
1064
  </div>
1065
  <div class="property-description-line">
1066
    <h2 class="property-inline"> Set Method: </h2>
1067
    <p class="property-text">Configuration Utility</p>
1068
  </div>
1069
  <div class="property-description-line">
1070
    <h2 class="property-inline"> Description: </h2>
1071
    <p class="property-text"> The base part of the distinguished name that
1072
    metacat uses for authentication.</p>
1073
  </div>
1074
  <div class="property-description-line">
1075
    <h2 class="property-inline"> Example: </h2>
1076
    <p class="property-text">dc=ecoinformatics,dc=org</p>
1077
  </div>
1078 4243 daigle
1079 4579 daigle
  <a name="auth.allowedSubmitters"></a><h1 class="property-main"> auth.allowedSubmitters </h1>
1080 4243 daigle
  <div class="property-description-line">
1081
    <h2 class="property-inline"> Default Value: </h2>
1082
    <p class="property-text">(none)</p>
1083
  </div>
1084
  <div class="property-description-line">
1085
    <h2 class="property-inline"> Set Method: </h2>
1086
    <p class="property-text">Configuration Utility</p>
1087
  </div>
1088
  <div class="property-description-line">
1089
    <h2 class="property-inline"> Description: </h2>
1090
    <p class="property-text"> A colon delimited list of users who should
1091
    be allowed to submit documents. If no value is specified, all users will
1092
    be allowed to submit documents.</p>
1093
  </div>
1094
  <div class="property-description-line">
1095
    <h2 class="property-inline"> Example: </h2>
1096
    <p class="property-text">uid=youruser,o=NCEAS,dc=ecoinformatics,dc=org</p>
1097
  </div>
1098
1099 4579 daigle
  <a name="auth.deniedSubmitters"></a><h1 class="property-main"> auth.deniedSubmitters </h1>
1100 4243 daigle
  <div class="property-description-line">
1101
    <h2 class="property-inline"> Default Value: </h2>
1102
    <p class="property-text">(none)</p>
1103
  </div>
1104
  <div class="property-description-line">
1105
    <h2 class="property-inline"> Set Method: </h2>
1106
    <p class="property-text">Configuration Utility</p>
1107
  </div>
1108
  <div class="property-description-line">
1109
    <h2 class="property-inline"> Description: </h2>
1110
    <p class="property-text"> A colon delimited list of users who should not
1111
    be allowed to submit documents. If no value is specified, all users will
1112
    be allowed to submit documents.</p>
1113
  </div>
1114
  <div class="property-description-line">
1115
    <h2 class="property-inline"> Example: </h2>
1116
    <p class="property-text">uid=youruser,o=NCEAS,dc=ecoinformatics,dc=org</p>
1117
  </div>
1118
1119
  <a name="ldap.connectTimeLimit"></a><h1 class="property-main"> ldap.connectTimeLimit </h1>
1120
  <div class="property-description-line">
1121
    <h2 class="property-inline"> Default Value: </h2>
1122
    <p class="property-text">5000</p>
1123
  </div>
1124
  <div class="property-description-line">
1125
    <h2 class="property-inline"> Set Method: </h2>
1126
    <p class="property-text">Manual</p>
1127
  </div>
1128
  <div class="property-description-line">
1129
    <h2 class="property-inline"> Description: </h2>
1130
    <p class="property-text"> The time in milliseconds allowed for ldap
1131
    server connections.</p>
1132
  </div>
1133
  <div class="property-description-line">
1134
    <h2 class="property-inline"> Example: </h2>
1135
    <p class="property-text">5000</p>
1136
  </div>
1137
1138
  <a name="ldap.searchTimeLimit"></a><h1 class="property-main"> ldap.searchTimeLimit </h1>
1139
  <div class="property-description-line">
1140
    <h2 class="property-inline"> Default Value: </h2>
1141
    <p class="property-text">30000</p>
1142
  </div>
1143
  <div class="property-description-line">
1144
    <h2 class="property-inline"> Set Method: </h2>
1145
    <p class="property-text">Manual</p>
1146
  </div>
1147
  <div class="property-description-line">
1148
    <h2 class="property-inline"> Description: </h2>
1149
    <p class="property-text"> The time in milliseconds allowed for ldap server searches.</p>
1150
  </div>
1151
  <div class="property-description-line">
1152
    <h2 class="property-inline"> Example: </h2>
1153
    <p class="property-text">30000</p>
1154
  </div>
1155
1156
  <a name="ldap.searchCountLimit"></a><h1 class="property-main"> ldap.searchCountLimit </h1>
1157
  <div class="property-description-line">
1158
    <h2 class="property-inline"> Default Value: </h2>
1159
    <p class="property-text">30000</p>
1160
  </div>
1161
  <div class="property-description-line">
1162
    <h2 class="property-inline"> Set Method: </h2>
1163
    <p class="property-text">Manual</p>
1164
  </div>
1165
  <div class="property-description-line">
1166
    <h2 class="property-inline"> Description: </h2>
1167
    <p class="property-text"> the count of return entries allowed for ldap server searches.</p>
1168
  </div>
1169
  <div class="property-description-line">
1170
    <h2 class="property-inline"> Example: </h2>
1171
    <p class="property-text">30000</p>
1172
  </div>
1173
1174
  <a name="ldap.referral"></a><h1 class="property-main"> ldap.referral </h1>
1175
  <div class="property-description-line">
1176
    <h2 class="property-inline"> Default Value: </h2>
1177
    <p class="property-text">follow</p>
1178
  </div>
1179
  <div class="property-description-line">
1180
    <h2 class="property-inline"> Set Method: </h2>
1181
    <p class="property-text">Manual</p>
1182
  </div>
1183
  <div class="property-description-line">
1184
    <h2 class="property-inline"> Description: </h2>
1185
    <p class="property-text"> The type of ldap referrals to use. Acceptible values are
1186
    &quot;follow&quot;, &quot;throw&quot; or &quot;none&quot;. Refer to ldap documentation
1187
    for further information.</p>
1188
  </div>
1189
  <div class="property-description-line">
1190
    <h2 class="property-inline"> Example: </h2>
1191
    <p class="property-text">follow</p>
1192
  </div>
1193
1194
  <a name="ldap.onlySecureConnection"></a><h1 class="property-main"> ldap.onlySecureConnection </h1>
1195
  <div class="property-description-line">
1196
    <h2 class="property-inline"> Default Value: </h2>
1197
    <p class="property-text">false</p>
1198
  </div>
1199
  <div class="property-description-line">
1200
    <h2 class="property-inline"> Set Method: </h2>
1201
    <p class="property-text">Manual</p>
1202
  </div>
1203
  <div class="property-description-line">
1204
    <h2 class="property-inline"> Description: </h2>
1205
    <p class="property-text"> Determines whether to only use secure ldap server.
1206
    Acceptible values are &quot;true&quot; and &quot;false&quot;.</p>
1207
  </div>
1208
  <div class="property-description-line">
1209
    <h2 class="property-inline"> Example: </h2>
1210
    <p class="property-text">false</p>
1211
  </div>
1212
1213
  <a name="ldap.onlySecureReferalsConnection"></a><h1 class="property-main"> ldap.onlySecureReferalsConnection </h1>
1214
  <div class="property-description-line">
1215
    <h2 class="property-inline"> Default Value: </h2>
1216
    <p class="property-text">false</p>
1217
  </div>
1218
  <div class="property-description-line">
1219
    <h2 class="property-inline"> Set Method: </h2>
1220
    <p class="property-text">Manual</p>
1221
  </div>
1222
  <div class="property-description-line">
1223
    <h2 class="property-inline"> Description: </h2>
1224
    <p class="property-text"> Determines whether to only use secure referral server.
1225
    Acceptible values are &quot;true&quot; and &quot;false&quot;.</p>
1226
  </div>
1227
  <div class="property-description-line">
1228
    <h2 class="property-inline"> Example: </h2>
1229
    <p class="property-text">false</p>
1230
  </div>
1231
1232
  <br>
1233
1234
  <a name="xml.saxparser"></a><h1 class="property-main"> xml.saxparser </h1>
1235
  <div class="property-description-line">
1236
    <h2 class="property-inline"> Default Value: </h2>
1237
    <p class="property-text">org.apache.xerces.parsers.SAXParser</p>
1238
  </div>
1239
  <div class="property-description-line">
1240
    <h2 class="property-inline"> Set Method: </h2>
1241
    <p class="property-text">Manual</p>
1242
  </div>
1243
  <div class="property-description-line">
1244
    <h2 class="property-inline"> Description: </h2>
1245
    <p class="property-text"> The SAX parser used to parse XML documents.
1246
    See: <a href="./saxparser.html">SAX parser documentation</a>. </p>
1247
  </div>
1248
  <div class="property-description-line">
1249
    <h2 class="property-inline"> Example: </h2>
1250
    <p class="property-text">org.apache.xerces.parsers.SAXParser</p>
1251
  </div>
1252
1253
  <a name="xml.eml2_0_0namespace"></a><h1 class="property-main"> xml.eml2_0_0namespace </h1>
1254
  <div class="property-description-line">
1255
    <h2 class="property-inline"> Default Value: </h2>
1256
    <p class="property-text">eml://ecoinformatics.org/eml-2.0.0</p>
1257
  </div>
1258
  <div class="property-description-line">
1259
    <h2 class="property-inline"> Set Method: </h2>
1260
    <p class="property-text">Manual</p>
1261
  </div>
1262
  <div class="property-description-line">
1263
    <h2 class="property-inline"> Description: </h2>
1264
    <p class="property-text"> The namespace of EML 2.0.0 documents. </p>
1265
  </div>
1266
  <div class="property-description-line">
1267
    <h2 class="property-inline"> Example: </h2>
1268
    <p class="property-text">eml://ecoinformatics.org/eml-2.0.0</p>
1269
  </div>
1270
1271
  <a name="xml.eml2_0_1namespace"></a><h1 class="property-main"> xml.eml2_0_1namespace </h1>
1272
  <div class="property-description-line">
1273
    <h2 class="property-inline"> Default Value: </h2>
1274
    <p class="property-text">eml://ecoinformatics.org/eml-2.0.1</p>
1275
  </div>
1276
  <div class="property-description-line">
1277
    <h2 class="property-inline"> Set Method: </h2>
1278
    <p class="property-text">Manual</p>
1279
  </div>
1280
  <div class="property-description-line">
1281
    <h2 class="property-inline"> Description: </h2>
1282
    <p class="property-text"> The namespace of EML 2.0.1 documents. </p>
1283
  </div>
1284
  <div class="property-description-line">
1285
    <h2 class="property-inline"> Example: </h2>
1286
    <p class="property-text">eml://ecoinformatics.org/eml-2.0.1</p>
1287
  </div>
1288
1289
  <a name="xml.eml2_1_0namespace"></a><h1 class="property-main"> xml.eml2_1_0namespace </h1>
1290
  <div class="property-description-line">
1291
    <h2 class="property-inline"> Default Value: </h2>
1292
    <p class="property-text">eml://ecoinformatics.org/eml-2.1.0</p>
1293
  </div>
1294
  <div class="property-description-line">
1295
    <h2 class="property-inline"> Set Method: </h2>
1296
    <p class="property-text">Manual</p>
1297
  </div>
1298
  <div class="property-description-line">
1299
    <h2 class="property-inline"> Description: </h2>
1300
    <p class="property-text"> The namespace of EML 2.1.0 documents. </p>
1301
  </div>
1302
  <div class="property-description-line">
1303
    <h2 class="property-inline"> Example: </h2>
1304
    <p class="property-text">eml://ecoinformatics.org/eml-2.1.0</p>
1305
  </div>
1306
1307
  <a name="xml.packagedoctype"></a><h1 class="property-main"> xml.packagedoctype </h1>
1308
  <div class="property-description-line">
1309
    <h2 class="property-inline"> Default Value: </h2>
1310
    <p class="property-text">-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN</p>
1311
  </div>
1312
  <div class="property-description-line">
1313
    <h2 class="property-inline"> Set Method: </h2>
1314
    <p class="property-text">Manual</p>
1315
  </div>
1316
  <div class="property-description-line">
1317
    <h2 class="property-inline"> Description: </h2>
1318
    <p class="property-text"> The doctype of a package file. The system will only
1319
    recognize documents of this type as package files. See:
1320
    <a href="./packages.html">package documentation</a>.</p>
1321
  </div>
1322
  <div class="property-description-line">
1323
    <h2 class="property-inline"> Example: </h2>
1324
    <p class="property-text">-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN</p>
1325
  </div>
1326
1327
  <a name="xml.accessdoctype"></a><h1 class="property-main"> xml.accessdoctype </h1>
1328
  <div class="property-description-line">
1329
    <h2 class="property-inline"> Default Value: </h2>
1330
    <p class="property-text">-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN</p>
1331
  </div>
1332
  <div class="property-description-line">
1333
    <h2 class="property-inline"> Set Method: </h2>
1334
    <p class="property-text">Manual</p>
1335
  </div>
1336
  <div class="property-description-line">
1337
    <h2 class="property-inline"> Description: </h2>
1338
    <p class="property-text"> The doctype of an access control list (ACL) file. The
1339 4275 daigle
    system will only recognize documents of this type as access files. See:
1340 4243 daigle
    <a href="./acontrol.html">access control documentation</a>.</p>
1341
  </div>
1342
  <div class="property-description-line">
1343
    <h2 class="property-inline"> Example: </h2>
1344
    <p class="property-text">-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN</p>
1345
  </div>
1346
1347
1348
1349
1350
1351
  <!-- table border="1">
1352 878 berkley
    <tr>
1353
      <td><b>Property</b></td>
1354
      <td><b>Description</b></td>
1355
      <td><b>Possible or default value</b></td>
1356
    </tr>
1357
    <tr>
1358 881 berkley
      <td>config-dir</td>
1359
      <td>directory where the style-sets exist</td>
1360
      <td>/opt/tomcat/webapps/metacat/lib</td>
1361 878 berkley
    </tr>
1362
    <tr>
1363 881 berkley
      <td>default-style</td>
1364
      <td>the style-set to use if qformat is set to 'html'</td>
1365
      <td></td>
1366
    </tr>
1367
    <tr>
1368 878 berkley
      <td>xmlcatalogfile</td>
1369
      <td>The default file type catalog file location.<br>
1370
      DEPRECATED</td>
1371
      <td>/opt/tomcat/webapps/xmltodb/catalog.txt</td>
1372
    </tr>
1373
    <tr>
1374 881 berkley
      <td>siteCode</td>
1375
      <td>The code for the current site.</td>
1376 3591 costa
      <td>nceas</td>
1377 878 berkley
    </tr>
1378
    <tr>
1379
      <td>accNumSeparator</td>
1380
      <td>The separator that is used to separate the three parts
1381
          of the accession number: codename, sequence and revision number.
1382 2309 jones
           changing this parameter will likely break the application, so make
1383
           sure you know what you are doing.  It should be synchronized with
1384
           the Client application.</td>
1385 878 berkley
      <td>. (period)</td>
1386
    </tr>
1387
    <tr>
1388
      <td>saxparser</td>
1389
      <td>The SAX parser to be used to <a href="./saxparser.html">parse</a>
1390
      XML documents.</td>
1391
      <td>org.apache.xerces.parsers.SAXParser</td>
1392
    </tr>
1393
    <tr>
1394
      <td>servletpath</td>
1395
      <td>The path on the local machine to the Metacat Servlet.</td>
1396
      <td>/knb/servlet/metacat</td>
1397
    </tr>
1398
    <tr>
1399
      <td>htmlpath</td>
1400
      <td>The path to the HTML server for this Metacat context.  This is where
1401
      the Metacat web interface would be served from.</td>
1402
      <td>/knb</td>
1403
    </tr>
1404
    <tr>
1405
      <td>packagedoctype</td>
1406
      <td>The doctype of a package file.  The system will only recognize documents
1407
      of this type as a <a href="./packages.html">Package</a> files.</td>
1408
      <td>-//NCEAS//eml-dataset-2.0//EN</td>
1409
    </tr>
1410
    <tr>
1411
      <td>accessdoctype</td>
1412
      <td>The doctype of an access control list (ACL) file.  The system will
1413
          only recognize documents of this type as an <a href="./acontrol.html">Access</a>
1414
          files.</td>
1415
      <td>-//NCEAS//eml-access-2.0//EN</td>
1416
    </tr>
1417
    <tr>
1418
      <td>server</td>
1419
      <td>The server on which this Metacat server runs.</td>
1420
      <td>dev.nceas.ucsb.edu:8090</td>
1421
    </tr>
1422
    <tr>
1423
      <td>authclass</td>
1424
      <td>The authorization plugin to use.  In this example, LDAP.</td>
1425
      <td>edu.ucsb.nceas.metacat.AuthLdap</td>
1426
    </tr>
1427
    <tr>
1428
      <td>ldapurl</td>
1429
      <td>The path to your LDAP server (if LDAP authentication is being used.</td>
1430
      <td>ldap://ldap.nceas.ucsb.edu:389/</td>
1431
    </tr>
1432
    <tr>
1433
      <td>ldapsurl</td>
1434
      <td>The path to your LDAP server with SSL support.
1435
          (if LDAP authentication is being used and if your LDAT server is set
1436
          with SSL support.) 2 ports are used to listen: 389 for plain sockets
1437
          and 636 for SSL Sockect. If your LDAP server is not set to support SSL
1438
          this property should be the same as ldapurl, else Metacat will
1439
          retieve an error.</td>
1440
      <td>ldap://ldap.nceas.ucsb.edu:636/</td>
1441
    </tr>
1442
    <tr>
1443
      <td>ldapbase</td>
1444
      <td>LDAP base parameters for the LDAP server.</td>
1445
      <td>o=NCEAS,c=US</td>
1446
    </tr>
1447
    <tr>
1448 881 berkley
      <td>referral</td>
1449
      <td>The type of ldap referrals you want to use.  Eithe 'follow', 'throw' or
1450
      'none'.  See the ldap documentation for further information</td>
1451
      <td>follow</td>
1452
    </tr>
1453
    <tr>
1454 878 berkley
      <td>deltaT</td>
1455
      <td>The default delta T used for <a href="./replication.html">replication</a>.</td>
1456
      <td>60</td>
1457
    </tr>
1458
    <tr>
1459
      <td>replicationpath</td>
1460
      <td>The relative path to the replication servlet.</td>
1461
      <td>/knb/servlet/replication</td>
1462
    </tr>
1463
    <tr>
1464
      <td>replicationlog</td>
1465
      <td>Location of the replication log file.</td>
1466
      <td>/logs/Metacatreplication.log</td>
1467
    </tr>
1468
    <tr>
1469
      <td>dtdPath</td>
1470
      <td>Path to which DTDs are uploaded.</td>
1471
      <td>/opt/tomcat/webapps/knb/dtd/</td>
1472
    </tr>
1473
    <tr>
1474
      <td>dtdURL</td>
1475
      <td>The HTTP accessable URL to the DTD files specified in dtdPath.</td>
1476
      <td>http://server.domain.com/knb/dtd/</td>
1477
    </tr>
1478
    <tr>
1479
      <td>datafilepath</td>
1480
      <td>The path to which you want data files uploaded.</td>
1481
      <td>/opt/tomcat/webapps/knb/data</td>
1482
    </tr>
1483
    <tr>
1484 881 berkley
      <td>certPath</td>
1485
      <td>path to the SSL keys for secure transmissions.</td>
1486
      <td>/opt/tomcat/webapps/metacat/lib</td>
1487 878 berkley
    </tr>
1488 2309 jones
    <tr>
1489
      <td>administrators</td>
1490
      <td>The administrators parameter lists the accounts that are allowed to
1491
          perform administrative actions such as rebuilding indices for
1492
          documents. The list can can contain more than one account separated
1493
          by colons.</td>
1494
      <td>Default:&nbsp;&nbsp;
1495
          <code>uid=jones,o=NCEAS,dc=ecoinformatics,dc=org</code>
1496
      <br><br>Examples:&nbsp;&nbsp;
1497
          <code>uid=localadmin,o=ucnrs.org</code>
1498
      </td>
1499
    </tr>
1500
    <tr><td> </td></tr>
1501 3591 costa
1502
1503
    <tr><td colspan="3"><b>Additional properties that probably do not need to be changed</b></td></tr>
1504
    <tr><td>configured</td><td>Configuration flag</td><td>true</td></tr>
1505 4169 daigle
    <tr><td>configurationPage</td><td>The page to do metacat configuration<td>/configure.jsp</td></tr>
1506 3591 costa
    <tr><td>configurationSuccessPage</td><td>The page to show successful message after configuration</td><td>/configure-restart.jsp</td></tr>
1507
    <tr><td>version</td><td>Release version.</td><td>1.7.1</td></tr>
1508 2309 jones
    <tr><td>maximumConnectionAge</td><td> </td><td>120000</td></tr>
1509
    <tr><td>maximumConnectionTime</td><td> </td><td>60000</td></tr>
1510
    <tr><td>maximumUsageNumber</td><td> </td><td>100</td></tr>
1511 3591 costa
    <tr><td>numberOfIndexingThreads</td><td> </td><td>5</td></tr>
1512
    <tr><td>indexingTimerTaskTime</td><td> </td><td>604800000</td></tr>
1513
    <tr><td>indexingInitialDelay</td><td> </td><td>3600000</td></tr>
1514
    <tr><td>maximumIndexDelay</td><td> </td><td>5000</td></tr>
1515 2309 jones
    <tr><td>runDBConnectionRecycleThread</td><td> </td><td>off</td></tr>
1516
    <tr><td>cycleTimeOfDBConnection</td><td> </td><td>30000</td></tr>
1517 3591 costa
    <tr>
1518
      <td>timedreplication</td>
1519
      <td>Determines whether timed replication to other metacat servers is being used.</td>
1520
      <td>Default:&nbsp;&nbsp;
1521
          <code>false</code>
1522
      <br><br>Other possible values:&nbsp;&nbsp;
1523
          <code>true</code>
1524
      </td>
1525
    </tr>
1526
    <tr>
1527
      <td>firsttimedreplication</td>
1528
      <td>The time for starting first timed replication if timedreplication is true.
1529
          (See comments in build.properties file for additional details.)</td>
1530
      <td>Default:&nbsp;&nbsp;
1531
          <code>10:00 PM</code>
1532
          <code>&nbsp;</code>
1533
      </td>
1534
    </tr>
1535
    <tr>
1536
      <td>timedreplicationinterval</td>
1537
      <td>The interval to next timed replication if timedreplication is true.
1538
          The value is in milliseconds and default value is 48 hours.</td>
1539
      <td>Default:&nbsp;&nbsp;
1540
          <code>172800000</code>
1541
          <code>&nbsp;</code>
1542
      </td>
1543
    </tr>
1544 2309 jones
    <tr><td>forcereplicationwaitingtime</td><td> </td><td></td></tr>
1545
    <tr><td>eml2_0_0namespace</td><td>Namespace of EML 2.0.0 documents.</td><td>eml://ecoinformatics.org/eml-2.0.0</td></tr>
1546 2463 sgarg
    <tr><td>eml2_0_1namespace</td><td>Namespace of EML 2.0.1 documents.</td><td>eml://ecoinformatics.org/eml-2.0.1</td></tr>
1547 2309 jones
    <tr><td>eml2_1_0namespace</td><td>Namespace of EML 2.1.0 documents. Currently unused, reserved.</td><td>eml://ecoinformatics.org/eml-2.1.0</td></tr>
1548
    <tr><td>physicaldoctype</td><td> </td><td>-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN</td></tr>
1549
    <tr><td>entitydoctype</td><td> </td><td>-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN</td></tr>
1550
    <tr><td>packagedoctypeset</td><td> </td><td> </td></tr>
1551 3591 costa
    <tr>
1552
      <td>httpserver</td>
1553
      <td>httpserver is the plain HTTP address and port number that Metacat uses for purposes
1554
          other than replication. Since this property is usually composed of the <code>config.hosthame</code> and <code>config.port</code>
1555
          properties (described above), the default setting can be used in most cases.</td>
1556
      <td>Default:&nbsp;&nbsp;<code>${config.hostname}:${config.port}</code>
1557
      </td>
1558
    </tr>
1559 2309 jones
    <tr><td>junittesturl</td><td>The url of the test server.</td><td></td></tr>
1560
    <tr><td>replicationerrorlog</td><td> </td><td></td></tr>
1561
    <tr><td>schemaPath</td><td>Path to installed XSD schemas.</td><td></td></tr>
1562
    <tr><td>schemaURL</td><td>URL to installed XSD schemas.</td><td></td></tr>
1563
    <tr><td>inlinedatafilepath</td><td>Path for storing data that was extracted from <code>inline</code> element of EML documents.</td><td></td></tr>
1564
    <tr><td>context</td><td>The name of the servlet context</td><td></td></tr>
1565
    <tr><td>debuglevel</td><td>Verbosity of debugging messages.  Higher numbers means more debugging detail.</td><td></td></tr>
1566
    <tr><td>datafileflag</td><td> </td><td>datafile</td></tr>
1567
    <tr><td>datafilesizelimit</td><td>Limit on file size for uploaded data files.</td><td>1000</td></tr>
1568
    <tr><td>defaultcontenttype</td><td> </td><td></td></tr>
1569
    <tr><td>query.ignored.params</td><td>Parameters that are passed through to XSLT style sheets without modification.</td><td>enableediting,foo</td></tr>
1570
    <tr><td>usexmlindex</td><td>Flag indicating whether to use the traditional xml_index table or not.  This needs to be set on startup, and once set to false can not be changed back to true without significant database modifications.  Setting this option to 'false' also slows down queries significantly, but it does allow arbitrarily deep dcoument paths.  Not recommended to change this setting -- data loss may result.</td><td>true</td></tr>
1571 2463 sgarg
    <tr><td>app_resultsetsize</td><td>Used for the setting the size of resultset that is processed at a time for applications like morpho</td><td>400</td></tr>
1572
    <tr><td>web_resultsetsize</td><td>Used for the setting the size of resultset for search done using browser</td><td>900</td></tr>
1573
    <tr><td>queryresult_string_length</td><td>Used for the setting the size of queryresult_string in queryresult table</td><td>4000</td></tr>
1574 3591 costa
    <tr>
1575
      <td>queryresult_cache_size</td>
1576
      <td>The size of query result cache.</td>
1577
      <td>Default:&nbsp;&nbsp;500</td>
1578
    </tr>
1579
    <tr>
1580
      <td>query_cache_on</td>
1581
      <td>Turn the query result cache on or off</td>
1582
      <td>Default:&nbsp;&nbsp;true</td>
1583
    </tr>
1584 2463 sgarg
    <tr><td>xml_returnfield_count</td><td>Value of xml_returnfield.usage_count should be more than this value for records to be entered into xml_queryresult</td><td>0</td></tr>
1585 3591 costa
    <tr>
1586 4617 walbridge
      <td><a name="moderators">moderators</a></td>
1587 3591 costa
      <td>Moderator accounts, in a colon-separated list. Special users who will review general user's submission.
1588
             Moderators can approve, revise and reject the submission after reviewing. This property is only used in ESA skin.</td>
1589
      <td>Default:&nbsp;&nbsp;<code>cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org</code></td>
1590
    </tr>
1591
    <tr>
1592
      <td>allowedSubmitters</td>
1593
      <td>Specifies the list of users who should be allowed to submit documents.
1594
          If no value is specified (the default setting), all users will be allowed to submit documents.
1595
      </td>
1596
      <td>Default:&nbsp;&nbsp;(no value)</td>
1597
    </tr>
1598
    <tr>
1599
      <td>deniedSubmitters</td>
1600
      <td>Specify the list of users who should not be allowed to submit documents.
1601
          If no value is specified (the default setting), all users will be allowed to submit documents.</td>
1602
      <td>Default:&nbsp;&nbsp;(no value)</td>
1603
    </tr>
1604
    <tr>
1605
      <td>indexNamespaces</td>
1606
      <td>A comma-separated list of doctypes which will be indexed</td>
1607 3780 daigle
      <td>Default:&nbsp;&nbsp;eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1</td>
1608 3591 costa
    </tr>
1609
    <tr>
1610
      <td>indexPaths</td>
1611 4637 daigle
      <td>See <a href="./metacat-install.html#buildProperties">description of build properties</a></td>
1612 3591 costa
      <td>Default:&nbsp;&nbsp;<code>organizationName,originator/individualName/surName,...</code></td>
1613
    </tr>
1614
    <tr>
1615
      <td>ldapconnecttimelimit</td>
1616
      <td>The time in milliseconds allowed for ldap server connections.</td>
1617
      <td>Default:&nbsp;&nbsp;5000</td>
1618
    </tr>
1619
    <tr>
1620
      <td>ldapsearchtimelimit</td>
1621
      <td>The time in milliseconds allowed for ldap server searches.</td>
1622
      <td>Default:&nbsp;&nbsp;30000</td>
1623
    </tr>
1624
    <tr>
1625
      <td>ldapsearchcountlimit</td>
1626
      <td>The count of return entries allowed for ldap server searches.</td>
1627
      <td>Default:&nbsp;&nbsp;30000</td>
1628
    </tr>
1629
    <tr>
1630
      <td>onlySecureLDAPConnection</td>
1631
      <td>When set to true, connects main LDAP server only by SSL</td>
1632
      <td>Default:&nbsp;&nbsp;false</td>
1633
    </tr>
1634
    <tr>
1635
      <td>onlySecureLDAPReferalsConnection</td>
1636
      <td>When set to true, connects referal LDAP server only by SSL</td>
1637
      <td>Default:&nbsp;&nbsp;false</td>
1638
    </tr>
1639
    <tr>
1640
      <td>skinconfigfiles</td>
1641
      <td>List of skins which have configure files</td>
1642
      <td>Default:&nbsp;&nbsp;esa,nceas,knb,obfs,nrs,sanparks</td>
1643
    </tr>
1644
    <tr>
1645
      <td>writeDebugToFile</td>
1646
      <td>Used for writing debug info into a another output file.</td>
1647
      <td>Default:&nbsp;&nbsp;true</td>
1648
    </tr>
1649
    <tr>
1650
      <td>debugOutputFile</td>
1651
      <td>Output file name where debug info will be written.</td>
1652
      <td>Default:&nbsp;&nbsp;/tmp/metacat.debug</td>
1653
    </tr>
1654
    <tr>
1655
      <td>delimiteredOutputFile</td>
1656
      <td>Delimited text output file name where debug info will be written.</td>
1657
      <td>Default:&nbsp;&nbsp;/tmp/metacat.debug.delimitered</td>
1658
    </tr>
1659
    <tr>
1660
      <td><em>Metacat Harvester properties</em>:<br/><br/>
1661
          connectToMetacat, delay, harvesterAdministrator,
1662
          logPeriod, maxHarvests, period, smtpServer, GetDocError, GetDocSuccess, GetHarvestListError,
1663
          GetHarvestListSuccess, HarvesterStartup, HarvesterShutdown, InsertDocError, InsertDocSuccess,
1664
          MetacatHasDoc, UpdateDocError, UpdateDocSuccess, ValidateDocError, ValidateDocSuccess,
1665
          ValidateHarvestListError, ValidateHarvestListSuccess</td>
1666
      <td>See <a href="./harvester.html">Metacat Harvester</a> documentation</td>
1667
      <td></td>
1668
    </tr>
1669
    <tr>
1670
      <td><em>Spatial properties</em>:<br/><br/>
1671
              runSpatialOption,
1672
              regenerateCacheOnRestart,
1673
              spatialDocnameList,
1674
              eml_westBoundingCoordinatePath,
1675
              eml_eastBoundingCoordinatePath,
1676
              eml_southBoundingCoordinatePath,
1677
              eml_northBoundingCoordinatePath,
1678
              fgdc_westBoundingCoordinatePath,
1679
              fgdc_eastBoundingCoordinatePath,
1680
              fgdc_southBoundingCoordinatePath,
1681
              fgdc_northBoundingCoordinatePath,
1682
              metadata_westBoundingCoordinatePath,
1683
              metadata_eastBoundingCoordinatePath,
1684
              metadata_southBoundingCoordinatePath,
1685
              metadata_northBoundingCoordinatePath,
1686
              docTitle,
1687
              metacatUrl,
1688
              baseUrl
1689
      </td>
1690
      <td>See <a href="./spatial_option.html">Metacat Spatial Option</a> documentation</td>
1691
      <td></td>
1692
    </tr>
1693
    <tr>
1694
      <td>sitemapDirectory</td>
1695
      <td>The relative directory path in which sitemap files should be written.</td>
1696 3659 barteau
      <td>Default:&nbsp;&nbsp;{tomcat_dir}/webapps/{context_name}/sitemaps</td>
1697 3591 costa
    </tr>
1698
    <tr>
1699
      <td>sitemapInterval</td>
1700
      <td>The time interval (in milliseconds) between rebuilding the sitemap.</td>
1701
      <td>Default:&nbsp;&nbsp;86400000</td>
1702
    </tr>
1703 4243 daigle
  </table -->
1704 878 berkley
1705
  <br>
1706
  <a href="./datafiles.html">Back</a> | <a href="./metacattour.html">Home</a> |
1707 2131 costa
  <a href="./harvester.html">Next</a>
1708 878 berkley
1709
1710
</BODY>
1711 4617 walbridge
</HTML>