WebSphere Application Server does not support the modification of deployment descriptor extension parameters through the Administrative Console or through administrative scripting.
To add, change or delete JSP engine configuration parameters, complete the following steps:
/QIBM/UserData/WebSphere/AppServer/V6/ edition/profiles/profileName/
config/cells/cellName/applications/enterpriseAppName/deployments/
deployedName/webModuleName/WEB-INF/ibm-web-ext.xmi
/QIBM/UserData/WebSphere/AppServer/V6/edition /profiles/profileName/
installedApps/nodeName/ applicationName.ear/applicationName.war/
WEB-INF/ibm-web-ext.xmi
ExampleWEB-INF/ibm-web-ext.xmi
<?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"/> --> <jspAttributes xmi:id="JSPAttribute_8" name="jspCompileClasspath" value=""/> </webappext:WebAppExtension>
Note: The integer n in JSPattribute_n has to be unique within the file.
Sub-topics
JSP engine
JSP engine configuration parameters
Related concepts
JavaServer Pages
Global tag libraries
Related reference
dbmodify tag JavaServer Pages syntax
JSP batch compiler tool
Web applications: