Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r340 - 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 r340 - 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 r340 - trunk/sites/psi/scripts/admin/dmsd/dist
  • Date: Thu, 12 Mar 2009 16:46:37 +0100
  • 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: Thu Mar 12 16:46:37 2009
New Revision: 340

Log:
specify openoffice binary explicitly

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 Thu Mar 12 16:46:37
2009
@@ -9,8 +9,11 @@
# The screen for Xvfb and Open Office
DUMMY_DISPLAY=:2

+# Path to the Open Office "soffice" executable
+SOFFICE_PATH=/opt/openoffice.org3/program/soffice
+
# The port Open Office should listen to
-OOUNO_PORT=8100
+OOUNO_PORT=2705

# Delay in milliseconds before the OO Extraction Process is killed
OOKILLER_DELAY=20000

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 Thu Mar 12 16:46:37
2009
@@ -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.soffice=${SOFFICE_PATH} \

-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} \



  • [idok-commit] idok commit r340 - trunk/sites/psi/scripts/admin/dmsd/dist, AFS account Stadler Hans Christian, 03/12/2009

Archive powered by MHonArc 2.6.19.

Top of Page