Installing virtual member manager

Virtual member manager is installed as a WebSphere® system application during the installation of WebSphere Application Server. See the WebSphere Application Server documentation for installation instructions.

The virtual member manager service EJB and the compatibility EJB can be optionally deployed onto a target by issuing these wsadmin commands where WAS-HOME is the WebSphere Application Server installation location:
To deploy onto the Deployment Manager target (dmgr):
$AdminApp install WAS-HOME/systemApps/wim.ear {-appname wim -server dmgr}
$AdminApp install WAS-HOME/systemApps/wimwmm.ear {-appname wimwmm -server dmgr}
To deploy onto a server target (for example, server1 on node1):
$AdminApp install WAS-HOME/systemApps/wim.ear {-appname wim -node node1 -server server1}
$AdminApp install WAS-HOME/systemApps/wimwmm.ear {-appname wimwmm -node node1 -server server1}
To deploy onto a cluster target for example, cluster1:
$AdminApp install WAS-HOME/systemApps/wim.ear {-appname wim -cluster cluster1}
$AdminApp install WAS-HOME/systemApps/wimwmm.ear {-appname wimwmm -cluster cluster1}
Note: After deploying the EJB onto a target , either a server or a cluster, that target needs to be restarted.

See the wsadmin command documentation for "$AdminApp install" in the reference section of the WebSphere information center for the complete command syntax information.

Examples

$AdminApp install WAS-HOME/systemApps/wim.ear {-appname wim -cell MyCell -cluster mycluster}
$AdminApp install WAS-HOME/systemApps/wimwmm.ear {-appname wimwmm -cell MyCell -cluster mycluster}
$AdminApp install WAS-HOME/systemApps/wim.ear {-appname wim -cell MyCell -server server1}
Terms of use | Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.
IBM virtual member manager 6.1