JSP reload options for Web modules settings
Use this panel to configure the class reloading of Web modules such as JavaServer Pages files
To view this console panel, click Applications > Enterprise Applications > application > JSP reload options for Web modules. This panel is the same as the Provide JSP reloading options for Web modules panel on the application installation and update wizards.
- Web module
- Name of a JSP file in the application.
- URI
Location of the module relative to the root of the application (EAR file).
- JSP enable class reloading
Specify whether to enable class reloading when JSP files are updated.
A Web container reloads JSP files only when the IBM extension jspReloadingEnabled in the jspAttributes of the ibm-web-ext.xmi file is set to true.
- JSP reload interval in seconds
- Number of seconds to scan the application's file system for updated JSP files. The default is the value of the reloading interval attribute in the IBM extension (META-INF/ibm-application-ext.xmi) file of the EAR file.
To enable reloading, specify a value greater than zero (for example, 1 to 2147483647). 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.
Related concepts
Servlets
JavaServer Pages
JSP class loading settings
Related tasks
Installing application files with the console
Configure J2EE applications
Related Reference
Enterprise application settings
web.xml file
JavaServer Pages runtime reloading settings
Reference topic