81,122
社区成员




HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: /index.jsp(4,1) File "/headers/RootHeader.jsp" not found
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:88)
org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:301)
org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:334)
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:443)
org.apache.jasper.compiler.Parser.parseFileDirectives(Parser.java:1753)
org.apache.jasper.compiler.Parser.parse(Parser.java:127)
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:238)
org.apache.jasper.compiler.ParserController.parseDirectives(ParserController.java:118)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:193)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:360)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:594)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:316)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
note The full stack trace of the root cause is available in the Apache Tomcat
HTTP Status 404 - /admin/boss/product/listProduct.do
type Status report
message /admin/boss/product/listProduct.do
description The requested resource (/admin/boss/product/listProduct.do) is not available.
Apache Tomcat
<Host appBase="D:/dev/workspace/xxx/src/web" name="localhost"
unpackWARs="true" autoDeploy="true">
<Context docBase="." path="" reloadable="true"></Context>
</Host>
<Host appBase="D:/dev/workspace/xxx/src" name="localhost"
unpackWARs="true" autoDeploy="true">
<Context docBase="." path="" reloadable="true"></Context>
</Host>