cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Commerce Cloud ( CCv2) do i need datahub-webapp war in my code base for deployment

d_j_boyd
Participant
0 Likes
962

Is the datahub-webapp war file required to be in my repo as part of the build/deployment to CCv2?

Github has a size limit on files and as such this file is very large. We could make use of LFS as needed.

So can I just add datahub-webapp to the datahub manifest file as an extension

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Likes

Thanks @David for the answer. Could you please tell me how did you configure your datahub instance on ccv2?

I am using 1905 and in the recipe it is mentioned that you need to have war file placed in hybris/bin/ * folder

0 Likes

Hi @David

Could you please suggest you directory structure where you placed datahub war file. I am also struggling with the same issue. Also please let me know if you have configured the war file path anywhere?

d_j_boyd
Participant
0 Likes

Hello manavsach9, @manavsachdeva

We are running Commerce 1811 and Datahub 1811 on CCV2

Since we started this project, SAP changed the directory structure and as such we no longer have the datahub-webapp-18.11.0-RC5.war file in our code repo.

mpern
Product and Topic Expert
Product and Topic Expert
0 Likes

No, no need to commit the war file.

Just configure the datahub manifest, the build process downloads all required SAP Commerce binaries.

https://help.hybris.com/scc/pcd/7af4192b26c54177a3bd1d60caa17acb.html

d_j_boyd
Participant
0 Likes

I did a test deploy with out the war file in my repo - now datahub does not start etc. When the war file is in my repo - then data hub is running.

mpern
Product and Topic Expert
Product and Topic Expert
0 Likes

Now this is getting interesting... Let me investigate what may be going on here