Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r274 - trunk/sites/psi/scripts/admin/dmsd/dist

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r274 - trunk/sites/psi/scripts/admin/dmsd/dist


Chronological Thread 
  • From: "AFS account Stadler Hans Christian" <stadler_h AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r274 - trunk/sites/psi/scripts/admin/dmsd/dist
  • Date: Wed, 8 Oct 2008 11:47:29 +0200
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: stadler_h
Date: Wed Oct 8 11:47:28 2008
New Revision: 274

Log:
Added configuration option for ms office extraction process killer delay

Modified:
trunk/sites/psi/scripts/admin/dmsd/dist/dmsd.config
trunk/sites/psi/scripts/admin/dmsd/dist/run-dmsd.sh

Modified: trunk/sites/psi/scripts/admin/dmsd/dist/dmsd.config
==============================================================================
--- trunk/sites/psi/scripts/admin/dmsd/dist/dmsd.config (original)
+++ trunk/sites/psi/scripts/admin/dmsd/dist/dmsd.config Wed Oct 8 11:47:28
2008
@@ -12,6 +12,9 @@
# The port Open Office should listen to
OOUNO_PORT=8100

+# Delay in milliseconds before the OO Extraction Process is killed
+OOKILLER_DELAY=20000
+
# The initial log level and log file of the daemon
# .N will be appended to the log file by the file logging handler
# Standard output will be redirected to this file without .N

Modified: trunk/sites/psi/scripts/admin/dmsd/dist/run-dmsd.sh
==============================================================================
--- trunk/sites/psi/scripts/admin/dmsd/dist/run-dmsd.sh (original)
+++ trunk/sites/psi/scripts/admin/dmsd/dist/run-dmsd.sh Wed Oct 8 11:47:28
2008
@@ -78,6 +78,7 @@
-Dcom.sun.management.jmxremote.port=${JMX_PORT} \
-Dch.idok.dmsd.impl.extractor.microsoft.screen=${DUMMY_DISPLAY} \
-Dch.idok.dmsd.impl.extractor.microsoft.unoport=${OOUNO_PORT} \
+
-Dch.idok.dmsd.impl.extractor.microsoft.interruptdelay=${OOKILLER_DELAY} \
-Dch.idok.dmsd.impl.extractor.mimetypes=${MIME_TYPES_FILE} \
-Dch.idok.dmsd.config.logFile=${LOG_FILE} \

-Dch.idok.dmsd.impl.controller.restartinterval=${NUM_CYCLES_BEFORE_RESTART} \



  • [idok-commit] idok commit r274 - trunk/sites/psi/scripts/admin/dmsd/dist, AFS account Stadler Hans Christian, 10/08/2008

Archive powered by MHonArc 2.6.19.

Top of Page