Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.AddApplicationUserTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
realm | java.lang.String | ApplicationRealm | true | Specifies the users realm, which is used to encrypt the users password. |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
roles | java.lang.String | true | Specifies the users roles as a comma separated list. | |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.AddManagementUserTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
realm | java.lang.String | ManagementRealm | true | Specifies the users realm, which is used to encrypt the users password. In this case we recommend to leave the default value. Read more here: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Installation_Guide/chap-Getting_Started_with_JBoss_Enterprise_Application_Platform_6.html |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.CheckResourceExistTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
propertyName | java.lang.String | false | Property name, e.g. "subsystem" or "core-service" | |
propertyValue | java.lang.String | false | Property value, e.g. "datasources" or "management" | |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
resultingPropertyName | java.lang.String | false | Property name to check, e.g. "java:jboss/datasources/NewDatasource" or "OracleXADriver" | |
resultType | java.lang.String | false | Result type, e.g. "data-source" or "xa-data-source" or "jdbc-driver" | |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.CreateDataSourceTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
connectionUrl | java.lang.String | false | Data source connection URL. | |
datasourceName | java.lang.String | false | Data source name. | |
driverName | java.lang.String | false | Name of the JDBC Driver. | |
dsPassword | java.lang.String | false | Data source connection password. | |
dsUsername | java.lang.String | false | Data source connection username. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
isXa | java.lang.Boolean | false | True if the data source is XA. | |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jndiName | java.lang.String | false | Data source JNDI name. | |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.CreateJdbcDriverTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
driverClass | java.lang.String | false | Driver class name | |
driverModuleName | java.lang.String | false | Driver module name | |
driverName | java.lang.String | false | Name of the JDBC Driver | |
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.DeployModulesTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
archiveType | java.util.List | zip | true | Specifies the type of archive to uncompress. Valid options are: zip, tar, jar, ear and war |
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | false | The path to the JBoss modules directory. |
projectModulesDir | java.lang.String | modules | true | Specifies the path to the custom JBoss EAP 6.4.0 modules directory. If you leave this empty the task will check if the projectZipFile is specified. Then if projectZipFile is also empty the default value "modules" will be taken. The ${ARCHIVE_ROOT} built-in variable can be used to specify paths inside the deployment package. |
projectZipFile | java.lang.String | true | Specifies the path to the JBoss EAP 6.4.0 compressed file with archiveType (zip by default) containing the modules directory with the name specified in zipFileRelativeModulesDir. The ${ARCHIVE_ROOT} built-in variable can be used to specify paths inside the deployment package. | |
zipFileRelativeModulesDir | java.lang.String | modules | true | Specifies the path to the modules directory within the file specified in projectZipFile. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.DeployApplicationTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
applicationPath | java.lang.String | true | Specifies the path to the application file to deploy. If this is not specified then the configuration name of the current deployment is used to look for a file in the package with the extension of [ear,war,jar]. The ${ARCHIVE_ROOT} built-in variable can be used to specify paths inside the deployment package. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
force | java.lang.Boolean | true | false | If set to true the server is checked to see if the application is already deployed, if it is then the deployment will be replaced, otherwise it will be added. If set to false then the application will be added, if it already exists in the server the deployment will fail. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.ExecuteCommandsTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
batch | java.lang.Boolean | true | true | If set to true, this will batch the commands specified in the file into one transaction. If one commmand fails, then the server state is rolled back. If set to false, each command in the file is an atomic transaction. |
cliCommands | TEXTAREA | true | Specifies the CLI commands to execute. You can use the task example as a reference. | |
commandFilePath | java.lang.String | true | Specifies the path to the JBoss EAP 6.4.0 command file. The ${ARCHIVE_ROOT} built-in variable can be used to specify paths inside the deployment package. | |
failOnCLIError | java.lang.Boolean | false | false | If this task is set to not batch the CLI commands and one of the individual commands failed. This task will not fail the deployment if set to false. |
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.InstallJBossTask |
Category | JBoss EAP 6.4.0 |
jboss-eap-6.4.0Final/ .../bin .../bundles .../domain .../modules . . .
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
archiveType | java.lang.String | zip | true | Specifies the type of archive to uncompress. Valid options are: zip, tar, jar, ear and war |
chmodFilesetExcludes | java.lang.String | true | Specifies the excludes fileset pattern used for chmod. | |
chmodFilesetIncludes | java.lang.String | **/*.sh | true | Specifies the includes fileset pattern used for chmod. |
chmodPermissions | java.lang.String | 755 | true | Specifies the permissions used for chmod. |
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
packageInstallationFile | java.lang.String | ${ARCHIVE_ROOT}/media/jboss-eap-6.0.0.zip | false | Specifies the package path to the JBoss EAP 6.4.0 installation binaries. The ${ARCHIVE_ROOT} built-in variable can be used if the JBoss package is inside the deployment package. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.InstallJBossWebServerTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
archiveType | java.util.List | zip | true | Specifies the type of archive to uncompress. Valid options are: zip, tar, jar, ear and war |
chmodFilesetExcludes | java.lang.String | true | Specifies the excludes fileset pattern used for chmod. | |
chmodFilesetIncludes | java.lang.String | **/httpd/bin/*,**/httpd/sbin/* | true | Specifies the includes fileset pattern used for chmod. |
chmodPermissions | java.lang.String | 755 | true | Specifies the permissions used for chmod. |
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
packageInstallationFile | java.lang.String | ${ARCHIVE_ROOT}/media/jboss-ews-1.0.2-RHEL6-x86_64-httpd.zip | false | Specifies the path to the JBoss EAP 6.4.0 Web Server installation binaries. The ${ARCHIVE_ROOT} built-in variable can be used to specify paths inside the deployment package. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
zipFileRelativeWebServerDir | java.lang.String | jboss-ews-1.0 | false | Specifies the directory inside the ZIP file which contains the JBoss EAP 6.4.0 Web Server installation binaries. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.SnapshotTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
binaryFilesetExcludes | java.lang.String | **/appclient/**, **/domain/**, **/welcome-content/**, **/tmp/**, **/data/**, **/log/**, **/*.log, **/*tmp*, tmp/** | true | ANT based comma separated fileset patterns to exclude in a snapshot. |
binaryFilesetIncludes | java.lang.String | **/*.jar, **/*.ear, **/*.war, **/*.zip, **/*.rar, **/*.gif, **/*.ico, **/*.class, **/*.png, **/*.aop, **/*.keystore | true | ANT based comma separated fileset patterns to include in a snapshot. |
configFilesetExcludes | java.lang.String | **/appclient/**, **/domain/**, **/welcome-content/**, **/tmp/**, **/data/**, **/log/**, **/*_xml_history/**, **/*.log, docs/**, welcome/** | true | ANT based comma separated fileset patterns to exclude in a snapshot. |
configFilesetIncludes | java.lang.String | **/*.xml, **/*.properties, **/*.MF, **/*.mib, **/*.html, **/*.xsl, **/*.css, **/*.jsp, **/*.tld, **/*.js, **/*.xhtml, **/*.bsh, **/*.policy, **/*.bin, **/*.sh, **/*.conf | true | ANT based comma separated fileset patterns to include in a snapshot. |
downloadBinaries | java.lang.Boolean | false | true | When set to true, the binaries filtered by the 'binaryFilesetIncludes' and 'binaryFilesetExcludes' parameters will be downloaded as part of the snapshot. |
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | true | Used only if 'jbossCliSnapshot' is set to 'true'. The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. | |
jbossCliSnapshot | java.lang.Boolean | false | true | If set to 'true' the JBoss Management CLI ':take-snapshot' command will be used to take the snapshot, otherwise the snapshot will be taken using the standard way gathering the configuration files found in the 'installationPath' filtered by the specified includes and excludes filesets. |
jbossHome | java.lang.String | @@jbossHome@@ | false | The top level directory of the JBoss installation. The ANT fileset patterns will be used to select files recursively below this directory to include in a snapshot. |
password | java.lang.String | true | Used only if 'jbossCliSnapshot' is set to 'true'. The admin password to use for authenticating against the JBoss server. | |
port | java.lang.String | true | Used only if 'jbossCliSnapshot' is set to 'true'. The admin connection port of the JBoss server. If not set, defaults to 9999. | |
rapiddeployUrl | java.lang.String | true | The URL of the RapidDeploy server that performs the call to the target server. This URL needs to be complete, including port and context path, e.g.: http://localhost:8080/MidVision. This parameter is used to send back the snapshot file to the host server running the RapidDeploy web application. It does NOT need to be set in most cases. | |
saveOnTarget | java.lang.Boolean | false | true | If set to 'true' the snapshot file will be saved in the target server and not sent back to the RapidDeploy server. This option is not recommended as RapidDeploy can not keep track of the snapshots taken and the snapshot comparison feature can not be used. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
snapshotDirectory | java.lang.String | true | The directory location where the snapshots should be stored. This option should be used only when 'saveOnTarget' is set to 'true' or if you want to set a specific snapshot location on the RapidDeploy server (not recommended). | |
username | java.lang.String | true | Used only if 'jbossCliSnapshot' is set to 'true'. The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.StartServerTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
failOnError | java.lang.Boolean | false | false | This task will not fail the deployment on error if set to false. This scope is parameter only. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.StopServerTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.TestDataSourceTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
datasourceName | java.lang.String | false | Data source name. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
isXa | java.lang.Boolean | false | True if the data source is XA. | |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.UnDeployApplicationTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
applicationName | java.lang.String | true | If the [applicationPath] parameter cannot be resolved to a file, this parameter becomes mandatory. It is the name of the application to undeploy. | |
applicationPath | java.lang.String | true | Specifies the path to the application file to undeploy. The ${ARCHIVE_ROOT} built-in variable can be used to specify paths inside the deployment package. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
ignoreMissingDeployment | java.lang.Boolean | true | false | If set to true the server is checked to see if the application is already deployed, if it is then it will be removed. If set to false then the application will be removed, if it does not exist in the server the undeployment will fail. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.UnInstallJBossTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
stopServerWaitTimeInSecs | java.lang.Integer | 10 | true | Specifies the amount of time (in seconds) to wait for the JBoss EAP 6.4.0 server to shutdown before the JBoss home directory is deleted. In a Windows environment, files cannot be deleted if they are being used by a running process. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |
Class Name | com.midvision.rapiddeploy.plugins.products.rh.jboss.all.task.WriteAttributeTask |
Category | JBoss EAP 6.4.0 |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
failOnError | java.lang.Boolean | true | false | This task will not fail the deployment on error if set to false. |
hostname | java.lang.String | @@hostname@@ | true | The hostname to connect to the JBoss server. If not set this value defaults to 'localhost'. |
javaHome | java.lang.String | @@javaHome@@ | true | The path to Java which is used to start the JBoss server. If not set, defaults to JAVA_HOME system property. |
jbossBaseDir | java.lang.String | @@jbossBaseDir@@ | true | The path to the JBoss server base directory. If not set, defaults to '$JBOSS_HOME/standalone' for a standalone server and '$JBOSS_HOME/domain' for a domain server. |
jbossBindAddress | java.lang.String | @@jbossBindAddress@@ | true | The JBoss server interface bindings address. |
jbossBindAddressMgmt | java.lang.String | @@jbossBindAddressMgmt@@ | true | The JBoss management server interface bindings address. |
jbossBundlesDir | java.lang.String | @@jbossBundlesDir@@ | true | The path to the JBoss bundles directory. If not set, defaults to '$JBOSS_HOME/bundles'. |
jbossDefaultMulticastAddress | java.lang.String | @@jbossDefaultMulticastAddress@@ | true | The JBoss server default multicast address. |
jbossHome | java.lang.String | @@JBOSS_HOME@@ | false | The top level directory of the JBoss installation. |
jbossMessagingGroupAddress | java.lang.String | @@jbossMessagingGroupAddress@@ | true | The JBoss server messaging group address. |
jbossMessagingGroupPort | java.lang.String | @@jbossMessagingGroupPort@@ | true | The JBoss server messaging group port. |
jbossModulesDir | java.lang.String | @@jbossModulesDir@@ | true | The path to the JBoss modules directory. If not set, defaults to '$JBOSS_HOME/modules'. |
jbossServerLogDir | java.lang.String | @@jbossServerLogDir@@ | true | The JBoss server log directory. |
jbossSocketBindingPortOffset | java.lang.String | @@jbossSocketBindingPortOffset@@ | true | The ports bindings are obtained by taking the base bindings and on offset to each port. If not set, defaults to 0. |
jbossUnsecuredBindAddress | java.lang.String | @@jbossUnsecuredBindAddress@@ | true | The JBoss server unsecured interface bindings address. |
jvmArgs | java.lang.String | @@jvmArgs@@ | true | The JBoss start up JVM arguments. Defaults to: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 |
password | java.lang.String | @@password@@ | true | The admin password to use for authenticating against the JBoss server. |
port | java.lang.String | @@port@@ | true | The admin connection port of the JBoss server. If not set, defaults to 9999. |
productName | java.lang.String | @@productName@@ | true | The JBoss Server product name. System read-parameter name: 'product-name'. Used to identify the start-up process exit string. |
productVersion | java.lang.String | @@productVersion@@ | true | The JBoss Server product version. System read-parameter name: 'product-version'. Used to identify the start-up process exit string. |
propNameLevel1 | java.lang.String | false | Node property name level 1. | |
propNameLevel2 | java.lang.String | true | Node property name level 2. | |
propNameLevel3 | java.lang.String | true | Node property name level 3. | |
propNameLevel4 | java.lang.String | true | Node property name level 4. | |
propValueLevel1 | java.lang.String | false | Node property value level 1. | |
propValueLevel2 | java.lang.String | true | Node property value level 2. | |
propValueLevel3 | java.lang.String | true | Node property value level 3. | |
propValueLevel4 | java.lang.String | true | Node property value level 4. | |
releaseVersion | java.lang.String | @@releaseVersion@@ | true | The JBoss Server release version. System read-parameter name: 'release-version'. Used to identify the start-up process exit string. |
serverConfig | java.lang.String | @@serverConfig@@ | true | The path to the JBoss server configuration file. |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
standaloneServer | java.lang.Boolean | true | true | Defines if the server is a standalone server or a domain server. |
username | java.lang.String | @@username@@ | true | The admin username to use for authenticating against the JBoss server. |