Hitachi

uCosminexus Application Server Compatibility Guide


3.1.1 When using the Smart Composer functionality

When using the Smart Composer functionality to create a new system that includes a logical J2EE server in V9 compatibility mode, specify V9 as the value of the manager.j2ee.compat parameter, which sets compatibility mode for the J2EE server. This parameter is in the parameters specified for the logical J2EE server in the Easy Setup definition file.

The following example shows items specified in the Easy Setup definition file.

(Example of items specified in the Easy Setup definition file)
<?xml version="1.0" encoding="UTF-8"?>
<model-definition 
xmlns="http://www.cosminexus.com/mngsvr/schema/ModelDefinition-2.5">
  <web-system>
    <name>MyCompatWebSystem</name>
    <tier>
         ...
      <configuration>
        <logical-server-type>j2ee-server</logical-server-type>
        <param>
          <param-name>manager.j2ee.compat</param-name>
          <param-value>V9</param-value>
        </param>
          ...

For details, see 4.11.1 Parameters used for setting up the compatibility mode of the J2EE server in the manual uCosminexus Application Server Definition Reference Guide.