WAS v8.5 > Reference > SetsDeploy JSP and JavaServer Faces files
Subtopics
- JSP class loading settings
We can configure a JSP class to be loaded by either the JSP engine's class loader or by the web module's class loader.- JSP runtime reloading settings
JSP 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 JSP files and to select a JSF implementation to use with this application.- JSP run time compilation settings
By default, the JSP engine translates a requested JSP file, compiles the .java file, and loads the compiled servlet into the run time environment. We 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.- Provide options to compile JSP settings
Use this page to specify options to be used by the JSP (JSP) compiler.