When you install SkyVault using the setup wizards, the default subsystem for LibreOffice
transformations is OOoJodconverter. SkyVault also supports the OOoDirect subsystem for
OpenOffice.
You can change the OOoJodConverter and OOoDirect subsystems using the following ways:
- SkyVault Admin Console
- Runtime administration using your JMX client
- Modifying the SkyVault-global.properties file
SkyVault Admin Console: Transformation Services
- Open the Admin Console.
-
In the Repository Services section, click
Transformation Services.
You see the Transformation Services page.
-
Set the Office Transform - JODConverter properties.
Property Example setting What is it? JODConverter Enabled No This enables or disables the JODConverter for transformations. Max Tasks per Process 200 This is the maximum number of tasks that can be performed concurrently. Office Suite Location /Applications/alfresco-5.0.0/libreoffice.app/Contents This shows the directory path locations of OpenOffice.org or LibreOffice. Port Numbers 8100 This is the port number that JODConverter uses. To enable multiple process instances, enter a comma-separated list of port numbers, all of which must be available. Task Execution Timeout 120000 This is the duration in milliseconds after which a task will timeout. Task Queue Timeout 30000 This is the duration in milliseconds after which the task queue will timeout. -
Click Save to apply the changes you have made to the
properties.
If you do not want to save the changes, click Cancel.
JMX interface runtime administration
- Open your JMX client, for example, JConsole.
- Locate the OOoDirect subsystem.
- Edit the ooo.enabled value to false.
- Restart the subsystem.
- Locate the OOoJodconverter subsystem.
- Edit the jodconverter.enabled value to true.
- Restart the subsystem.
Global properties file
- Open the SkyVault-global.properties file.
-
Edit the following lines:
ooo.enabled=false jodconverter.enabled=true
- Save the file.
- Restart the SkyVault server.