+

Search Tips   |   Advanced Search

JSP engine configuration parameters

In WAS, you can configure the JavaServer Pages engine configuration parameters for optimal performance in a production server environment and for the needs of developers in a development environment.

The JSP engine parameters are case sensitive. If the value specified for a parameter is comprised of two or more words separated by spaces, add quotation marks around the value. Some parameters affect the Java source that is generated for a JSP or tag file. These parameters are identified by the statement "This parameter requires regeneration of Java source." This statement indicates that if the configuration parameter is modified, the new value for the parameter does not have any effect until the JSP files are retranslated and the Java sources are recompiled.

*Enabling custom tag handler reuse might reveal problems in the tag handler code with regard to the tag's ability to be reused. A custom tag handler should always do two things:




 

Related tasks


Configure JSP engine parameters

 

Related Reference


JavaServer Pages runtime reloading settings
Custom property settings
Web container custom properties

 

Reference topic