错误为:
type Status reportmessage /login.jspdescription The requested resource (/login.jsp) is not available.
其中开始页面index.jsp为
<%@ page language="java" contentType="text/html; charset=gb2312" pageEncoding="UTF-8"%>
<%@ page import="java.sql.*" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>系统登录</title>
</head>
<body>
<center>
<h2>系统登录</h2>
<form action="login.jsp" method="post">
<Input type="text" name="uid" maxlength=8 style="width:150"><br>
<Input type="password" name="upwd" maxlength=8 style="width:150"><br>
<Input type="submit" value="登陆">
<Input type="reset" value="取消">
</form>
</center>
</body>
</html>请问是那有问题呀