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]