Predefined configuration scripts

[CR #581809] EAServer 6.x supports JavaServer Faces (JSF) 1.1. By default, the JSF 1.1 classes in EAServer are enabled and loaded at EAServer start-up. Table 2-4 of the “Predefined configuration scripts” in Chapter 2, “Ant-Based Configuration” in the Automated Configuration Guide does not include the two JSF predefined scripts, which allow you to enable and disable JSF classes. The two missing scripts are:

Name

Configures defaults for

disable-builtin-jsf.xml

Disables the EAServer built-in JSF versions and classes.

enable-builtin-jsf.xml

Enables the EAServer built-in JSF versions and classes.

To disable JSF 1.1 these classes, use:

 $EAS6/bin/configure.sh disable-builtin-jsf

To enable JSF 1.1 these classes, use:

 $EAS6/bin/configure.sh enable-builtin-jsf