Software AG Products 10.5 | Administering Integration Server | Running Multiple Integration Server Instances | Updating Language Packs on a Server Instance
 
Updating Language Packs on a Server Instance
After installing, modifying, or removing language pack files on webMethods Integration Server, you must run the updateLanguagePack command on each server instance to synchronize and propagate the files.
Note:
When you install or update language packs using the installer, you have the option to install packages on the instance created by installer. If you select this option, language packs are synchronized on that instance automatically during installation; therefore, you do not need to run the updateLanguagePack command on the instance created by installer.
*To update language pack files on an Integration Server instance
1. Stop the Integration Server instance.
2. Navigate to the following directory:
Integration Server_directory \instances
3. Run the is_instance script as follows:

is_instance.bat updateLanguagePack -Dinstance.name=instance_name -Dinstall.mode=mode -Dpackage.list=pacakge_list -Dfeature.list=feature_list

Where
Specify
instance_name
The name of the instance to update.
mode
The processing mode to indicate whether the script is to add or remove language pack files (such as jars and DSPs, HTMLs, class) from the instance. Specify one of the following:
*install to add or update language pack files. When this option is specified, the script copies the language pack files from the package repository to the specified instance.
Note:
Be sure to install the language pack using the Software AG Installer before you update the instance. If the files do not exist in the package repository, the script cannot update the instance.
*uninstall to remove language pack files. When this option is specified, the script removes the language pack files from the instance.
Note:
Be sure to uninstall the language pack using the Software AG Installer before running -Dinstall.mode=uninstall or the files will not be removed from the instance.
package_list
Optional. A comma-separated list of packages to which to add the language pack.
Note:
If you do not specify -Dpackage.list, you must specify -Dfeature.list. However, you can specify both -Dpackage.list and -Dfeature.list. You need to specify -Dpackage.list and/or -Dfeature.list only when -Dinstall.mode is set to install.
For example, to install the language pack on the Integration Server instance that functions as the API Gateway, specify:
-Dpackage.list=WmAPIGateway
feature_list
Optional. A comma-separated list of features to which to add the language pack. Review the product documentation for a list of features.
Note:
If you do not specify -Dfeature.list, you must specify -Dpackage.list. However, you can specify both -Dpackage.list and -Dfeature.list. You need to specify -Dpackage.list and/or -Dfeature.list only when -Dinstall.mode is set to install.