
Enabling Workspaces in the HCL Commerce development environment
The development environment is not meant to be an authoring environment. Support is provided in the environment for customization purposes only. For example, to test changes to the content management functionality. The ability to propagate changes is not available. If you want to change the content management workspaces, you cannot publish the changes out to another database.
Before you begin
Before you enable workspaces in the HCL Commerce development environment,
ensure that:
- Change history is enabled in your development environment. Complete the
following steps to enable it:
- Go to the WCDE_installdir/workspace/WC/xml/config/wc-server.xml.
- Open wc-server.xml and find
<WorkspaceChangeHistoryEnabled enable="false"/>
. - Edit the settings to the following values:
<WorkspaceChangeHistoryEnabled enable="true"/>
. - Save and close the file. Then, restart the server.
- Be sure you have a staging database loaded. For more information see, Loading the HCL Commerce Developer database schema.