[EMAIL PROTECTED] wrote:

> Hi,
>      I've tried to get SUN JSP running in a similar way that gnujsp runs, but
> get the following error
> <<<
> [07/06/1999 22:21:36:354] (ERROR) ajp11: Servlet Error:
> java.lang.InstantiationException: javax/servlet/jsp/JSPPage:
> javax/servlet/jsp/JSPPage
> [07/06/1999 22:21:36:355] (ERROR) an error returned handling request via
> protocol "ajpv11"
> >>
>

The Sun JSP 1.0EA release requires a servlet engine compliant with the 2.1 API spec.  
Apache JServ
1.0 does not suport this -- it supports the 2.0 spec.  What you are trying is not 
going to work.

Work is in progress on a next generation version version of Apache JServ that supports 
the 2.1 API,
but there are some major pieces not yet completed.  The Sun JSP engine also fails in 
this
development version at the moment -- it's not clear yet whether the problem is the 
JServ
implementation, internal assumptions inside the JSP implementation about the servlet 
engine it runs
in, Linux+JDK problems, or all of the above.

Craig McClanahan




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