How to Set a System Property
A variety of Java system properties can be set to influence the behavior of Oxygen XML Web Author Component. For example, you can change the
location of the Oxygen
Data Directory (oxygen.data.dir
).
To set a system property, follow the procedure below for the type of installer you used:
Windows Installer
To set a system property for a Windows installation, follow these steps:
- Go to the installation directory of Oxygen XML Web Author Component.
- Launch Manage Web Author.
- Go to the Java tab.
- In the Java Options section, add the system property using the
following pattern:
-D[option_name]=[option_value]
- Restart the application.
Linux Installer or All Platforms Kit
To set a system property for a for a Linux or All Platforms installation, follow these steps:
- Go to the installation directory of Oxygen XML Web Author Component.
- Edit the
oXygenXmlWebAuthor.vmoptions
file. - Add the system property on a new line, using the following pattern:
-D[option_name]=[option_value]
- Restart the application.