你的action中少写了应用的路径

你的action中少写了应用的路径
改成
action="/jspWeb/LoginServlet"
或者
action="<%=request.getContextPath()%>/LoginServlet"
request.getContextPath()是获取当前应用的路径

你可能感兴趣的:(action)