Use the Jython or Jacl scripting languages to deploy
or remove portlet based Integrated Solutions Console applications.
Before you begin
Before starting this task, the wsadmin tool must be running. See the
Starting the wsadmin scripting client
article
for more information.
The Integrated Solutions Console EAR file must be
unarchived before you install it.
Procedure
- To deploy a portlet based Integrated Solutions Console application
into the Integrated Solutions Console EAR file, use the following examples:
Using Jacl:
$AdminApp update isclite modulefile {-operation add -contents
c:/WebSphere/AppServer/systemApps/isclite.ear/upzippedWARName
-contenturi upzippedWARName -usedefaultbindings -contextroot contextroot
$AdminConfig save
- To remove a portlet based Integrated Solutions Console WAR file,
use the following examples:
Using Jacl:
$AdminApp update isclite modulefile "-operation delete -contenturi WarName"
$AdminConfig save