我在TOMCAT中用<jsp:include page="/app/page/test.html"></jsp:include>引入一个html页面是完全正确的,但是当我把我的程序布署到WEBLOIGC92上去的时候,就报以下错误的
javax.servlet.ServletException: Exception occuured while processing '/weblogic/bea/user_projects/domains/base_domain/webapps/pro/app/page/test.html',大家有没有碰到过这样的情况,在线等待,比较急。
web.xml   <!-- 项目配置 -->
   <jsp-property-group>
        <description></description>
        <display-name>JSPConfiguration</display-name>
        <url-pattern>*.html</url-pattern>
        <el-ignored>true</el-ignored>
        <page-encoding>utf-8</page-encoding>
        <scripting-invalid>false</scripting-invalid>
        <include-prelude></include-prelude>
        <include-coda></include-coda>
    </jsp-property-group>