When you install SkyVault using the setup wizards, the default subsystem for OpenOffice
transformations is OOoJodconverter. SkyVault also supports the OOoDirect subsystem.
The JODConverter subsystem requires OpenOffice.org 3.0.0 or later and recommends
3.1.0+.
You can change the Office subsystem using the following ways:
- SkyVault Admin Console
- Runtime administration using your JMX client
- Modifying the SkyVault-global.properties file
SkyVault Admin Console
You can also change which Office subsystem is enabled on the SkyVault Admin Console.
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.