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







Custservice

print

Action : was.custservice   (Category : was, Name : custservice, By : kikonf)
Complete Name : was.custservice.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 custservice plugin : Creates a new Custom Service into the target Server

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

Toggle lines
<custservice
    type='action'    
    name='mycservice'
    enable='false'
    class='mypack1.mypack2.mypack3.myclass1'
    classpath='mypack1.mypack2.mypack3.mypath'
    desc='mydesc'
    >

    <scope node = 'localhostNode01' server = 'server1'/>

    <properties>
        <property name='myprop1' value='myvalue1' required='false' desc='mydesc1'/>
        <property name='myprop2' value='myvalue2' required='true' desc='mydesc2'/>
        <property name='myprop3' value='myvalue3' required='false' desc='mydesc3'/>
    </properties>

</custservice>
							
(Source: <KIKONF_INSTALLATION_DIR>/plugins/actions/was/custservice/by/kikonf/was.custservice.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