Manage Integrated Solutions Console applications using scripting
Use the Jython or Jacl scripting languages to deploy or remove portlet based Integrated Solutions Console applications. Before starting this task, the wsadmin tool must be running. See the Start 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:
Use 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:
Use Jacl:
$AdminApp update isclite modulefile "-operation delete -contenturi WarName" $AdminConfig save
Use the AdminApp object for scripted administration
Related Reference
Commands for the AdminApp object