|
|
|
|
|
Clsloader
Action : was.clsloader (Category : was, Name : clsloader, By : kikonf)
Complete Name : was.clsloader.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 clsloader plugin : Change a given Classloader Mode and Policy The following shows a sample Action File to use with the Action : was.clsloader This sample file can be run with this command : kikact was.clsloader Toggle lines
<clsloader
type = 'action'
policy='SINGLE'
mode='PARENT_LAST'
>
<scope application='DefaultApplication' war='Increment.jar'/>
<!-- <scope node='localhostNode01' server='server1'/> -->
</clsloader>
Trademarks :
|