ServerStart

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
arguments string JVM arguments for server startup
classPath string Classpath for server startup
javaHome string Java home directory
javaVendor string Java vendor
beaHome string BEA/Oracle home directory
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-serverstart-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServerStart",
  "title": "ServerStart",
  "type": "object",
  "properties": {
    "arguments": {
      "type": "string",
      "description": "JVM arguments for server startup"
    },
    "classPath": {
      "type": "string",
      "description": "Classpath for server startup"
    },
    "javaHome": {
      "type": "string",
      "description": "Java home directory"
    },
    "javaVendor": {
      "type": "string",
      "description": "Java vendor"
    },
    "beaHome": {
      "type": "string",
      "description": "BEA/Oracle home directory"
    }
  }
}