|
|
|
|
|
Crtserver
Action : jbs.crtserver (Category : jbs, Name : crtserver, By : kikonf)
Complete Name : jbs.crtserver.by.kikonf Version : 3.0 License : Modified BSD License Purpose of the jbs category : Easy to customize. This category use in background the Kikonf Repoz tools to configure JBOSS ® server resources. Purpose of this crtserver plugin : Create a JBoss server instance The following shows the Descriptor File for the Action : jbs.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 -->
<!-- ====================================================================== -->
<!-- | | | -->
<!-- -->
<!-- -->
<!-- ====================================================================== -->
<crtserver
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':
{
'jbs':
{
'*ge':'5.5',
'*le':'6',
'*required':True
}
},
'*deny':True,
'*display':False
}"
jvm_route = '{\
*value:jvm1,\
*required:True,\
*help:%lang/action.jbs.en/crtserver.jvm_route.help,\
*lhelp:%lang/action.jbs.en/crtserver.jvm_route.lhelp\
}'
mode = '{\
*value:0755,\
*type:int,\
*required:True,\
*help:%lang/action.jbs.en/crtserver.mode.help,\
*lhelp:%lang/action.jbs.en/crtserver.mode.lhelp\
}'
__wk__='{\
*help:%lang/action.jbs.en/crtserver.help,\
*lhelp:%lang/action.jbs.en/crtserver.lhelp\
}'
>
<scope
sbase = '{*required:True}'
service = ''
engine = '*default'
__wk__ = '{\
*eq:1,\
*help:%lang/action.jbs.en/scope.help,\
*lhelp:%lang/action.jbs.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 jbs.crtserver Descriptor File : /crtserver>   Create a JBoss server instance
/crtserver/scope>   todo Required:True
Trademarks :
|