Skip to content

Instantly share code, notes, and snippets.

@Jooho
Created July 7, 2015 04:34
Show Gist options
  • Save Jooho/2e4722eb26564ee73aaa to your computer and use it in GitHub Desktop.
Save Jooho/2e4722eb26564ee73aaa to your computer and use it in GitHub Desktop.
cli - /subsystem=web/configuration=jsp-configuration:read-resource-description
[standalone@localhost:9999 /] /subsystem=web/configuration=jsp-configuration:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "JSP container configuration.",
"deprecated" => {
"since" => "1.5.0",
"reason" => "The Web subsystem is deprecated and may be removed or limited to managed domain legacy server use in future versions."
},
"attributes" => {
"trim-spaces" => {
"type" => BOOLEAN,
"description" => "Trim some spaces from the generated Servlet.",
"expressions-allowed" => true,
"nillable" => true,
"default" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"source-vm" => {
"type" => STRING,
"description" => "Source VM level for compilation.",
"expressions-allowed" => true,
"nillable" => true,
"default" => "1.5",
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"development" => {
"type" => BOOLEAN,
"description" => "Enable the development mode, which gives more information when an error occurs.",
"expressions-allowed" => true,
"nillable" => true,
"default" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"keep-generated" => {
"type" => BOOLEAN,
"description" => "Keep the generated Servlets.",
"expressions-allowed" => true,
"nillable" => true,
"default" => true,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"recompile-on-fail" => {
"type" => BOOLEAN,
"description" => "Retry failed JSP compilations on each request.",
"expressions-allowed" => true,
"nillable" => true,
"default" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"check-interval" => {
"type" => INT,
"description" => "Check interval for JSP updates using a background thread.",
"expressions-allowed" => true,
"nillable" => true,
"default" => 0,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"modification-test-interval" => {
"type" => INT,
"description" => "Minimum amount of time between two tests for updates, in seconds.",
"expressions-allowed" => true,
"nillable" => true,
"default" => 4,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"scratch-dir" => {
"type" => STRING,
"description" => "Specify a different work directory.",
"expressions-allowed" => true,
"nillable" => true,
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"display-source-fragment" => {
"type" => BOOLEAN,
"description" => "When a runtime error occurs, attempts to display corresponding JSP source fragment.",
"expressions-allowed" => true,
"nillable" => true,
"default" => true,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"error-on-use-bean-invalid-class-attribute" => {
"type" => BOOLEAN,
"description" => "Enable errors when using a bad class in useBean.",
"expressions-allowed" => true,
"nillable" => true,
"default" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"java-encoding" => {
"type" => STRING,
"description" => "Specify the encoding used for Java sources.",
"expressions-allowed" => true,
"nillable" => true,
"default" => "UTF8",
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"tag-pooling" => {
"type" => BOOLEAN,
"description" => "Enable tag pooling.",
"expressions-allowed" => true,
"nillable" => true,
"default" => true,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"generate-strings-as-char-arrays" => {
"type" => BOOLEAN,
"description" => "Generate String constants as char arrays.",
"expressions-allowed" => true,
"nillable" => true,
"default" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"target-vm" => {
"type" => STRING,
"description" => "Target VM level for compilation.",
"expressions-allowed" => true,
"nillable" => true,
"default" => "1.5",
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"x-powered-by" => {
"type" => BOOLEAN,
"description" => "Enable advertising the JSP engine in x-powered-by.",
"expressions-allowed" => true,
"nillable" => true,
"default" => true,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"dump-smap" => {
"type" => BOOLEAN,
"description" => "Write SMAP data to a file.",
"expressions-allowed" => true,
"nillable" => true,
"default" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"mapped-file" => {
"type" => BOOLEAN,
"description" => "Map to the JSP source.",
"expressions-allowed" => true,
"nillable" => true,
"default" => true,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"disabled" => {
"type" => BOOLEAN,
"description" => "Enable the JSP container.",
"expressions-allowed" => true,
"nillable" => true,
"default" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"smap" => {
"type" => BOOLEAN,
"description" => "Enable SMAP.",
"expressions-allowed" => true,
"nillable" => true,
"default" => true,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
}
},
"operations" => undefined,
"notifications" => undefined,
"children" => {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment