+

Search Tips   |   Advanced Search

JSP and JSF option settings

Configure the class reloading of web modules such as JavaServer Pages (JSP) files and to select a JSF implementation to use with this application.

From the admin console, click...

        Applications > Application Types > WebSphere enterprise applications > application_name > JSP and JSF options

This page is the same as the Provide JSP reloading options for web modules page on the application installation and update wizards.

The following note applies to the files with an .xmi extension in this topic:

For IBM extension and binding files, the .xmi or .xml file name extension is different depending on whether we are using a pre-Java EE 5 application or module or a Java EE 5 or later application or module. An IBM extension or binding file is named ibm-*-ext.xmi or ibm-*-bnd.xmi where * is the type of extension or binding file such as app, application, ejb-jar, or web. The following conditions apply:

However, a Java EE 5 or later module can exist within an application that includes pre-Java EE 5 files and uses the .xmi file name extension.

The ibm-webservices-ext.xmi, ibm-webservices-bnd.xmi, ibm-webservicesclient-bnd.xmi, ibm-webservicesclient-ext.xmi, and ibm-portlet-ext.xmi files continue to use the .xmi file extensions.


Web module

Name of a web module in the installed or deployed application.


URI

Location of the module that is relative to the root of the application (EAR file).


JSP enable class reloading

Enable class reloading when JSP files are updated.

A web container reloads JSP files only when the IBM extension reloadEnabled in the jspAttributes of the ibm-web-ext.xmi file is set to true.

Java Platform, Enterprise Edition 5 (Java EE 5) and later applications IBM extension files are in .xml file format. For applications versions earlier than Java EE 5, they are in the .xmi file format.


JSP reload interval in seconds

Number of seconds to scan the application file system for updated JSP files. The default is the value of the reloading interval attribute in the IBM extension (META-INF/ibm-web-ext.xmi) file of the web module.

To enable reloading, specify a value greater than zero (for example, 1 to 2147483647). The default reload interval is 5. To disable reloading, specify zero (0). The range is from 0 to 2147483647.

The reloading interval attribute takes effect only if class reloading is enabled.

Java EE 5 applications and later IBM extension files are in .xml file format. For applications versions earlier than Java EE 5, they are in the .xmi file format.


MyFaces

Select this option to use the MyFaces JSF implementation. This is the default JSF implementation.

If we change the JSF implementation that we are using for the application, we must delete any previously compiled JSP files. If we precompiled the application, we must recompile. If we did not precompile, but we already requested JSP files from this application, we must delete the JSP files from the temp directory of our profile.

We can set the JSF engine configuration parameter, com.ibm.ws.jsf.JSF_IMPL_CHECK, to true to automatically mark the JSP files to recompile at application startup.

In a mixed-version cell, we can toggle the MyFaces implementation. A v7 node uses MyFaces 1.2, a v8 node uses MyFaces 2.0, and a v9 node uses MyFaces 2.2. This toggle is ineffective before v7, when JSF implementation switching became available in the product.

In a mixed-version cell, we can toggle the SunRI1.2 implementation. v7 and v8 nodes use SunRI 1.2. A v9 node uses MyFaces 2.2, which is the only implementation available. This toggle is ineffective before v7, when JSF implementation switching became available in the product.


Related:

  • Servlets
  • JavaServer Pages
  • JSP class loading settings
  • Install enterprise application files with the console
  • Configure enterprise application files
  • Configure JSF engine parameters
  • Configure for JavaServer Faces 2.2
  • Enterprise application settings
  • web.xml file
  • JavaServer Pages (JSP) runtime reloading settings