Separate application for cms & delivery servers

Hi, AFter following the document https://documentation.bloomreach.com/14/library/enterprise/installation-and-configuration/create-separate-distributions-for-cms-and-site.html

build was successful.
but while running “mvn -Pseparate-dist” following error is coming.

Error reading assemblies: Failed to locate component descriptor: conf-component.xml

Hi Sandeep,

They should be in the target folder

Iam getting this while running “mvn -Pseparate-dist” following error is coming.

Error reading assemblies: Failed to locate component descriptor: conf-component.xml

Isn’t there such an xml file in src/main/assembly ?

Yeah…It’s available in main src/main/assembly but not under platform/src/main/assembly

platform is the module created newly, you want me to add conf-component.xml

I actually created these repositories some time ago:

GitHub - bcanvural/hippo-separate-authoring-delivery: Resulting project of following documentation on separating authoring and delivery webapps (older, but it’s the result of following documentation for separating site and cms)

GitHub - bcanvural/brxm-separate-authoring-delivery: Deploy brXM authoring and delivery apps separately using brXM standard docker profiles, with local kubernetes setup or docker-compose (more recent, but it was intended for doing separate deployments using docker images)
For the last one I also wrote a blog article here: Deploy brXM authoring and delivery apps separately with Docker-compose or Kubernetes

Iam getting following error after downloading that project and run

you are getting authentication 401 error,
do you have enterprise account (license) and is it setup correctly?

I don’t have enterprise account. Is it needed?

I don’t think it’s needed for what you are trying to do, although if you are going on production you are going to need one I’m sure. For now you can browse the repository and compare your assembly descriptors to the ones in the repository

@bcanvural Actually, there is lot of difference between the mail pom.xml in document project and the project you shared to separate cms.

Can I use the same document project (Devlopment) pom.xml in the repo you shared?

Can I get repos of non enterprise to separate cms and delivery app?

not sure what you mean by document project. But if you are asking if you can use these code repositories I don’t think you can. On initial creation of the project you specify the namespace for the project which I’m sure should be different than “myproject”. Also these projects are older version of brxm

You’d have to follow the documentation for that. I don’t have such repos

I mean the project which I downloaded from document “myproject”