Use the JavaServer Pages (JSP) attributes page to set JSP attributes that are used by servlets that implement JSP processing behavior.
To view this page in the Application Assembly Tool, click
Web Modules > component_instance > Assembly Property Extensions
Or use the Assembling applications with the Assembly Toolkit to set the JavaServer Pages attribute assembly settings.
Data type | String |
Data type | String |
classdebuginfo | true or false |
Default is false.
classpath | classpath or null |
Default is null.
deprecation | true or false |
Default is false.
disableJspRuntimeCompilation | true or false |
Default is false.
ieClassID | classid |
Default is clsid:8AD9C840-044E-11D1-B3E9-00805F499D93.
javaEncoding | encoding value |
Default is UTF-8.
jspCompilerPath | path name or null |
Default is null.
keepgenerated | true or false |
Default is false.
largefile | true or false |
Default is false.
mappedfile | true or false |
Default is false.
JavaServer pages (JSP) files, a Web container reloads a Web module only when the IBM extension reloadingEnabled in the ibm-web-ext.xmi file is set to true. You can set reloadingEnabled to true when editing your Web module's extended deployment descriptors in an assembly tool.
To enable reloading of a Web module, where you also want reloading of EJB and non-Web modules enabled:
To enable reloading of a Web module only, and not enable reloading of EJB or non-Web modules:
To disable reloading of a Web module, set the IBM extension reloadingEnabled in the ibm-web-ext.xmi file to false. Or, if the Web module has the IBM extension reloadingEnabled in the ibm-web-ext.xmi file set to true, to disable reloading using the administrative console:
Data type | Boolean |
Default | false |
To enable reloading, specify a value greater than zero (for example, 1 to 2147483647). To disable reloading, specify zero (0).
The reload interval specified here overrides the value specified in the IBM extensions for each non-Web module in the EAR file (which in turn overrides the reload interval specified in the IBM extensions for the application in the EAR file). The reload interval attribute takes effect only if class reloading is enabled.
The range is from 0 to 2147483647. The default is 1 second.
Data type | Integer |
Units | Seconds |
scratchdir | directory name. |
Default is [WAS_INSTALL_ROOT]/temp.
Note: The system property com.ibm.websphere.servlet.temp.dir can be used to set the scratchdir option on a server-wide basis. This setting, if it is present, overrides the system property.
usePageTagPool | true or false |
Default is false.
Note: Enabling custom tag handler reuse might reveal problems in your tag handler code regarding the tags ability to be reused. A custom tag handler should always do two things:
useThreadTagPool | true or false |
Default is false.
The note in the usePageTagPool attribute description also applies to theuseThreadTagPool attribute.
verbose | true or false |
Default is false.