jsp的运行
myeclipase中jsp文件在tomcat中运行正常在weblogic中出错
悬赏分:20 - 解决时间:2007-11-16 17:37
我在myeclipse中配置了weblogic服务器,然后测试jsp页面,该页面在myeclipse自带的tomcat服务器中运行正常,在weblogic中出现以下问题请高手指教
Error 404--Not Found
from RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address
404是路径错误码 建议你不要用myeclipse自带的tomcat
应该是没部署成功吧。。
一般不用系统自配的tomcat,把外面的tomcat配进去,再部署下就行了
不是,情况是这样的:且我已把JSP文件部署成功了。weblogic也已经启动了。我想weblogic 服务器运行,就出现了以上的问题。不知道是为什么?
资源未找到
肯定是资源路径错了
请求哪个文件出的错?是用什么技术做的?
范例jsp文件。index.jsp。应该没有语法错误。
嘿嘿 不是WebLogic来路有问题吧?
没用过 先去弄个试试!
希望能尽快解决。
路径,
错误才报404的
相关问答:
我是用STRUTS ,做了一个JSP页面,提交后没有存入数据库。
JSP代码如下:
aa.jsp代码
<%@ page contentType="text/html;charset=gb2312" language="java"%>
<%@ taglib uri=" ......
问题描述:
例如我要显示的内容如下所示
一级目录1
一级目录1子类1
子类1
一级目录1子类2
......
我JSP的页面是:
<%@ page language="java" contentType="text/html; charset=gb2312"
%>
<script>
function Save(){
xmlHttp=GetXmlHttpObject()
if(xmlHttp==nul ......
这是错误信息,严重: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 33 in the jsp file: /WebRo ......
最近一个项目中遇到一个问题:在原有的一套系统中(php开发)添加一些小功能(jsp开发),原来用户系统都是php开发的,我如何在jsp开发的功能中做到用户信息session同步呢? 有人是否有做过类以项目,想听听大家的看法
......