日期:2014-05-16 浏览次数:20352 次
修改发布后应用程序目录中的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" name="jdkSourceLevel" 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" name="reloadEnabled" value="true"/>
<jspAttributes xmi:id="JSPAttribute_1261104677392" name="reloadInterval" value="10"/>
<jspAttributes xmi:id="JSPAttribute_1261104677393" name="jdkSourceLevel" value="15"/>
</com.ibm.ejs.models.base.extensions.webappext:WebAppExtension>
修改完毕后清理临时文件,重启应用。