Getting started with Machine Translation Configuration

To enable IBM HTTP Server to translate Web pages on the fly.... you must complete two tasks:

  1. Start the MT Server
  2. Configure MT

Start the MT Server

Before configuring the MT function in IBM HTTP Server, start the MT server:

Platform Command
AIX /usr/lpp/mt/MTserver /usr/lpp/mt 5001 1
Linux and Solaris /opt/IBMmt/MTserver /opt/IBMmt/ 5001 1
Windows NT Go to C:\Program Files\IBM HTTP Server\Mt

Configure the MT function in IBM HTTP Server

After starting the MT server, you should configure the MT function in IBM HTTP Server:
  1. Configure IBM HTTP Server to run MT function using IBMMachineTranslation[ON/OFF].
  2. Set phonic rules that apply to the scope using IBMMachineTranslationOptions.

    For example:
    <Directory /path/to/as400/info>
    IBMMachineTranslationOptions "*subject=as400"
    </Directory>

  3. Set the host name that the MT server runs on using IBMMachineTranslationMachine machine.raleigh.ibm.com.

    Default value: name.of.machine.com

  4. Set port that the MT server runs on using IBMMachineTranslationMachinePort 5001

    Default port: 5001

Related information

Machine Translation
Machine Translation Directives