ssh框架 jsp forward 跳转绝对地址变相对地址问题
webxml:<welcome-file-list><welcome-file>toindex.jsp</welcome-file></welcome-file-list...
web xml:
<welcome-file-list>
<welcome-file>toindex.jsp
</welcome-file>
</welcome-file-list>
toindex.jsp
<html>
<head>
<base href="<%=basePath%>">
<%--<meta http-equiv="Refresh"" content="0;url=http://127.0.0.1/fc_v3.0/index">
--%></head>
<jsp:forward page="http://127.0.0.1:8080/jimiyuan/index"/>
</html>
但是访问http://127.0.0.1:8080/jimiyuan/的时候显示HTTP Status 404 - /jimiyuan/http://127.0.0.1:8080/jimiyuan/index page=http://127.0.0.1:8080/jimiyuan/index内跳转的地址被加上了项目名jimiyuan 最后访问不到主页 这个问题一直查到不原因 也百度不到原因 这里像解决过这个问题求教了 展开
<welcome-file-list>
<welcome-file>toindex.jsp
</welcome-file>
</welcome-file-list>
toindex.jsp
<html>
<head>
<base href="<%=basePath%>">
<%--<meta http-equiv="Refresh"" content="0;url=http://127.0.0.1/fc_v3.0/index">
--%></head>
<jsp:forward page="http://127.0.0.1:8080/jimiyuan/index"/>
</html>
但是访问http://127.0.0.1:8080/jimiyuan/的时候显示HTTP Status 404 - /jimiyuan/http://127.0.0.1:8080/jimiyuan/index page=http://127.0.0.1:8080/jimiyuan/index内跳转的地址被加上了项目名jimiyuan 最后访问不到主页 这个问题一直查到不原因 也百度不到原因 这里像解决过这个问题求教了 展开
3个回答
Storm代理
2023-08-29 广告
2023-08-29 广告
"StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,I...
点击进入详情页
本回答由Storm代理提供
展开全部
<base href="<%=basePath%>"> 这句话的意思就是指向了根目录(获取了当前项目的路径),你写了绝对路径当然不对了。
去掉这句话,或者写相对路径 试试吧
去掉这句话,或者写相对路径 试试吧
追问
还是访问不到 地址前还是被加了项目地址
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<jsp:forward page="/index.jsp"/>直接指向具体的页面就可以了
追问
这个地址也访问不到 关键是不知道问题出在哪里了 昨天上午还好好的 下午就突然不行了
追答
page后的地址是要写自己项目中具体要跳转的页面。我是跳转到index.jsp,所以这样写了。只是举个例子
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询