JavaServer TM Faces Release Notes
Release Notes

Specification Version: 1.2
Implementation Version: 1.2_01(b04) FCS

This document contains information that should help you use this software library more effectively. See the JSF FAQ for additional information.

Java TM 2 Platform, Standard Edition (J2SE TM ) Requirements

This release of JSF requires J2SE 5.0 or higher.

Webtier Specification Requirements

This release of JSF requires:

Identifying the JAR Files

JAR File Description
jsf-api.jar This JAR contains all of the public APIs as described by the specification.
jsf-impl.jar This JAR contains the runtime implementation per the specification.

Installing JSF 1.2_01 into an existing GlassFish or SJSAS 9.0 PE installation

There are three steps to this process:

  1. Invoke the updater to update your installation.
  2. Edit your APPSERV_HOME/domains/<domain-name>/config/default-web.xml and add the following context init parameter:
  3. Restart the modified domain.

Change Log