Foren

Multi tenant architecture using Liferay best practices help

S P, geändert vor 11 Jahren.

Multi tenant architecture using Liferay best practices help

Junior Member Beiträge: 58 Beitrittsdatum: 06.08.12 Neueste Beiträge
Hi All,
I am planning to create 2 different organisation with 2 different urls using single war file but pages can be different based on organisation and mapped to userid.

Will creating sites will be usefull for the above reqquirement.
or can i create 2 organisation like coffe_org and textile_org and users like (usr1_coffe,usr2_coffe) and (usr1_txtileorg and usr2_txtileorg).
so when ever user named is usr1_coffe is logged in it will get different webpage and its related role base pages and similarly user named as usr2_txtileorg can only see
textile_org related pages.Also both the organisation will be using same liferay database schema.


Could you please suggest,is this case will be fit for multi tenant architecture.

or i can create a login hook and check the organisation_id based on userid and forward to particular layout..

Please suggest your views.


Appricate your help.


Thanks in Advance,
S P, geändert vor 11 Jahren.

RE: Multi tenant architecture using Liferay best practices help

Junior Member Beiträge: 58 Beitrittsdatum: 06.08.12 Neueste Beiträge
I think this will be mostly used scenario using liferay,please suggest your views.