Revision 4367
Added by daigle about 16 years ago
properties.html | ||
---|---|---|
306 | 306 |
<div class="property-description-line"> |
307 | 307 |
<h2 class="property-inline"> Example: </h2> |
308 | 308 |
<p class="property-text">/var/metacat/documents</p> |
309 |
</div> |
|
309 |
</div> |
|
310 |
|
|
311 |
<a name="application.tempDir"></a><h1 class="property-main"> application.tempDir </h1> |
|
312 |
<div class="property-description-line"> |
|
313 |
<h2 class="property-inline"> Default Value: </h2> |
|
314 |
<p class="property-text">/var/metacat/temporary</p> |
|
315 |
</div> |
|
316 |
<div class="property-description-line"> |
|
317 |
<h2 class="property-inline"> Set Method: </h2> |
|
318 |
<p class="property-text">Manual</p> |
|
319 |
</div> |
|
320 |
<div class="property-description-line"> |
|
321 |
<h2 class="property-inline"> Description: </h2> |
|
322 |
<p class="property-text">This is the directory that Metacat data registry uses |
|
323 |
to store temporary files. This should not be the same as application.datafilepath |
|
324 |
or application.inlinedatafilepath (or any other persistant file path) since all files |
|
325 |
in this may be purged programatically. The temporary file directory must be writable |
|
326 |
by the user that starts Apache. </p> |
|
327 |
</div> |
|
328 |
<div class="property-description-line"> |
|
329 |
<h2 class="property-inline"> Example: </h2> |
|
330 |
<p class="property-text">/var/metacat/temporary</p> |
|
331 |
</div> |
|
310 | 332 |
|
311 | 333 |
<a name="application.cgiDir"></a><h1 class="property-main"> application.cgiDir </h1> |
312 | 334 |
<div class="property-description-line"> |
Also available in: Unified diff
Add application.tempDir to configuration form and documentation.