404 没有找到此页面
检查一下可能性:
- 检查请求链接是不是有误
- 检查处理类代码是不是有误
- 检查环境配置是不是有误
- 检查处理类视图映射路径
%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/static/"; %>