Project

General

Profile

« Previous | Next » 

Revision 4367

Added by daigle over 15 years ago

Add application.tempDir to configuration form and documentation.

View differences:

lib/metacat.properties.metadata.xml
254 254
	</config>
255 255
	
256 256
	<config>
257
		<key>application.tempDir</key>
258
		<label>Temporary File Path</label>
259
		<group>3</group>
260
		<index>9</index>
261
		<description>
262
			Where to store temporary documents. This is primarily used by
263
			the data registry code. &lt;font color="red"&gt; Note: this must be 
264
			set to a directory that is dedicated solely to temporary data, 
265
			since the contents may be deleted programatically.&lt;/font&gt;
266
		</description>
267
		<helpFile>properties.html#application.tempDir</helpFile>
268
	</config>
269
	
270
	<config>
257 271
		<key>replication.logdir</key>
258 272
		<label>Replication Log Directory</label>
259 273
		<group>3</group>
260
		<index>9</index>
274
		<index>10</index>
261 275
		<description>
262 276
			The directory where replication log should be located.
263 277
		</description>
docs/user/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