--

Hi.
I have compile Apache 1.3.6 under linux with Jserv , and I want to 
use the jsp1.0 of sun.
I have configure the jserv.properties with :
servlet.jsp.code=com.sun.jsp.runtime.JspServlet.class
servlet.jsp.initArgs=scratchdir=/www/

I could call a http://localhost/date.jsp 
And I have in the jserv.log:
[23/06/1999 10:59:29:065 CEST] java.lang.NullPointerException
        at com.sun.jsp.runtime.JspServlet.init(Compiled Code)
        at org.apache.jserv.JServServletManager.load_init(Compiled Code)
        at org.apache.jserv.JServServletManager.loadServlet(Compiled
Code)
        at org.apache.jserv.JServConnection.processRequest(Compiled
Code)
        at org.apache.jserv.JServConnection.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)

I suppose the initArgs are wrong ?

The /www directory have the good right.

Have you any idea , please ?

Thank's.
charles vidal.


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

Reply via email to