+

Search Tips   |   Advanced Search


  1. Copy...

    ...to...

    • /tmp/wcmpear/xml/config/wc-server.xml

    • /tmp/wcmpear/xml/content-management/wc-resource-containers.xml

    • /tmp/wcmpear/xml/config/wc-workspace.xml

  2. Edit... /tmp/wcmpear/xml/config/wc-server.xml

  • Add the following text to the file below the <Components> tag:
    <component compClassName="com.ibm.commerce.iwwcm.integration.event.IWWCMWorkspaceEventListener"
               enable="true" name="IWWCM Workspace Event Listener">
    
     <property display="true">
      <start enabled="true"/>
      <event name="com.ibm.commerce.contentmanagement.events.WorkspaceEvent"/>
     </property>
    
    </component>

  • Save your changes.

  • Edit... /tmp/wcmpear/xml/content-management/wc-resource-containers.xml

  • Add the following text before the </wc:ResourceContainers> tag:
    <wc:ResourceContainer id="1000" name="ArticleResourceContainer"
     className="com.ibm.commerce.iwwcm.integration.resources.ArticleResourceContainer"
     configurationFile="content-management/wc-article-resource-managers.xml"
    />
    If the file already contains a resource container with an ID of 1000, update the id element of this tag so that it has a unique value.

  • Save your changes.

  • If you have not yet enabled e-mail notification for workspaces:

    1. Edit... WCMPArtialEARDir/xml/config/wc-workspace.xml

    2. Find the following text:
      <RejectTaskEmail isEmailEnabled="false" from="" cc="" bcc="" language="en_US" />
      <ApproveTaskGroupEmail isEmailEnabled="false" from="" cc="" bcc="" language="en_US" />

    3. Change the text to the following:
      <RejectTaskEmail isEmailEnabled="true" from="" cc="" bcc="" language="en_US" />
      <ApproveTaskGroupEmail isEmailEnabled="true" from="" cc="" bcc="" language="en_US" />

    4. Save your changes.


    When you have finished these steps, continue by updating the application properties. Instructions are provided in step 4 in
    Assembling IBM Workplace Web Content Management integration for WebSphere Commerce EAR file.

    WebSphere Commerce Struts framework

    Overview: Integrating WebSphere Commerce and IBM Workplace Web Content Management

    Install IBM Workplace Web Content Management integration for WebSphere Commerce on the WebSphere Commerce system

    Updating registry components