----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi there,
first of all a hello, as this is my first post to this list.
I am currently making a couple of webpages for a project. And wanted
to use SSI for using a standard header and footer part for all pages.
Most of the pages are based on servlets, so I tried to use the
RequestDispatcher
to include the header and footer part. But when I try to access the
servlet I get the
following error message:
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator, root@localhost and inform them
of the time the error occurred, and anything you might have done that
may have caused the error.
More information about this error may be available in the server error
log.
There is no more information in the error_log, just in the jserv log I
find following message:
[08/12/1999 09:51:46:799] (ERROR) ajp12: Servlet Error:
java.lang.NoSuchMethodError: javax.servlet.ServletContext: method
getRequestDispatcher(Ljava/lang/String;)Ljavax/servlet/RequestDispatcher;
not found: javax.servlet.ServletContext: method
getRequestDispatcher(Ljava/lang/String;)Ljavax/servlet/RequestDispatcher;
not found
[08/12/1999 09:51:46:799] (ERROR) an error returned handling request via
protocol "ajpv12"
Does this mean that the RequestDispatcher class is not supported by
jserv, as it just complies
fine against my jdk1.1.7v3 and jdsk2.1....
just in case this is in the faq: I have been looking at it but could not
find anything...
thanks alot in advance
remo
--
--------------------------------------------------------------
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]