How to deploy several tenants of an application ?




« Back to multitenancy



First, each instance is described in an XML file. All point to the same application.

Cloud application



These files are used to generate the archives of each instance to be deployed in JOnAS. Packaging service is responsible of this step, it takes XML file defined above and the tenant identifier. This service can be use by two ways :

Usage



Both have the same effect, they call Packaging service which will generate a unique archive per tenant.

Archives



These archives are ready to be deployed on JOnAS. Note that all archives contains the same application. Then, Multitenant service comes to customize and isolate each tenants.

Multitenant deployment



« Back to multitenancy