当前位置: 代码迷 >> 应用服务器 >> 求解!部署weblogic出错解决思路
  详细解决方案

求解!部署weblogic出错解决思路

热度:1955   发布时间:2013-02-26 00:00:00.0
求解!!!部署weblogic出错
之前没用过weblogic,头一次部署,报错。。。求解!!!
直接在地址栏输入访问地址,然后页面就报错了:
错误信息如下:
HTML code
Compilation of JSP File '/index.jsp' failed:--------------------------------------------------------------------------------index.jsp:1:1: The include file was not found.<%@page contentType="text/html; charset=UTF-8"%>^-----------------------------------------------^index.jsp:1:1: The include file was not found.<%@page contentType="text/html; charset=UTF-8"%>^-----------------------------------------------^index.jsp:13:38: Scripting elements have been disabled for this page.        <script language="javascript" src="<%=request.getContextPath()%>/js/Public.js"></script>                                                   ^---------------------------^index.jsp:13:38: Scripting elements have been disabled for this page.        <script language="javascript" src="<%=request.getContextPath()%>/js/Public.js"></script>                                                   ^---------------------------^index.jsp:25:29: Scripting elements have been disabled for this page.    document.loginForm.action="<%=request.getContextPath()%>/loginAction.do?method=init";                                   ^---------------------------^index.jsp:25:29: Scripting elements have been disabled for this page.    document.loginForm.action="<%=request.getContextPath()%>/loginAction.do?method=init";                                   ^---------------------------^index.jsp:41:2: Scripting elements have been disabled for this page.    <%        ^-    %>---------^index.jsp:41:2: Scripting elements have been disabled for this page.    <%        ^-    %>---------^index.jsp:59:49: Scripting elements have been disabled for this page.            <input type="hidden" name="sessionID" value="<%=sessionID %>">                                                                     ^-------------^index.jsp:59:49: Scripting elements have been disabled for this page.            <input type="hidden" name="sessionID" value="<%=sessionID %>">                                                                     ^-------------^index.jsp:94:20: Scripting elements have been disabled for this page.                                    <img src="<%=request.getContextPath()%>/images/show3.gif">                                                                                  ^---------------------------^index.jsp:94:20: Scripting elements have been disabled for this page.                                    <img src="<%=request.getContextPath()%>/images/show3.gif">                                                                                  ^---------------------------^index.jsp:105:20: Scripting elements have been disabled for this page.                                    <img src="<%=request.getContextPath()%>/images/show3.gif">                                                                                  ^---------------------------^index.jsp:105:20: Scripting elements have been disabled for this page.                                    <img src="<%=request.getContextPath()%>/images/show3.gif">                                                                                  ^---------------------------^index.jsp:130:11: Scripting elements have been disabled for this page.                                        <%=errorMsg%>                                                                                ^-----------^index.jsp:130:11: Scripting elements have been disabled for this page.                                        <%=errorMsg%>                                                                                ^-----------^index.jsp:178:1: The include file was not found.</html>^------^index.jsp:178:1: The include file was not found.</html>^------^
  相关解决方案