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

来源:4-18 本章回顾

慕娘5216503

2019-03-17 20:44

部分报错信息:

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>


写回答 关注

1回答

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

    检查一下路径看一下

用Jenkins自动化搭建测试环境

利用Jenkins实现测试环境的一键自动化部署。

37798 学习 · 244 问题

查看课程

相似问题