Deploying
JavaServer Pages and JavaServer Faces files
Subtopics:
JSP class loading settings
You can configure a JavaServer Pages (JSP) class to be
loaded by either the JSP engine's class loader or by the web module's
class loader.
JavaServer Pages (JSP) runtime reloading settings
JavaServer Pages files can be translated and compiled at
run time when the JSP file or its dependencies are modified. This
is known as JSP reloading.
JSP and JSF option settings
Use this page to configure the class reloading of web modules
such as JavaServer Pages (JSP) files and to select a JSF implementation
to use with this application.
JSP run time compilation settings
By default, the JavaServer Pages (JSP) engine translates a requested
JSP file, compiles the .java file, and loads the compiled servlet
into the run time environment. You can change the JSP engine default behavior
by indicating that a JSP file must not be translated or compiled at run time,
even when a .class file does not exist.
Last updated: April 18, 2014 05:01 AM CDT http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=container_webapp_deploy File name: container_webapp_deploy.html