web开发错误处理:HTTP Status 500 – Internal Server Error(2)

操作系统:MacOS 10.15
开发环境:eclipse 2019-06 (4.12.0)+maven3.5.4+tomcat7.0.90

问题描述

Message:An exception occurred processing JSP page /index.jsp at line 3



Exception:org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 3

1: <%@ page language="java" contentType="text/html; charset=UTF-8"
2:     pageEncoding="UTF-8"%>
3: <jsp:forward page="/emps"></jsp:forward>
4: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >"http://www.w3.org/TR/html4/loose.dtd">
5: <html>
6: <head>

出错原因

发布了20 篇原创文章 · 获赞 13 · 访问量 9123

猜你喜欢

转载自blog.csdn.net/weixin_38322326/article/details/100562957