This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='UTF-8'?> | |
| <server xmlns="urn:jboss:domain:14.0"> | |
| <extensions> | |
| <extension module="org.jboss.as.clustering.infinispan"/> | |
| <extension module="org.jboss.as.connector"/> | |
| <extension module="org.jboss.as.deployment-scanner"/> | |
| <extension module="org.jboss.as.ee"/> | |
| <extension module="org.jboss.as.ejb3"/> | |
| <extension module="org.jboss.as.jaxrs"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='UTF-8'?> | |
| <server xmlns="urn:jboss:domain:14.0"> | |
| <extensions> | |
| <extension module="org.jboss.as.clustering.infinispan"/> | |
| <extension module="org.jboss.as.connector"/> | |
| <extension module="org.jboss.as.deployment-scanner"/> | |
| <extension module="org.jboss.as.ee"/> | |
| <extension module="org.jboss.as.jaxrs"/> | |
| <extension module="org.jboss.as.jmx"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='UTF-8'?> | |
| <server xmlns="urn:jboss:domain:14.0"> | |
| <extensions> | |
| <extension module="org.jboss.as.deployment-scanner"/> | |
| <extension module="org.jboss.as.ee"/> | |
| <extension module="org.jboss.as.naming"/> | |
| <extension module="org.wildfly.extension.io"/> | |
| <extension module="org.wildfly.extension.undertow"/> | |
| </extensions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='UTF-8'?> | |
| <server xmlns="urn:jboss:domain:14.0"> | |
| <extensions> | |
| <extension module="org.jboss.as.clustering.infinispan"/> | |
| <extension module="org.jboss.as.connector"/> | |
| <extension module="org.jboss.as.deployment-scanner"/> | |
| <extension module="org.jboss.as.ee"/> | |
| <extension module="org.jboss.as.ejb3"/> | |
| <extension module="org.jboss.as.naming"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [standalone@localhost:9990 /] /core-service=capability-registry:read-attribute(name=capabilities) | |
| { | |
| "outcome" => "success", | |
| "result" => [ | |
| { | |
| "name" => "org.wildfly.batch.configuration", | |
| "dynamic" => false, | |
| "scope" => "global", | |
| "registration-points" => ["/subsystem=batch-jberet"] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void | |
| readseg(uchar* pa, uint count, uint offset) | |
| { | |
| uchar* epa; | |
| epa = pa + count; | |
| // Round down to sector boundary. | |
| pa -= offset % SECTSIZE; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [standalone@localhost:9990 /] :read-feature-description | |
| { | |
| "outcome" => "success", | |
| "result" => {"feature" => { | |
| "name" => "server-root", | |
| "params" => [ | |
| { | |
| "name" => "organization", | |
| "nillable" => true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"name" => "server-root","params" => [{"name" => "organization","nillable" => true},{"name" => "name","nillable" => true},{"name" => "server-root","default" => "/","feature-id" => true}],"annotation" => {"addr-params" => "server-root","name" => "write-attribute","op-params" => "organization,name"},"provides" => ["org.wildfly.management.console-availability","org.wildfly.management.executor","org.wildfly.management.external-module","org.wildfly.management.model-controller-client-factory","org.wildfly.management.notification-handler-registry","org.wildfly.management.path-manager","org.wildfly.management.path.jboss.controller.temp.dir","org.wildfly.management.path.jboss.home.dir","org.wildfly.management.path.jboss.server.base.dir","org.wildfly.management.path.jboss.server.config.dir","org.wildfly.management.path.jboss.server.data.dir","org.wildfly.management.path.jboss.server.log.dir","org.wildfly.management.path.jboss.server.temp.dir","org.wildfly.management.process-state-notifier","org.wildfly.server.suspend-c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| standalone | |
| --internal-empty-config,--admin-only,--internal-remove-config,--server-config,standalone-microprofile-ha.xml | |
| batch | |
| {"operation":"add","address":[{"interface":"public"}],"inet-address":"${jboss.bind.address:127.0.0.1}"} | |
| {"operation":"add","address":[{"interface":"management"}],"inet-address":"${jboss.bind.address.management:127.0.0.1}"} | |
| {"operation":"add","address":[{"interface":"private"}],"inet-address":"${jboss.bind.address.private:127.0.0.1}"} | |
| {"operation":"add","address":[{"extension":"org.jboss.as.naming"}]} | |
| {"operation":"add","address":[{"extension":"org.jboss.as.ee"}]} | |
| {"operation":"add","address":[{"extension":"org.jboss.as.deployment-scanner"}]} | |
| {"operation":"add","address":[{"extension":"org.wildfly.extension.io"}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| standalone | |
| --internal-empty-config,--admin-only,--internal-remove-config,--server-config,standalone-microprofile-ha.xml | |
| batch | |
| {"operation":"add","address":[{"interface":"public"}],"inet-address":"${jboss.bind.address:127.0.0.1}"} | |
| {"operation":"add","address":[{"interface":"management"}],"inet-address":"${jboss.bind.address.management:127.0.0.1}"} | |
| {"operation":"add","address":[{"interface":"private"}],"inet-address":"${jboss.bind.address.private:127.0.0.1}"} | |
| {"operation":"add","address":[{"extension":"org.jboss.as.naming"}]} | |
| {"operation":"add","address":[{"extension":"org.jboss.as.ee"}]} | |
| {"operation":"add","address":[{"extension":"org.jboss.as.deployment-scanner"}]} | |
| {"operation":"add","address":[{"extension":"org.wildfly.extension.io"}]} |