Prerequisites
This section shows the prerequisite configuration that is required before enabling the multitenant mode.
The multitenant mode requires to run the system with configuration handled at database level. For more information, see Database configuration.
A system property (tafj.configuration) must be set at JVM level and available at application server startup. It tells the system to use database as a configuration source and set a name for this base configuration.
For example:
-Dtafj.configuration=t24Multitenant
The master database is used to manage system configuration. If the configuration doesn’t exist, then it will be created automatically with default values. The system must be restarted after configuration change, if it is already running.
You can check the configuration by accessing the configuration servlet or via tDiag servlet.
http://xxxxx/TAFJEE/xhtml/tdiag/dashboard.xhtml
http://xxxxx/TAFJConfiguration/dashboard.xhtml
In this topic