CoreMedia Studio needs to know the URL of the
Content Server to connect to and the URL of the preview
server. To this end, adjust the repository.url property in
WEB-INF/application.properties of the Studio web
application and let it point to your Content Management
Server.
repository.url=http://<Host>:<Port>/coremedia/ior
Alternatively, you may configure the URL to connect to by modifying the
contentserver.* properties in the same file.
contentserver.host=localhost contentserver.port=44441
CoreMedia Studio offers connectivity to the
CoreMedia Workflow Server. Therefore, a
Workflow Server has to run when starting
CoreMedia Studio. If this is not desired, you should set the property
repository.workflow in the file WEB-INF/application.properties to
false.
repository.workflow=false
Studio supports "Simple Publication" and "Two Step Publication"
publication workflows. To use these workflows, upload the workflow definitions
studio-simple-publication.xml and studio-two-step-publication.xml to
the Workflow Server with the cm upload tool. See section
"Predefined Publication Workflows" of the [CoreMedia Digital Experience Platform 8 Developer Manual] for more information on these workflows.







