cle_clock
Home > wikikonf >  wls/actions/by kikonf > datasrc







Datasrc

print

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>
							
(Source: <KIKONF_INSTALLATION_DIR>/plugins/actions/wls/datasrc/by/kikonf/wls.datasrc.by.kikonf.xml)


  • Line 1 to 3 say something , say something , say something
  • Line 10 to 17 say something , say something , say something , say something , say something
  • Line 20 to 25 say something



Trademarks :
  • "Db2" is a registred trademark of International Business Machines Corporation.
  • "oracle" is a registred trademark of Oracle and/or its affiliates.
  • "oracle", "Weblogic", "Weblogic Server", "Java" and "JVM" are a registred trademarks of Oracle and/or its affiliates.
  • Other names may be trademarks of their respective owners.

Copyright © 2011 - Patrick Placidoux, Hélène Malamoud