I am currently running into a problem when accessing any JSP page.  The
software that I am running is Win NT, Apache 1.3.9, ApacheJServ 1.1.b3,
GNUJSP 1.0.0, and JDK 1.2.2.  When I start up Apache it appears to
initialize the JspServlet fine.  Based on the output in the Jserv log file.
However, with I access my JSP pages through a browser I get the following
error in the mod_jserv log file.

[11/11/1999 15:27:49:041] (ERROR) ajp12: Servlet Error: Initialization error
while loading the servlet: gnujsp: missing init parameter : "scratchdir", 1
[11/11/1999 15:27:49:041] (ERROR) an error returned handling request via
protocol "ajpv12"

I am setting up the initArgs in my Servlet Zone properties as follows:

servlet.gnujsp.initArgs=repositories=c:/ApacheJServ/servlets
servlet.org.gjt.jsp.JspServlet.initArgs=scratchdir=c:/Program Files/Apache
Group/Apache/htdoc/scratchdir
servlet.org.gjt.jsp.JspServlet.initArgs=compiler.classpath=c:/jdk1.2.2/bin
servlet.org.gjt.jsp.JspServlet.initArgs=repositories=c:/ApacheJServ/servlets

Does any one have a idea what I have wrong?

Thanks in advance.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to