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

Trying to develop a multi-site application.

Former Member
0 Likes
203

Hi,

I am trying to develop a multi-site application.

I have managed to develop separate content and product catalogs. Each site has its own homepage. Different products.

But the 2 sites keep getting their urls confused.

Is there any documentation on how to develop a multi-site

Accepted Solutions (1)

Accepted Solutions (1)

mpern
Product and Topic Expert
Product and Topic Expert
0 Likes

The main entry point is the CMSSite. The accelerator uses the CMSSite.urlPatterns to activate the correct site (and therefore content and product catalog). So those should not clash. (Dig through de.hybris.platform.yacceleratorstorefront.filters.cms.CMSSiteFilter for all the nitty gritty detail)

You can check the apparel demo store and the electronics demo store on how to separate sites. (use the installer to set the demo up, e.g. ./installer/instal.sh -r b2c_acc). You can find all impex and demo data in hybris/bin/ext-data/...

Answers (0)