The requested resource (/userlogin1/UserLoginServlet) is not available.

web.xml文件:<?xmlversion="1.0"encoding="UTF-8"?><!DOCTYPEweb-appPUBLIC"-//SunMicrosyste... web.xml文件:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<servlet>
<servlet-name>UserLoginServlet</servlet-name>
<servlet-class>com.login.UserLoginServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>UserLoginServlet</servlet-name>
<url-pattern>/UserLoginServlet</url-pattern>
</servlet-mapping>
</web-app>
jsp代码:
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>登录页</title>
</head>
<body>
<form action="UserLoginServlet" method="post">
<table align="center">
<tr>
<td>用户名:</td>
<td><input type="text" name="loginname"></td>
</tr>
<tr>
<td>密 码:</td>
<td><input type="password" name="loginpwd"></td>
</tr>
<tr>
<td align="center"><input type="submit" value="提交"><input
type="reset" value="重置"></td>
</tr>
</table>
</form>
</body>
</html>
已经弄了一天了,还是会报错,求大神指点。
展开
 我来答
kivil
2012-08-05 · TA获得超过169个赞
知道小有建树答主
回答量:148
采纳率:100%
帮助的人:124万
展开全部
将form中的改成如下内容
<form action="<%=request.getContextPath()%>/UserLoginServlet" method="post">
Storm代理
2023-08-29 广告
"StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,I... 点击进入详情页
本回答由Storm代理提供
问问你撒
2012-08-19
知道答主
回答量:27
采纳率:0%
帮助的人:11.1万
展开全部
路径问题啦,将action="<%=path%>/UserLoginServlet",应该就行
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式