首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 应用服务器 >

求解!支配weblogic出错

2013-04-26 
求解!!!部署weblogic出错之前没用过weblogic,头一次部署,报错。。。求解!!!直接在地址栏输入访问地址,然后页

求解!!!部署weblogic出错
之前没用过weblogic,头一次部署,报错。。。求解!!!
直接在地址栏输入访问地址,然后页面就报错了:
错误信息如下:



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 看看这一行

热点排行