Hi. I've just installed gnujsp (1.0.0-3) and I've got the following exception :
Exception while servicing request for /doc/gnujsp/examples/date.jsp: java.lang.AbstractMethodError: org/apache/jserv/JServContext.getResource at org.gjt.jsp.JspServlet$Page.getResourceImpl(JspServlet.java:684) at org.gjt.jsp.JspServlet$Page.needToRecompile(JspServlet.java:755) at org.gjt.jsp.JspServlet$Page.process(JspServlet.java:572) at org.gjt.jsp.JspServlet.service(JspServlet.java:284) at javax.servlet.http.HttpServlet.service(HttpServlet.java:840) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:317) at org.apache.jserv.JServConnection.run(JServConnection.java:188) at java.lang.Thread.run(Thread.java:475) In jserv source (1.1.2), the method JServContext.getResource is actually not implemented. Is there something special I have missed or should I install another version of gnujsp or jserv ?