----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
on 5/3/2000 5:18 PM, Vishal Save <[EMAIL PROTECTED]> wrote:
> for calling jsp's form servlets the following lines of code are used.
> getServletontext().getRequestDispatcher("jspname").forward
> (request,response);
> but, this does not work with JServ.
> it gives error saying:
>
> java.lang.NoSuchMethodError: javax.servlet.ServletContext: method
> getRequestDispatcher(Ljava/lang/String;)Ljavax/servlet/RequestDispatcher;
> not found
> can anyone help me with the problem?
Ok dude...read the docs. Apache JServ only supports JSDK 2.0. Period.
For > JSDK2.0 go here and get Tomcat:
<http://jakarta.apache.org/>
-jon
--
Scarab -
Java Servlet Based - Open Source
Bug/Issue Tracking System
<http://scarab.tigris.org/>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]