Learn about how to add, change or delete JSP engine configuration parameters.
To add, change or delete JSP engine configuration parameters, complete the following steps:
<?xml version="1.0" encoding="UTF-8"?> <webappext:WebAppExtension xmi:version="2.0" xmlns:xmi=http://www.omg.org/XMI xmlns:webappext="webappext.xmi" xmlns:webapplication="webapplication.xmi" xmi:id="WebAppExtension_1" reloadInterval="9" reloadingEnabled="true" defaultErrorPage="error.jsp" additionalClassPath="" fileServingEnabled="true" directoryBrowsingEnabled="false" serveServletsByClassnameEnabled="true" autoRequestEncoding="true" autoResponseEncoding="false" <webApp href="WEB-INF/web.xml#WebApp_1"/> <jspAttributes xmi:id="JSPAttribute_1" name="useThreadTagPool" value="true"/> <jspAttributes xmi:id="JSPAttribute_2" name="verbose" value="false"/> <jspAttributes xmi:id="JSPAttribute_3" name="deprecation" value="false"/> <jspAttributes xmi:id="JSPAttribute_4" name="reloadEnabled" value="true"/> <jspAttributes xmi:id="JSPAttribute_5" name="reloadInterval" value="5"/> <jspAttributes xmi:id="JSPAttribute_6" name="keepgenerated" value="true"/> <!--<jspAttributes xmi:id="JSPAttribute_7" name="trackDependencies" value="true"/> --> </webappext:WebAppExtension>
<?xml version="1.0" encoding="UTF-8"?> <web-ext xmlns="http://websphere.ibm.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://websphere.ibm.com/xml/ns/javaee http://websphere.ibm.com/xml/ns/javaee/ibm-web-ext_1_0.xsd" version="1.0"> <default-error-page uri="error.jsp"/> <jsp-attribute name="useThreadTagPool" value="true" /> <jsp-attribute name="verbose" value="false" /> <jsp-attribute name="deprecation" value="false" /> <jsp-attribute name="reloadEnabled" value="true" /> <jsp-attribute name="reloadInterval" value="5" /> <jsp-attribute name="keepgenerated" value="true" /> <jsp-attribute name="trackDependencies" value="true" /> <reload-interval value="9"/> <auto-encode-requests value="true"/> <auto-encode-responses value="false"/> <enable-directory-browsing value="false"/> <enable-file-serving value="false"/> <pre-compile-jsps value="false"/> <enable-reloading value="true"/> <enable-serving-servlets-by-class-name value="true"/> </web-ext>
In this information ...Related reference
Related information
| IBM Redbooks, demos, education, and more(Index) |