Installing MDM modules using the war file
With a WAR file (Talend-MDMServer-YYYYMMDD-<revision number>-VA.B.C.war) and a zipped HOME file (Talend-MDMServer-YYYYMMDD-<revision number>-VA.B.C-HOME.zip) provided by Talend, you can also install MDM modules by deploying the .war file to Tomcat and then updating some configuration files after unzipping the HOME file.
Here, A.B.C stands for Major, Minor, Patch version respectively. Note that you must use the same versions/revisions of each module.
This installation mode assumes that you are familiar with or have some knowledge of MDM server configuration.
The following lists all the modules involved in this installation mode. To ease their management, you are recommended to centralize all the modules on one single system.
-
An application server, Apache Tomcat server in this case, which hosts the MDM web application.
-
A .war file, which contains the MDM server application required to use Talend MDM Web UI.
-
A zipped HOME file, which contains files and resources for the MDM server.
Procedure
Results
To run the MDM server, execute startup.sh in the <TomcatPath>/bin folder.
To shut down the MDM server, press Ctrl+C in the console window, or run bin/shutdown.sh.
For performance reasons, you can increase the memory of Tomcat. For more information about how to increase the memory size of Tomcat, see Increasing the memory of Apache Tomcat.