I have included at the end of the message the
exception I get when following the "JSP page" link
from the Hello World example provided in the tomcat
documentation.
I get a very similar exception when trying to open one
of my own jsp-s, although the project builds
successfully.(using "ant" and "ant install")
Other jsp examples provided with tomcat seem to work
fine.
i'm using fedora core 1 (linux) and j2sdk1.4.2_02
I have copied tools.jar to
$catalina_home/common/lib
I have also restarted tomcat, i've tried different
browsers, none of these solved the problem.
What have I left out?
Thanks for your time
exception
org.apache.jasper.JasperException: Unable to compile
class for JSP
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:559)
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)
root cause
java.io.FileNotFoundException:
/home/ralu/jakarta-tomcat-5.0.19/work/Catalina/localhost/tomcat-docs/org/apache/jsp/appdev/sample/web/hello_jsp.java
(No such file or directory)
java.io.FileOutputStream.open(Native Method)
java.io.FileOutputStream.<init>(FileOutputStream.java:179)
java.io.FileOutputStream.<init>(FileOutputStream.java:70)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:223)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:456)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:553)
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)
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]