To enable IBM HTTP Server to translate Web pages on the fly....
you must complete two tasks:
- Start the MT Server
- 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:
- Configure IBM HTTP Server to run MT function using
IBMMachineTranslation[ON/OFF].
- Set phonic rules that apply to the scope using
IBMMachineTranslationOptions.
For example:
<Directory /path/to/as400/info>
IBMMachineTranslationOptions "*subject=as400"
</Directory>
- Set the host name that the MT server runs on using
IBMMachineTranslationMachine machine.raleigh.ibm.com.
Default value: name.of.machine.com
- Set port that the MT server runs on using
IBMMachineTranslationMachinePort 5001
Default port: 5001
Related information
Machine Translation
Machine Translation Directives