WAS6.1在JDK1.5环境下JSP无法编译问题

修改发布后应用程序目录中的ibm-web-ext.xmi文件,需修改两个位置:

1. /IBM61/WebSphere/AppServer/profiles/AppSrv01/config/cells/localhostCell01/applications/zhyy_war.ear/

deployments/zhyy_war/zhyy.war/WEB-INF,

2./IBM61/WebSphere/AppServer/profiles/AppSrv01/installedApps/localhostCell01/zhyy_war.ear/

zhyy.war/WEB-INF

将<jspAttributes xmi:id="JSPAttribute_1261104677393" value="15"/>添加至以上两个文件中,注意修改

xmi:id="JSPAttribute_1261104677393"按照上两行参数值规则顺序加一。

例如:
   <?xml version="1.0" encoding="UTF-8"?>
<com.ibm.ejs.models.base.extensions.webappext:WebAppExtension xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"xmlns:com.ibm.ejs.models.base.extensions.webappext="webappext.xmi" xmi:id="WebAppExtension_1261104677390">
  <webApp href="WEB-INF/web.xml#WebApp_1261104677390"/>

<jspAttributes xmi:id="JSPAttribute_1261104677391" value="true"/>

<jspAttributes xmi:id="JSPAttribute_1261104677392" value="10"/>

<jspAttributes xmi:id="JSPAttribute_1261104677393" value="15"/>

</com.ibm.ejs.models.base.extensions.webappext:WebAppExtension>

修改完毕后清理临时文件,重启应用。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/f80b8aef87ebe9ae8ac9756a00864c6e.html