I am working with Apache 1.3.4 and Jserv 1.0b with GNUJSP 0.9.8. and JDK
1.2. I keep getting this error:

500 JSP compile-time error
The JSP page you requested could not be served because the following
error(s) occured:
File C:\serv\first.jsp could not be found

I am trying to run first.jsp in directory C:/web/servlets.

This is my setup ( I have only included the relevant directives)

----httpd.conf

ApJServMount /serv /test
ApJServAction .jsp /serv/gnujsp

----jserv.properties

zones=test
test.properties=C:\Program Files\Apache Group\Apache
JServ\conf\test.properties

----test.properties

repositories=C:/web/servlets
repositories=C:/Program Files/Apache Group/gnujsp-0.9.8/lib/gnujsp.jar
servlet.gnujsp.code=org.gjt.jsp.JSPServlet
servlet.gnujsp.initArgs=repository=C:/web/servlets

Why do I keep geeting this error ? I found a work around but it gives me a
lot of complication when I start to include beans in m JSP page. Can you
help ?

Thanks

Nicolas

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to