浏览器访问8080端口异常

HTTP Status 500 – Internal Server Error
Type Exception Report
Message /index.jsp (line: [1], column: [4]) Invalid directive
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
org.apache.jasper.JasperException: /index.jsp (line: [1], column: [4]) Invalid directive
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:41)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:291)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:97)
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:515)
org.apache.jasper.compiler.Parser.parseFileDirectives(Parser.java:1800)
org.apache.jasper.compiler.Parser.parse(Parser.java:142)
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:244)
org.apache.jasper.compiler.ParserController.parseDirectives(ParserController.java:127)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.jav

你这样,不知道你具体的啊。。。能说一下相关场景和情况吗。。。


从你粘贴的报错,返回码500,后端服务器错误,
之后有段报错提示:Message /index.jsp (line: [1], column: [4]) Invalid directive
所以去检查一下 /index.jsp 页面是否有错误的配置相关。


其余就需要你上相关情况才知道了。