Skip Headers
Oracle® Fusion Middleware User's Guide for Oracle JRockit Virtual Edition
11g Release 1 (11.1.1.3.1)

Part Number E15206-03
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

C.1 Sample Brief Configuration File

This section shows the contents of the sample brief configuration file, which you can generate by using the -c (--create-config) option of the Image Tool.

<jrockitve-imagetool-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="jrockitve-imagetool-config.xsd" version="5.1">
  <jrockitve-config memory="256 MB" cpus="1">
    <storage>
      <disks>
        <disk id="root" size="256 MB"/>
      </disks>
      <mounts>
        <mount>
          <mount-point>/</mount-point>
          <disk>root</disk>
        </mount>
      </mounts>
    </storage>
    <vm-name>default-vm</vm-name>
    <java-arguments>HelloWorld</java-arguments>
    <network>
      <nics>
        <nic type="bridged"/>
      </nics>
    </network>
  </jrockitve-config>
</jrockitve-imagetool-config>