The OOoJodconverter subsystem uses LibreOffice. Configure the following properties for
the OOoJodconverter subsystem using either the Admin Console, JMX, or the global properties
file.
- jodconverter.connectTimeout
- Specifies the maximum number of milliseconds before a connection times out. The default is 10000 milliseconds (10 seconds).
- jodconverter.enabled
- Enables or disables the Jodconverter process(es).
- jodconverter.maxTasksPerProcess
- Specifies the number of transforms before the process restarts. The default is 200.
- jodconverter.officeHome
- Specifies the name of the LibreOffice install directory. The following are examples of
install directory paths:
- Windows: jodconverter.officeHome=c:/Alfresco/libreoffice
- Linux: /opt/libreoffice5.4
- jodconverter.portNumbers
- Specifies the port numbers used by each processing thread. The number of process will match the number of ports.
- jodconverter.taskExecutionTimeout
- Specifies the maximum number of milliseconds that an operation is allowed to run before it is aborted. It is used to recover from operations that have hung. The default is 120000 milliseconds (2 minutes).
- jodconverter.taskQueueTimeout
- Specifies the maximum number of milliseconds a task waits in the transformation queue before the process restarts. It is used to recover hung LibreOffice processes. The default is 30000 milliseconds (30 seconds).