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







Datasrc

print

Action : was.datasrc   (Category : was, Name : datasrc, By : kikonf)
Complete Name : was.datasrc.by.kikonf
Version : 5.0        License : Modified BSD License

Purpose of the was category :
Easy to customize. This category use in background the wsadmin command in jython mode (through AdminConfig, AdminControl and AdminTask), to drive WebSphere Application Server ® configuration.
You can use it to manage the whole WebSphere ® architecture.

Purpose of this datasrc plugin : Creates a new DataSource

The following shows a sample Action File to use with the Action : was.datasrc
This sample file can be run with this command : kikact  was.datasrc

Toggle lines
<datasrc
    type = 'action'

    name='mydatasrc'
    desc='mydesc'
    jndi_name='jdbc/mydatasrc'
    provider='myprovider'
    dbtype='db2'
    statement_cache_size=''
    >
    
    <scope node = 'localhostNode01' server = 'server1'/>
    
    <jaas name='mydatasrc_jaas' user='mysuser' password='mypass' create='' desc='mydesc'/>
    
    <connection_pool>
        <connection_timeout value='352'/>
        <max_connections value='152'/>
        <min_connections value='52'/>
        <reap_time value='152'/>
        <unused_timeout value='3602'/>  
        <aged_timeout value='2'/>
        <purge_policy value='EntirePool'/>
    </connection_pool> 
         
    <properties>                                               
        <property name='databaseName' value='MYDB2BASE2'/> 
        <property name='serverName' value='myserver.com2'/> 
        <property name='portNumber' value='54542'/> 
        <property name='driverType' value='PUT_YOUR_VALUE_HERE2'/> 
        <property name='currentSchema' value='MYDB2SCHEMA2'/> 
        <property name='webSphereDefaultIsolationLevel' value='2'/> 
    </properties>

</datasrc>
							
(Source: <KIKONF_INSTALLATION_DIR>/plugins/actions/was/datasrc/by/kikonf/was.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 :
  • "Python" is a registered trademark of the Python Software Foundation.
  • "IBM", "WebSphere MQ", "WebSphere", "WebSphere Aplication Server", "WAS", "Db2" and "AIX" are registred trademarks of International Business Machines Corporation.
  • "oracle", "MySql", "Java" and "JVM" are a registred trademarks of Oracle and/or its affiliates.
  • "Linux" is a trademark registred to Linus Torvalds
  • "MS SQL Server" is a registred trademark of Microsoft Corporation.
  • "IBM", "WebSphere", "WebSphere Aplication Server", "WAS" are registred trademarks of International Business Machines Corporation.
  • "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