My guess is that jserve isn't servlet spec 2.1 and doesn't support request
dispatcher.
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Clais
> René
> Sent: Tuesday, April 10, 2001 8:08 AM
> To: [EMAIL PROTECTED]
> Subject: 2 questions
>
>
> Dear All,
>
> I have a problem were I cannot find the reason, so please advise me:
>
> When I execute my servlet, at the the following instruction:
>
> RequestDispatcher rd =
> getServletContext().getRequestDispatcher("/servlet/Servlet3");
>
>
> I get the message:
>
> [10/04/2001 16:06:04:453 GMT+02:00] java.lang.NoSuchMethodError:
> javax.servlet.ServletContext:
> method
> getRequestDispatcher(Ljava/lang/String;)Ljavax/servlet/RequestDisp
> atcher; not
> found
> at
> org.apache.jserv.JServConnection.processRequest(JServConnection.java)
> at org.apache.jserv.JServConnection.run(JServConnection.java)
> at java.lang.Thread.run(Thread.java:479)
>
> The error message seems to be too obvious :-)
>
> please help me
>
>
> René Clais
>
> __________________________________________________________________
> _________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html