Oracle® JRockit Virtual Edition User's Guide Release 2.0.0 Part Number E22518-01 |
|
|
View PDF |
This appendix provides information about the elements of the XML file that specifies configuration settings for virtual machines created by using Oracle JRockit Virtual Edition.
The root element of the configuration XML file is jrockitve-imagetool-config
, which specifies the following attributes:
The release number of the Image Tool to be used to create a virtual machine image
The XML schema that the Image Tool uses for validating the elements in the configuration file
The following is the high-level element hierarchy in the configuration XML file. The mandatory elements are highlighted in bold text. For more information about an element and its attributes, click the element name in the hierarchy.
jrockitve-imagetool-config (mandatory) java-filesystem-imports (optional) jrockitve-binary-url (optional) jrockitve-config (mandatory) storage (mandatory) disks (mandatory) mounts (mandatory) services (optional) vm-name (mandatory) working-dir (optional) java-arguments (mandatory) network (mandatory) dns (optional) nics (mandatory) hostname (optional) locale-data (optional) console-log-path (optional)
Appendix C provides samples of brief and detailed configuration XML files that you can generate by using the Image Tool.