uniacid
11th June 2009, 17:24
Running RHEL 5.3 / Apache 2 / Tomcat 5.5.23
I've setup Tomcat with Mod_JK through apache and when trying to browse jsp files on the vhost I've set it up on I get a http 500 error, specifically saying it cannot find a file (this is for a client I am trying to get setup)
"org.apache.jasper.JasperException: /Regional_Equip.jsp(6,0) File "/../setupcache2.jsp" not found"
Not sure why this is as the Regional_equip.jsp file is in a folder within the root which houses the setupcache2.jsp file, any ideas why this is happening?
I've set these up in my apache vhost conf
JkMount /* jkworker
JkMount /*.jsp jkworker
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: /Regional_Equip.jsp(6,0) File "/../setupcache2.jsp" not found
org.apache.jasper.compiler.DefaultErrorHandler.jsp Error(DefaultErrorHandler.java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatc h(ErrorDispatcher.java:407)
org.apache.jasper.compiler.ErrorDispatcher.jspErro r(ErrorDispatcher.java:88)
org.apache.jasper.compiler.Parser.processIncludeDi rective(Parser.java:340)
org.apache.jasper.compiler.Parser.parseIncludeDire ctive(Parser.java:373)
org.apache.jasper.compiler.Parser.parseDirective(P arser.java:485)
org.apache.jasper.compiler.Parser.parseElements(Pa rser.java:1557)
org.apache.jasper.compiler.Parser.parse(Parser.jav a:127)
org.apache.jasper.compiler.ParserController.doPars e(ParserController.java:212)
org.apache.jasper.compiler.ParserController.parse( ParserController.java:101)
org.apache.jasper.compiler.Compiler.generateJava(C ompiler.java:156)
org.apache.jasper.compiler.Compiler.compile(Compil er.java:296)
org.apache.jasper.compiler.Compiler.compile(Compil er.java:277)
org.apache.jasper.compiler.Compiler.compile(Compil er.java:265)
org.apache.jasper.JspCompilationContext.compile(Js pCompilationContext.java:564)
org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:299)
org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:315)
org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:265)
javax.servlet.http.HttpServlet.service(HttpServlet .java:803)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.23 logs.
Apache Tomcat/5.5.23
I've setup Tomcat with Mod_JK through apache and when trying to browse jsp files on the vhost I've set it up on I get a http 500 error, specifically saying it cannot find a file (this is for a client I am trying to get setup)
"org.apache.jasper.JasperException: /Regional_Equip.jsp(6,0) File "/../setupcache2.jsp" not found"
Not sure why this is as the Regional_equip.jsp file is in a folder within the root which houses the setupcache2.jsp file, any ideas why this is happening?
I've set these up in my apache vhost conf
JkMount /* jkworker
JkMount /*.jsp jkworker
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: /Regional_Equip.jsp(6,0) File "/../setupcache2.jsp" not found
org.apache.jasper.compiler.DefaultErrorHandler.jsp Error(DefaultErrorHandler.java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatc h(ErrorDispatcher.java:407)
org.apache.jasper.compiler.ErrorDispatcher.jspErro r(ErrorDispatcher.java:88)
org.apache.jasper.compiler.Parser.processIncludeDi rective(Parser.java:340)
org.apache.jasper.compiler.Parser.parseIncludeDire ctive(Parser.java:373)
org.apache.jasper.compiler.Parser.parseDirective(P arser.java:485)
org.apache.jasper.compiler.Parser.parseElements(Pa rser.java:1557)
org.apache.jasper.compiler.Parser.parse(Parser.jav a:127)
org.apache.jasper.compiler.ParserController.doPars e(ParserController.java:212)
org.apache.jasper.compiler.ParserController.parse( ParserController.java:101)
org.apache.jasper.compiler.Compiler.generateJava(C ompiler.java:156)
org.apache.jasper.compiler.Compiler.compile(Compil er.java:296)
org.apache.jasper.compiler.Compiler.compile(Compil er.java:277)
org.apache.jasper.compiler.Compiler.compile(Compil er.java:265)
org.apache.jasper.JspCompilationContext.compile(Js pCompilationContext.java:564)
org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:299)
org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:315)
org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:265)
javax.servlet.http.HttpServlet.service(HttpServlet .java:803)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.23 logs.
Apache Tomcat/5.5.23