configureDataSources
Command Reference
Description
generates jboss datasoruces into deploy location
Usage
ctl -t JBossServer -o <objectname> -c configureDataSources [-basedir <>] [-deployDir <${entity.attribute.jboss_basedir}/deploy>] [-hashDataSourcePasswords <false>] [-jboss_install_root <>] [-jboss_version <>] [-removeUnManagedDataSources <true>] [-resourcename <.*>] [-resourcetype <.*Rdb[^.]*>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| basedir | base directory of the jboss server instance | string | / ${entity.attribute.jboss_basedir} |
| deployDir |
directory name of the deploy dir to configure datasource, defaults to ${entity.attribute.jboss_basedir}/deploy
Defaults to conventional ${entity.attribute.jboss_basedir}/deploy directory for autogeneration of datasources |
string | ${entity.attribute.jboss_basedir}/deploy |
| hashDataSourcePasswords | to hash or not hash passwords | string | false / ${entity.attribute.hashDataSourcePasswords} |
| jboss_install_root | installroot of jboss server | string | ${entity.attribute.jboss_install_root} |
| jboss_version | version of jboss server | string | ${entity.attribute.jboss_version} |
| removeUnManagedDataSources | remove unrecognized autogenerated datasources | string | true |
| resourcename | object regex to apply configureDataSources execution to | string | .* |
| resourcetype | type regex to apply configureDataSources execution to | string | .*Rdb[^.]* |


