Hi,

I'm using Apache 1.3.6 Jserv with JSWDk 1.0 for running jsp.

When I try to invoke http://localhost/snoop.jsp
I get the following error,

The JSP Engine is not configured with a scratch dir.
Please add
        jsp.initparams=scratchdir=<dir name>
in the servlets.properties file for this context
The JSP Engine is not configured with a scratch dir.
Please add
        jsp.initparams=scratchdir=<dir name>
in the servlets.properties file for this context
JspEngine --> c:\program files\apache group\apache\htdocs\snoop.jsp
Unhandled error! You might want to consider having an error page to report
such errors more gracefully
java.lang.NullPointerException
        at
com.sun.jsp.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:71)
        at
com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:79)
        at com.sun.jsp.runtime.JspServlet.serviceJspFile(JspServlet.java:180)
        at com.sun.jsp.runtime.JspServlet.service(JspServlet.java:219)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java)
        at org.apache.jserv.JServConnection.run(JServConnection.java)
        at java.lang.Thread.run(Thread.java:479)


Now, I want to know where to put servlets.properties file.

Any help is highly appreciated.

Thanks,
Nithi.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
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