Add customized business contexts to preview

Edit the WebSphere Commerce configuration file to add a customized business context to preview.

  1. Open the WebSphere Commerce configuration file.

  2. Within the file, find text similar to the following section:
    <HttpAdapter deviceFormatId="-1"
    deviceFormatType="browser"
    deviceFormatTypeId="-1"
    enabled="true"
    factoryClassname="com.ibm.commerce.content.adapter.previewhttpadapter.PreviewHttpAdapter"
    name="PreviewHttpAdapter" >
    <ReferenceContexts>
    <Context name="com.ibm.commerce.context.preview.PreviewContext"
    />
    </ReferenceContexts>
    </HttpAdapter>
    
    
    

  3. Add your customized context within the <ReferenceContexts> tag. For example:
      <Context
    name="com.ibm.commerce.context.globalization.GlobalizationContext" 
    />
    
    
    

  4. Propagate your changes to the WebSphere Commerce configuration file

  5. Restart your WebSphere Commerce server

 

Related Concepts


Store preview
Command and view restrictions in preview

 

Related tasks


Previewing a store

 

Related Reference


Preview behavior