52 lines
4.8 KiB
HTML
52 lines
4.8 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
|
||
|
<title>Configure application servers for other language environments</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h4><a name="admcfgnlv"></a>Configure application servers for other language environments</h4>
|
||
|
|
||
|
<p>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 Version (NLV) when you have multiple WebSphere Application Server - Express NLVs installed.</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><p><strong>Configure the language environment attributes</strong>
|
||
|
<br>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<sup>(TM)</sup> virtual machine environment.</p>
|
||
|
|
||
|
<p><strong>Note:</strong> Japanese CCSID 5026 is not supported by WebSphere Application Server - Express. 5035 is the recommended CCSID for this environment. The QEJB and QEJBSVR user profiles default to the system CCSID setting. If the QCCSID system value is set to 5026, the CCSID attribute of the QEJB user profile must be changed to prevent the WebSphere Application Server - Express Monitor and Administration server jobs from trying to start with a CCSID of 5026. The QEJBSVR user profile, and any other user profiles used to run WebSphere Application Server - Express instances, must also be changed.</p>
|
||
|
|
||
|
<p>By default, each application server runs under the QEJBSVR user profile. To change the language environment settings you can either modify the QEJBSVR profile and set the attributes specifically or you can create a new profile which has QEJBSVR 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 - Express. For more information, see <a href="../sec/isprfchg.htm">Run application servers under specific user profiles</a>.</p></li>
|
||
|
|
||
|
<li><p><strong>WebSphere Application Server - Express product settings</strong>
|
||
|
<br>A second consideration is the national language version (NLV) of the WebSphere Application Server - Express product. The NLV setting only causes the library list to be changed to include the appropriate QSYS<em>xxxx</em> library, where <em>xxxx</em> is the language feature for which you wish to display messages. The NLV setting does not affect the WebSphere administrative console or any non-iSeries message logged by the WebSphere Application Server - Express runtime." </p>
|
||
|
|
||
|
<p>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, configure the application server by setting the os400.websphere.nlv property:</p>
|
||
|
|
||
|
<ol>
|
||
|
<li><a href="acstart.htm">Start the WebSphere administrative console.</a></li>
|
||
|
<li>In the topology tree, expand <strong>Servers</strong> and click <strong>Application Servers</strong>.</p></li>
|
||
|
<li>On the <strong>Application Servers</strong> page, click the name of the server for which you wish to change language version.</p></li>
|
||
|
<li>On the <strong>Configuration</strong> tab, and click <strong>Process Definition --> Java Virtual Machine --> Custom Properties</strong>.</p></li>
|
||
|
<li>On the <strong>Custom Properties</strong> page, click <strong>New</strong>.</li>
|
||
|
<li>Specify these values for the custom property settings:
|
||
|
<ul>
|
||
|
<li><strong>Name:</strong> os400.websphere.nlv</li>
|
||
|
<li><strong>Value:</strong> <em>xxxx</em></li>
|
||
|
</ul>
|
||
|
where <em>xxxx</em> is the language feature you want to use to display messages. For example, to specify the Japanese language, set the Value as 2962. You can also specify a description for this property.</li>
|
||
|
<li>Click <strong>OK</strong>.</li>
|
||
|
<li><a href="acsave.htm">Save the configuration</a>.</li>
|
||
|
</ol>
|
||
|
|
||
|
<p>When an application server has the os400.websphere.nlv property set, the corresponding QSYS29<em>xx</em> library is added to the beginning of the library list and iSeries messages sent by the application server to the joblog are used accordingly.</li>
|
||
|
</ul>
|
||
|
|
||
|
</body>
|
||
|
</html>
|