- 论坛徽章:
- 0
|
本人按照http://www.chinaunix.net/forum/viewtopic.php?t=148405 搭建了环境,
e:\j2sdk1.4.0_01
d:\TOMCT5.0
所有路径变量设置也正确,127.0.0.1:8080/jsp-examples上范例代码也能正确执行
但通过http://127.0.0.1:8080/myapp/test.jsp访问自己的jsp文件总是出现:- 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: Unable to compile class for JSP
- No Java compiler was found to compile the generated source for the JSP.
- This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from the JDK
- to the common/lib directory of the Tomcat server, followed by a Tomcat restart.
- If using an alternate Java compiler, please check its installation and access path.
- org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:128)
- org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:351)
- org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:413)
- org.apache.jasper.compiler.Compiler.compile(Compiler.java:453)
- org.apache.jasper.compiler.Compiler.compile(Compiler.java:437)
- org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:555)
- org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)
- org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
- org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
- javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
- note The full stack trace of the root cause is available in the Tomcat logs.
- --------------------------------------------------------------------------------
复制代码
请教是什么问题[/img] |
|