Revision 2309
Added by Matt Jones about 20 years ago
properties.html | ||
---|---|---|
104 | 104 |
<td>accNumSeparator</td> |
105 | 105 |
<td>The separator that is used to separate the three parts |
106 | 106 |
of the accession number: codename, sequence and revision number. |
107 |
It should be synchronized with the Client application.</td> |
|
107 |
changing this parameter will likely break the application, so make |
|
108 |
sure you know what you are doing. It should be synchronized with |
|
109 |
the Client application.</td> |
|
108 | 110 |
<td>. (period)</td> |
109 | 111 |
</tr> |
110 | 112 |
<tr> |
... | ... | |
208 | 210 |
<td>path to the SSL keys for secure transmissions.</td> |
209 | 211 |
<td>/opt/tomcat/webapps/metacat/lib</td> |
210 | 212 |
</tr> |
213 |
<tr> |
|
214 |
<td>administrators</td> |
|
215 |
<td>The administrators parameter lists the accounts that are allowed to |
|
216 |
perform administrative actions such as rebuilding indices for |
|
217 |
documents. The list can can contain more than one account separated |
|
218 |
by colons.</td> |
|
219 |
<td>Default: |
|
220 |
<code>uid=jones,o=NCEAS,dc=ecoinformatics,dc=org</code> |
|
221 |
<br><br>Examples: |
|
222 |
<code>uid=localadmin,o=ucnrs.org</code> |
|
223 |
</td> |
|
224 |
</tr> |
|
225 |
<tr><td> </td></tr> |
|
226 |
<tr><td colspan="3"><b>Additional parameters probably not needing to be changed</b></td></tr> |
|
227 |
<tr><td>configured</td><td>Configuration flag, currently not used.</td><td>false</td></tr> |
|
228 |
<tr><td>version</td><td>Release version.</td><td>1.4.0-</td></tr> |
|
229 |
<tr><td>maximumConnectionAge</td><td> </td><td>120000</td></tr> |
|
230 |
<tr><td>maximumConnectionTime</td><td> </td><td>60000</td></tr> |
|
231 |
<tr><td>maximumUsageNumber</td><td> </td><td>100</td></tr> |
|
232 |
<tr><td>runDBConnectionRecycleThread</td><td> </td><td>off</td></tr> |
|
233 |
<tr><td>cycleTimeOfDBConnection</td><td> </td><td>30000</td></tr> |
|
234 |
<tr><td>forcereplicationwaitingtime</td><td> </td><td></td></tr> |
|
235 |
<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> |
|
236 |
<tr><td>eml2_0_1namespace</td><td>Namespace of EML 2.0.1 documents.</td><td>eml://ecoinformatics.org/eml-2.0.0</td></tr> |
|
237 |
<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> |
|
238 |
<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> |
|
239 |
<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> |
|
240 |
<tr><td>packagedoctypeset</td><td> </td><td> </td></tr> |
|
241 |
<tr><td>httpserver</td><td> </td><td></td></tr> |
|
242 |
<tr><td>junittesturl</td><td>The url of the test server.</td><td></td></tr> |
|
243 |
<tr><td>replicationerrorlog</td><td> </td><td></td></tr> |
|
244 |
<tr><td>schemaPath</td><td>Path to installed XSD schemas.</td><td></td></tr> |
|
245 |
<tr><td>schemaURL</td><td>URL to installed XSD schemas.</td><td></td></tr> |
|
246 |
<tr><td>inlinedatafilepath</td><td>Path for storing data that was extracted from <code>inline</code> element of EML documents.</td><td></td></tr> |
|
247 |
<tr><td>context</td><td>The name of the servlet context</td><td></td></tr> |
|
248 |
<tr><td>debuglevel</td><td>Verbosity of debugging messages. Higher numbers means more debugging detail.</td><td></td></tr> |
|
249 |
<tr><td>datafileflag</td><td> </td><td>datafile</td></tr> |
|
250 |
<tr><td>datafilesizelimit</td><td>Limit on file size for uploaded data files.</td><td>1000</td></tr> |
|
251 |
<tr><td>defaultcontenttype</td><td> </td><td></td></tr> |
|
252 |
<tr><td>query.ignored.params</td><td>Parameters that are passed through to XSLT style sheets without modification.</td><td>enableediting,foo</td></tr> |
|
253 |
<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> |
|
254 |
<tr><td>resultsetsize</td><td> </td><td>40</td></tr> |
|
211 | 255 |
</table> |
212 | 256 |
|
213 | 257 |
<br> |
Also available in: Unified diff
Updated metacat documentation with additional properties and fixed the
description of several properties. We really need to clean out unused
properties and generally clean up the configuration morass.