鱼C论坛

 找回密码
 立即注册
查看: 2392|回复: 2

[技术交流] javaweb session出不来呀

[复制链接]
发表于 2020-4-1 10:07:43 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
三个文件的代码分别为:
login.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<form action="server.jsp" method="post">
        <table>
                <tr>
                        <tb>姓名:<input type="text" name="name"/></tb><br>
                        <tb>密码:<input type="password"  name="passwd"/></tb><br>
                </tr>
                <tr>
                        <input type="submit" value="提交">
                </tr>
        </table>
</form>

</body>
</html>


server.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<form action="server.jsp" method="post">
        <table>
                <tr>
                        <tb>姓名:<input type="text" name="name"/></tb><br>
                        <tb>密码:<input type="password"  name="passwd"/></tb><br>
                </tr>
                <tr>
                        <input type="submit" value="提交">
                </tr>
        </table>
</form>

</body>
</html>


loginSuccess.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<% String name=(String)session.getAttribute("name").toString();
%>
欢迎<%=name%>
</body>
</html>

最后一步出现:
HTTP Status 404 – Not Found


Type Status Report

Message /%E5%86%85%E7%BD%AE%E5%87%BD%E6%95%B0/%E4%BD%9C%E4%B8%9A/loginSuccsess.jsp

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

最后出现这个错误

最后出现这个错误
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2020-4-1 10:33:28 | 显示全部楼层
好了解决了
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-5-28 10:32:43 | 显示全部楼层
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-5-2 16:34

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表