LeeWanna 2016-12-16 00:56 采纳率: 100%
浏览 3606
已采纳

web.xml的配置好像不对,运行项目控制台总是报错说找不到类,是不是路径错了

LoginAction.java:
package campsg.qunawan.action;

import java.io.IOException;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import org.apache.catalina.mbeans.UserMBean;

public class LoginAction extends HttpServlet {

public void doGet(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
    System.out.println("执行LoginAction方法");


    doPost(request,response);
}

public void doPost(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
    String method = request.getParameter("method");
    if("login".equals(method)){//登录
        String username = request.getParameter("username");
        String password = request.getParameter("password");
         if(username==null||"".equals(username.trim())||password==null||"".equals(password.trim())){
              System.out.println("用户名或密码不能为空!");
              response.sendRedirect("login.html");
              return;
          }

          boolean isValid = false;
        if(isValid){
              System.out.println("登录成功!");
              request.getSession().setAttribute("username", username);
              response.sendRedirect("index.html");
              return;
          }else{
              System.out.println("用户名或密码错误,登录失败!");
              response.sendRedirect("login.html");
              return;
          }
    }else if("logout".equals(method)){//退出登录
        System.out.println("退出登录!");
        request.getSession().removeAttribute("username");
        response.sendRedirect("login.html");
        return;
    }
          }


}

图片说明
图片说明
图片说明

  • 写回答

2条回答 默认 最新

  • 毕小宝 博客专家认证 2016-12-16 00:58
    关注

    web.xml配置有问题,指定的servlet-class属性应该修正为类的全路径名称:campsg.qunawan.action.LoginAction

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 关于#vscode#的问题:ESP32开发板对接MQTT实现小灯泡的开关
  • ¥15 TMC2209串口模式下读取不到寄存器的值串口助手蓝色字体是发过去的消息,绿色字体是收到的消息,第二行发送读取寄存器的指令但是没有读取到寄存器的值串口助手如下图:接线如下图,如何解决?
  • ¥15 高通安卓11提取完整线刷包软件,或者优博讯dt50顺丰刷机包
  • ¥20 C,有个译码器,换了信道就跑不出原来数据
  • ¥15 MIMIC数据库安装问题
  • ¥60 基于JTag协议开发Fpga下载器上位机,哪位大🐂有偿指导?
  • ¥20 全书网Java爬取数据
  • ¥15 怎么获取红包封面的原始链接,并且获取红包封面序列号
  • ¥100 微信小程序跑脚本授权的问题
  • ¥100 房产抖音小程序苹果搜不到安卓可以付费悬赏