Hi Guys, I have installed Jswdk from sun site on JServ to run java server pages. I am getting 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\jsp\dates\date.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) Can somebody help me to solve the problem? With Regards, Thirupathi Reddy -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]
