|
|
|
|
|
Crtserver
Action : wls.crtserver (Category : wls, Name : crtserver, By : kikonf)
Complete Name : wls.crtserver.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 crtserver plugin : Creates a new Server The following shows the Descriptor File for the Action : wls.crtserver 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 -->
<!-- ====================================================================== -->
<!-- | | | -->
<!-- -->
<!-- -->
<!-- ====================================================================== -->
<!-- weight: If Tag scope/Attribute:cluster is given (this server is a cluster member and will be added to the defined cluster.) -->
<!-- and the following Attributes: weight and id are taken in account adding the cluster member. -->
<crtserver
type = '{\
*eq:action,\
*required:True\
}'
bal = ''
sub_type = '{\
*value:configuration,\
*eq:configuration,\
*required:True\
}'
softwares = "{\
'*type':'dict',\
'*dtype':\
{\
'wls':\
{\
'*ge':'10',\
'*required':True\
}\
}\
}"
host=''
port='{*type:int}'
enable_client_cert_proxy='{*value:false,*checkIn:(false,true),*required:True}'
enable_ssl='{*value:false,*checkIn:(false,true),*required:True}'
ssl_port='{*type:int}'
machine=''
weight='{*value:50,*type:int,*required:True}'
desc=''
__wk__='{*help:%lang/action.wls.en/crtserver.help}'
>
<scope
cluster = ''
server = '{*type:str,*required:True}'
__wk__='{\
*eq:1,\
*help:%lang/action.wls.en/scope.help,\
*lhelp:%lang/action.wls.en/scope.lhelp,\
}'
/>
</crtserver>
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 wls.crtserver Descriptor File : /crtserver>   Creates a new Server
/crtserver/scope>   A scope refers to a Name Space where to create the resource Required:True
Trademarks :
|