You probably have an error in you jsp file. To test this right a normal html
file with a jsp extension. If you aren't familiar with html, just go to any
website and copy the source of the page and use that...

-----Original Message-----
From: Cyberjobe [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 3:59 PM
To: [EMAIL PROTECTED]
Subject: Tomcat does not compiles my .jsp!

Hi!

I have followed the tomcat's installation manual and I did make the Servlets
work. But not the .jsp files!

So... I modified the server.xml and put this:
<Context path="/jsp1" docBase="/home/cyberjobe/jsp1"
        reloadable="true" crossContext="true"/>

On the /home/cyberjobe/jsp1 I have the file index.jsp (just a test) . I also
have a dir "WEB-INF".

I restart the Tomcat and... try to conect on localhost:8080/jsp1/index.jsp.
I got this messages:

.........................................................
org.apache.jasper.JasperException: Unable to compile class for JSP
(...)
java.io.FileNotFoundException:
/usr/local/.../localhost/jsp1/org/apache/jsp/index_jsp.java
(...)
.........................................................

What can I do to solve this?

Thanks,
Cyberjobe


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to