Install Member Manager
The steps on this page describe how to install Member Manager.
I5/OS: If you are installing Member Manager on an i5/OS machine, refer to Install Member Manager on i5/OS.
- AIX|Linux|Solaris: Log in as the non-root user. For example, wasuser.
- Windows: Log in as the Administrator.
- Stop the Application server on the machine where you are installing Member Manager.
- Navigate to...
WC_installdir/wmm
- AIX|Linux|Solaris: Extract the contents of the MemberManager.tar to WAS_installdir
- Windows: Extract the contents of the MemberManager.zip to WAS_installdir
- Navigate to WAS_installdir/lib
- Modify the ejb-jar.xml file contained within the wmm.ejb.jar file.
- Open the wmm.ejb.jar and extract the ejb-jar.xml file.
- Open the ejb-jar.xml file in a text editor and remove the following entries:
<resource-ref id="ResourceRef_1049051571850"> <res-ref-name>jdbc/wmmDS</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> <res-sharing-scope>Shareable</res-sharing-scope> </resource-ref>The resource-ref number might differ from the number listed in the above example.
- Save the file and place it back in the wmm.ejb.jar file.
- Modify the ibm-ejb-jar-bnd.xmi file contained within the wmm.ejb.jar file.
- Open the wmm.ejb.jar file and extract the ibm-ejb-jar-bnd.xmi file.
- Open the ibm-ejb-jar-bnd.xmi file in a text editor, and remove the following entries:
<resRefBindings xmi:id="ResourceRefBinding_1049051571850" jndiName="jdbc/wmmDS"> <bindingResourceRef href="META-INF/ejb-jar.xml#ResourceRef_1049051571850"/> </resRefBindings>The resRefBindings number might differ from the number listed in the above example.
- Save the file and place it back in the wmm.ejb.jar file.
- Navigate to the WAS_installdir/installableApps directory.
- Modify the ejb-jar.xml file contained within the wmm.ejb.jar that is contained within the wmm.ear file.
- Open the wmm.ear file and extract the wmm.ejb.jar file.
- Open the wmm.ejb.jar and extract the ejb-jar.xml file.
- Open the ejb-jar.xml file in a text editor and remove the following entries:
<resource-ref id="ResourceRef_1049051571850"> <res-ref-name>jdbc/wmmDS</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> <res-sharing-scope>Shareable</res-sharing-scope> </resource-ref>The resource-ref number might differ from the number listed in the above example.
- Save the file and place it back into the wmm.ejb.jar file.
- Save the wmm.ejb.jar file back into the wmm.ear file.
- Modify the ibm-ejb-jar-bnd.xmi file contained within the wmm.ejb.jar that is contained within the wmm.ear file.
- Open the wmm.ejb.jar and extract the ibm-ejb-jar-bnd.xmi file.
- Open the ibm-ejb-jar-bnd.xmi file in a text editor, and remove the following entries:
<resRefBindings xmi:id="ResourceRefBinding_1049051571850" jndiName="jdbc/wmmDS"> <bindingResourceRef href="META-INF/ejb-jar.xml#ResourceRef_ 1049051571850"/> </resRefBindings>The resRefBindings number might differ from the number listed in the above example.
- Save the file and place it back into the wmm.ejb.jar file.
- Save the wmm.ejb.jar file back into the wmm.ear file.
- Modify the ejb-jar.xml file contained within the wmm.internal.ejb.jar file that is contained in the wmm.ear file.
- Open the wmm.ear file and extract the wmm.internal.ejb.jar file.
- Open the wmm.internal.ejb.jar and extract the ejb-jar.xml file.
- Open the ejb-jar.xml file in a text editor and remove the following entries:
<resource-ref id="ResourceRef_1049051571850"> <res-ref-name>jdbc/wmmDS</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> <res-sharing-scope>Shareable</res-sharing-scope> </resource-ref>The resource-ref number might differ from the number listed in the above example.
- Save the file and place it back into the wmm.internal.ejb.jar file.
- Save the wmm.internal.ejb.jar file and place it back into the wmm.ear file.
- Open the wmm.internal.ejb.jar and extract the ibm-ejb-jar-bnd.xmi file.
- Open the wmm.ear file and extract the wmm.internal.ejb.jar file.
- Open the wmm.internal.ejb.jar and extract the ibm-ejb-jar-bnd.xmi file.
- Open the ibm-ejb-jar-bnd.xmi file in a text editor, and remove the following entries:
<resRefBindings xmi:id="ResourceRefBinding_1049051571850" jndiName="jdbc/wmmDS"> <bindingResourceRef href="META-INF/ejb-jar.xml#ResourceRef_ 1049051571850"/> </resRefBindings>The resRefBindings number might differ from the number listed in the above example.
- Save the file and place it back in the to wmm.internal.ejb.jar file.
- Save the wmm.internal.ejb.jar file and place it back into the wmm.ear file.
- Open the following file in a text editor:
- AIX|Linux|Solaris: WAS_installdir/wmm/bin/setenv.sh
- Windows: WAS_installdir\wmm\bin\setenv.bat
- Replace variables in the file with the values shown in the following table:
Variable Value @PROFILE_NAME@ Replace @PROFILE_NAME@ with the WebSphere Commerce profile name. For example, demo. @APP_SERVER_NAME@ Replace @APP_SERVER_NAME@ with the name of the application server where you want to install Member Manager. If you want to install Member Manager into the WebSphere Commerce application server, the application server name is server1.
WMM_CONFIG=5
AIX|Linux|Solaris|
chmod 750 setup.sh
./setup.sh
Windows:
WAS_installdir\wmm\bin\setup.bat