|
|
|
Instapp
Action : was.instapp (Category : was, Name : instapp, By : kikonf)
Complete Name : was.instapp.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 instapp plugin : Install one Application The following shows the Descriptor File for the Action : was.instapp Toggle lines <!-- Copyright (c) 2008, Patrick Germain Placidoux --> <!-- All rights reserved. --> <!-- --> <!-- This file is part of Kikonf Public Software. --> <!-- --> <!-- Kikonf Public Software is released under the modified BSD License, --> <!-- which should accompany it or any part of it in the file "COPYING". --> <!-- If you do not have this file you can access the license --> <!-- through the WWW at http://www.kikonf.org/license/bsd/license.txt. --> <!-- --> <!-- Home page: http://www.kikonf.org --> <!-- Contact: kikonf@gmx.com --> <!-- ====================================================================== --> <!-- --> <!-- --> <!-- --> <!-- ====================================================================== --> <!-- UPDATE | DATE | CODE | REASON --> <!-- ====================================================================== --> <!-- | | | --> <!-- --> <!-- --> <!-- ====================================================================== --> <instapp type = '{\ *eq:action,\ *required:True,\ *display:False\ }' bal = '{*display:False}' sub_type = '{\ *value:configuration,\ *eq:configuration,\ *required:True,\ *deny:True,\ *display:False\ }' softwares = "{ '*type':'dict', '*dtype': { 'was': { '*ge':'6.1', '*le':'7.9', '*required':True } }, '*deny':True, '*display':False }" name='{*type:str,*required:True,*lhelp:%lang/action.was.en/name.lhelp}' ear_path='{*type:str,*required:True,*lhelp:%lang/action.was.en/ear_path.lhelp}' ear_install_path='{*type:str,*required:True,*lhelp:%lang/action.was.en/ear_install_path.lhelp}' vhost='{*type:str,*value:default_host,*required:True,*lhelp:%lang/action.was.en/vhost.lhelp}' sharedlibs='{*type:str,*lhelp:%lang/action.was.en/sharedlibs.lhelp}' post_script='{\ *type:str,\ *help:%lang/action.was.en/sync.post_script.help,\ *lhelp:%lang/action.was.en/sync.post_script.lhelp\ }' __wk__='{\ *help:%lang/action.was.en/instapp.help,\ *lhelp:%lang/action.was.en/instapp.lhelp\ }' > <!-- Server type chosse in ws for webserver and as for application_server. --> <scopes __wk__='{*eq:1}'> <scope cluster='' node='' server='' server_type='{*value:None,*checkIn:(ws,as)}' __wk__ = '{*ge:1,*help:%lang/action.was.en/scope.help}'/> </scopes> </instapp> A descriptor file is a WYSISWYG xsd like schema, wich describes what are the supported Tags, Attributes and Attributes values for one Action. The special Attributes : type, sub_type, bal, softwares, __wk__ are reserved by Kikonf. The table below summarizes the informations provided by the was.instapp Descriptor File : /instapp>   Install one Application
/instapp/scopes>   Required:True /instapp/scopes/scope>   A scope refers to a Name Space where to create the resource
Trademarks :
|