你的action中少写了应用的路径
你的action中少写了应用的路径改成action="/jspWeb/LoginServlet"或者action="<%=request.getContextPath()%>/LoginServlet"request.getContextPath()是获取当前应用的路径
发布时间: 2012-06-22 16:16:32 作者: rapoo
你的action中少写了应用的路径
你的action中少写了应用的路径改成action="/jspWeb/LoginServlet"或者action="<%=request.getContextPath()%>/LoginServlet"request.getContextPath()是获取当前应用的路径