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







Ra

print

Action : was.ra   (Category : was, Name : ra, By : kikonf)
Complete Name : was.ra.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 ra plugin : Configure a Resource Adaptor

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

Toggle lines
<ra type = 'action' name='myra' ra_force='true' ra_type='sib' ra_path='/e/g/where/is/sib.api.jmsra.rar' ra_archive_path='c:\temp'>
    
    <scope node = 'localhostNode01' server = 'server1'/>
    
    <jcfs>
        <jcf name='myfactory1'  jndi_name='eis/myfactory1' factory_interface='javax.jms.TopicConnectionFactory'>
            <connection_pool>
                <connection_timeout value='350'/>
                <max_connections value='15'/>
                <min_connections value='5'/>
                <reap_time value='150'/>
                <unused_timeout value='3600'/>  
                <aged_timeout value=''/>
                <purge_policy value='EntirePool'/>
            </connection_pool> 
            
        </jcf>
        
        <jcf name='myfactory2'  jndi_name='eis/myfactory2' factory_interface='javax.jms.QueueConnectionFactory'>
            <connection_pool>
                <connection_timeout value='350'/>
                <max_connections value='15'/>
                <min_connections value='5'/>
                <reap_time value='150'/>
                <unused_timeout value='3600'/>  
                <aged_timeout value=''/>
                <purge_policy value='EntirePool'/>
            </connection_pool> 

            <properties>
                <property name='UserName' value='false'/>
                <property name='Password' value='false'/>
                <property name='BusName' value='false'/>
            </properties>
        </jcf>
    </jcfs>
        
</ra>
							
(Source: <KIKONF_INSTALLATION_DIR>/plugins/actions/was/ra/by/kikonf/was.ra.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 :
  • "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