Understanding the IBM WebFacing Tool: A Guided Tour (IBM Illustrated Guide series)

If you are using J2EE level 1.2, then to be able to run on WAS Version 3.5 or Version 4.0, you need to set the UTF-8 encoding (that WebFacing uses to provide support for international character sets) in the application server.

Note  

You need to enable UTF-8 encoding even if you are using WAS Version 5.0 but your project uses J2EE level 1.2.

If you have not set this environment variable in the application server, you will receive an error when data is sent back to the server from the first WebFaced page, as shown in Figure 18.12.

Figure 18.12: Error because UTF-8 setup is missing in the Version 4.0 application server

As you can see, the message clearly indicates that the problem is caused by the browser's failure to send a UTF-8 encoded data stream.

For J2EE level 1.2 projects,

Note  

You do not need to configure UTF-8 for WAS Version 5.0 when using J2EE level 1.3. It is set up automatically.

Категории