读书人

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

发布时间: 2012-02-25 10:01:49 作者: rapoo

求解!!!部署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>^------^ 



谢谢大家了!!!

[解决办法]
The include file was not found.

[解决办法]
顶,牛人
[解决办法]
index.jsp:41 看看这一行

读书人网 >应用服务器

热点推荐