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