Operating Systems: i5/OS
             Personalize the table of contents and search results

This topic applies only on the i5/OS operating system.

 

Configure application servers for other language environments

 

You can configure individual application servers to run with different globalization settings to support different language environments. The topics below discuss how you can configure the application server to run with the language environment attributes which you require, and how you can configure the application server to use a specific National Language V(NLV) when you have multiple WebSphere Application Server NLVs installed.

 

Overview

You can configure the application server to run with the appropriate language environment attributes, such as the coded character set identifier (CCSID) and country or region identifier, for the environment you wish to create. The QEJBSVR user profile settings are the basis for the application server job attributes, and the job attributes determine the properties for the Java(TM) virtual machine environment. For more information on job attributes that are set based on the user profile, see the i5/OS Information Center. Notes:

By default, each application server runs under the QEJBSVR user profile. To change the language enviroment settings you can either modify the QEJBSVR profile and set the attributes specifically or you can create a new profile which has QJEBSVR as its group profile and which has the appropriate language environment settings. If you choose to create a new profile, you must also register it for use with WebSphere Application Server. For more information, see Run application servers under specific user profiles.

A second consideration is the national language version (NLV) of the WebSphere Application Server product. The NLV setting only causes the library list to be changed to include the appropriate QSYSxxxx library, where xxxx is the language feature for which you wish to display messages. The NLV setting does not affect the administrative console or any non-iSeries message logged by the WebSphere Application Server runtime.

Multiple NLVs can be installed at the same time. If the language version that you want to use is the same as the primary language of the system, no additional configuration is needed. If the language version you want to use is a secondary language, perform the following steps to set the os400.websphere.nlv property.

 

Procedure

  1. In the administrative console, click Servers > Application servers.

  2. Click the name of the server for which you wish to change language version.

  3. Click Java and Process Management > Process Definition > Java Virtual Machine > Custom Properties > New.

  4. Specify os400.websphere.nlv in the Name field and the code number for the language feature you want to use to display messages in the Value field.

    For example, to specify the Japanese language, specify 2962 in the Value field. You can also specify a description for this property.

  5. Click OK and thenclick Save to save your changes.

 

Results

When an application server has the os400.websphere.nlv property set, the corresponding QSYS29xx library is added to the beginning of the library list and iSeries messages sent by the application server to the joblog are used accordingly.


}

 

Related tasks


Running application servers under specific user profiles
Creating application servers