Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to add support to add domain name while setting up new tenant, 'create-tenant' target has been modified. Now system will ask "Enter domain name for tenant(optional):" at the time of tenant creation with other informations. This domain name will be stored in new entity 'TenantDomainName' along with tenantId. At the time of url hit, system will look for the domain name, find the corresponding tenantId and will start pointing to corresponding database.

...

7) Go to front-end by entering url with domain name  without port like: http://abc.com/ecommerce/  or with port like: http://abc.com:8080/ecommerce/

8) Login to back end by entering login id , password and tenant id on login form or by For back-end applications, domain name field is optional. You can access back-end applications by entering tenantId from login page OR by entering url with domain name as described above in #7.