Localizing Your Installation - Teradata Warehouse Miner

Teradata Warehouse Miner Model Manager User Guide

Product
Teradata Warehouse Miner
Release Number
5.4.4
Published
July 2017
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
opt1484331824882.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2303
Product Category
Software

The Model Manager application can be localized into any language. Several resource files (mm_messages_cs.properties) are included in modelmanager.jar file. These files can be copied, renamed to include your language extension, and modified as needed, including adding additional properties from mm_messages.properties. Any properties in mm_messages_??.properties overrides the mm_messages.properties.

  1. Stop the Tomcat server.
  2. Find modelmanager.war in the CATALINA_HOME/webapps directory. If the file has already been extracted you see CATALINA_HOME/webapps/modelmanager.
  3. Extract modelmanager.war using one of the following methods:
    Windows Expand the file in Windows Explorer.
    Linux Desktop Extract the file using an archive utility.
    Linux command line Create CATALINA_HOME/webapps/modelmanager, change directory to that location, then extract the file using jar –xvf ../modelmanager.jar.
  4. Extract modelmanager.jar using one of the following methods:
    Windows Expand the file in Windows Explorer.
    Linux Desktop Extract the file using an archive utility.
    Linux command line Create CATALINA_HOME/webapps/modelmanager, change directory to that location, then extract the file using jar –xvf ../modelmanager.war.
  5. Add your file to the target directory.
  6. Package the file:
    Windows Save the .jar file.
    Linux desktop Save the file using the archive utility.
    Linux command line Use jar –xvf ../modelmanager.jar.
  7. Move modelmanager.war to another location or delete it. The extracted war files with the properties file are picked up by the server instead of the older modelmanager.war file.
  8. Start the Tomcat server.