Install Member Manager


+

Search Tips   |   Advanced Search

 

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.

  1. AIX|Linux|Solaris: Log in as the non-root user. For example, wasuser.

  2. Windows: Log in as the Administrator.

  3. Stop the Application server on the machine where you are installing Member Manager.

  4. Navigate to...

  5. AIX|Linux|Solaris: Extract the contents of the MemberManager.tar to WAS_installdir

  6. Windows: Extract the contents of the MemberManager.zip to WAS_installdir

  7. Navigate to WAS_installdir/lib

  8. Modify the ejb-jar.xml file contained within the wmm.ejb.jar file.

    1. Open the wmm.ejb.jar and extract the ejb-jar.xml file.

    2. 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.

    3. Save the file and place it back in the wmm.ejb.jar file.

  9. Modify the ibm-ejb-jar-bnd.xmi file contained within the wmm.ejb.jar file.

    1. Open the wmm.ejb.jar file and extract the ibm-ejb-jar-bnd.xmi file.

    2. 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.

    3. Save the file and place it back in the wmm.ejb.jar file.

  10. Navigate to the WAS_installdir/installableApps directory.

  11. Modify the ejb-jar.xml file contained within the wmm.ejb.jar that is contained within the wmm.ear file.

    1. Open the wmm.ear file and extract the wmm.ejb.jar file.

    2. Open the wmm.ejb.jar and extract the ejb-jar.xml file.

    3. 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.

    4. Save the file and place it back into the wmm.ejb.jar file.

    5. Save the wmm.ejb.jar file back into the wmm.ear file.

  12. Modify the ibm-ejb-jar-bnd.xmi file contained within the wmm.ejb.jar that is contained within the wmm.ear file.

    1. Open the wmm.ejb.jar and extract the ibm-ejb-jar-bnd.xmi file.

    2. 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.

    3. Save the file and place it back into the wmm.ejb.jar file.

    4. Save the wmm.ejb.jar file back into the wmm.ear file.

  13. Modify the ejb-jar.xml file contained within the wmm.internal.ejb.jar file that is contained in the wmm.ear file.

    1. Open the wmm.ear file and extract the wmm.internal.ejb.jar file.

    2. Open the wmm.internal.ejb.jar and extract the ejb-jar.xml file.

    3. 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.

    4. Save the file and place it back into the wmm.internal.ejb.jar file.

    5. Save the wmm.internal.ejb.jar file and place it back into the wmm.ear file.

  14. Open the wmm.internal.ejb.jar and extract the ibm-ejb-jar-bnd.xmi file.

    1. Open the wmm.ear file and extract the wmm.internal.ejb.jar file.

    2. Open the wmm.internal.ejb.jar and extract the ibm-ejb-jar-bnd.xmi file.

    3. 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.

    4. Save the file and place it back in the to wmm.internal.ejb.jar file.

    5. Save the wmm.internal.ejb.jar file and place it back into the wmm.ear file.

  15. Open the following file in a text editor:

  16. 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.

  • Locate the following text:
    WMM_CONFIG=5
    
    
    

  • Replace WMM_CONFIG=5 with WMM_CONFIG=2.

  • Save your changes and exit the text editor.

  • Stop the application server where you want to install Member Manager.

  • Depending on your platform...

    AIX|Linux|Solaris|

    1. Log in as the non-root user. For example, wasuser.

    2. Change to the following directory: WAS_installdir/wmm/bin/

    3. Run the following command
      chmod 750 setup.sh
      
      
      

    4. Issue the following command
      ./setup.sh
      
      
      

    Windows:

    1. Start a command line session and issue the following command
      WAS_installdir\wmm\bin\setup.bat
      
      
      

  • Verify the installation by checking the WAS_installdir/logs/installMemberManager.log.

  • Start the application sever where you installed Member Manager.

  • Next task: Configure the WebSphere Commerce database when using customized DNs.

     

    Related Concepts


    Directory services and WebSphere Commerce

     

    Related tasks


    Configure directory services (LDAP) with WebSphere Commerce
    Install Member Manager on i5/OS
    Configure the WebSphere Commerce database when using customized DNs
    Configure Member Manager