问答详情
源自:4-18 本章回顾

用自带的deploy生产的order.war,复制到tomcat之后启动tomcat报500错误

部分报错信息:

HTTP Status 500 – Internal Server Error


Type Exception Report

Message 在 [3] 行处理 [/index.jsp] 时发生异常

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.apache.jasper.JasperException: 在 [3] 行处理 [/index.jsp] 时发生异常

1: <%@ page language="java" contentType="text/html; charset=UTF-8"  pageEncoding="UTF-8"%>
2: <html>
3: <jsp:forward page="/showMenus"></jsp:forward>
4: </html>


提问者:慕娘5216503 2019-03-17 20:44

个回答

  • 业余奶茶品鉴师
    2019-03-21 16:07:12

    检查一下路径看一下