Michael Rausch wrote:

> Hello, I want to set up Apache 1.3.6, JServ1.04b and JSP1.0 on a linux
> box,JDK is 1.1.7.Everything works fine for me exept the JSP
> engine.Seems that the JSP Engine is not able to deal with the "ajp"
> protocol. Here is the way I tried to implement the JSP
> thing: httpd.conf fileApJServAction .jsp
> /servlets/com.sun.jsp.runtime.JspServletin zone.properties
> filerepositories=/usr/local/jserv/servlets/kunden,/usr/lib/java/exlib/server.jar 
>Everytime
> I try to run a .jsp file result is an Server Error and a
> NullPointerExeption. Has any one out there tried this before ?Any
> suggestions, comments or help would be nice. Michael Rausch

Unfortunately for your desires, this is not going to work.

The JSP 1.0 reference implementation requires a servlet engine
compatible with the version 2.1 servlet API, while Apache JServ 1.0b4
supports the 2.0 API.  In addition, the JSP 1.0 spec refers to
"clarifications" to the servlet API spec that may or may not be
implemented in any given servlet engine (2.1 compatible or not).
Presumably, these "clarifications" are reflected in the servlet runner
that is included with the JSP reference implementation.

Work is in progress on 2.1 compatibility for Apache JServ, but it is not
yet available for alpha or beta testing.

Craig McClanahan

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to