|
|
|
|
|
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 a sample Action File to use with the Action : was.instapp This sample file can be run with this command : kikact was.instapp Toggle lines
<instapp
type='action'
name='myapp'
ear_path='$[temp_dir]/DefaultApplication.ear'
ear_install_path='$[temp_dir]/myapp'
vhost='myvhost'
sharedlibs='myshlib'
>
<scopes>
<scope node = 'localhostNode01' server = 'server1'/>
<scope node = 'localhostNode01' server = 'server2'/>
<scope cluster='cluster1'/>
</scopes>
</instapp>
Trademarks :
|