Studio Developer Manual / Version 2512.0
Table Of ContentsCoreMedia Studio needs to know the connection parameters of the Content Management Server and Workflow Server to connect to. See Section 3.12, “UAPI Client Properties” in Deployment Manual.
CoreMedia Studio
also needs to know the URL of Apache Solr and the name of the
index collection for searching the repository content. Configure the URL in the property
solr.url
and the name of the index collection in the property solr.content.collection in the same file.
solr.url=http://<Host>:<Port>/solr solr.content.collection=studio
CoreMedia Studio needs an additional relational database connection to store editorial comments.
The properties editorial.comments.datasource.url and editorial.comments.datasource.driver-class-name have to bet set according
to the RDBMs to connect to. Furthermore, for each RDBMs there are differences in the configuration of the JDBC connection. For more details see Section 3.4, “Editorial Comments Database Configuration”.
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, set the property
repository.workflow.connect
in the file WEB-INF/application.properties to
false.
repository.workflow.connect=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
Section 5.6.1.2, “Predefined Publication Workflows” in
Blueprint Developer Manual
for more information on these workflows.


