Before you begin
Before starting this task, the wsadmin tool must be running. See the Starting the wsadmin scripting client article for more information.Why and when to perform this task
The ISCW EAR file must be unarchived before you install it.Steps for this task
Using Jacl:
$AdminApp update isclite modulefile {-operation add -contents c:/WebSphere/AppServer/systemApps/isclite.ear/upzippedWARName -contenturi upzippedWARName -usedefaultbindings -contextroot contextroot $AdminConfig save
Using Jacl:
$AdminApp update isclite modulefile "-operation delete -contenturi WarName" $AdminConfig save
Related concepts
AdminApp object for scripted administration
Related reference
Commands for the AdminApp object