|
|
|
Datasrc
Action : wls.datasrc (Category : wls, Name : datasrc, By : kikonf)
Complete Name : wls.datasrc.by.kikonf Version : 4.0 License : Modified BSD License Purpose of the wls category : Easy to customize. This category use in background the wlst command in jython mode, to drive WebLogic Server ® configuration. You can use it to manage the whole WebLogic ® architecture. Purpose of this datasrc plugin : Creates a DataSource The following shows a sample Action File to use with the Action : wls.datasrc This sample file can be run with this command : kikact wls.datasrc Toggle lines <datasrc type = 'action' name='mydatasrc' desc='mydesc' jndi_name='jdbc/mydatasrc' dbtype='db2' xa='true' statement_cache_size='200' database='MYDB2BASE' host='www.myhost.com' port='1234' user='myuser' password='mypass' > <scope server = 'server1'/> <connection_pool> <initial_capacity value='10'/> <max_capacity value='50'/> <capacity_increment value='2'/> </connection_pool> <properties> <property name='currentSchema' value='MYDB2SCHEMA'/> </properties> </datasrc>
Trademarks :
|