loading table of contents...

3.5.3.3. Starting the other Components

Some components from the Delivery Environment are left out, but they are not handled differently than the components started before. Table 3.5, “Modules in the Workspace” lists those components. If you want to use the Delivery Environment, you have to publish the demo content from the Management Environment to the Delivery Environment. Otherwise, you will not see any content in the live CAE. You can use the bulkpublish tool.

$ cd $CM_BLUEPRINT_HOME/modules/cmd-tools/cms-tools-application/target/cms-tools
$ ./bin/cm bulkpublish -u admin -p admin -a -b -c

or, when you are using a 64-bit Windows

$ ./bin/cm64 bulkpublish -u admin -p admin -a -b -c
Component Location Description
Master Live Server modules/server/master-live-server-webapp The Master Live Server is started exactly the same way as the Content Management Server
Replication Live Server modules/server/replication-live-server-webapp See the Master Live Server and the Content Management Server
Live CAE Feeder modules/feeder/caefeeder-live-webapp The CAE Feeder for the live CAEs, started the same way as the preview CAE Feeder.
Live CAE modules/cae/cae-live-webapp The live CAE is started the same way as any other web application within the development workspace.

Table 3.5. Modules in the Workspace