用自带的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>