The following reply was made to PR mod_jserv/5120; it has been noted by GNATS.
From: "jon *" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: mod_jserv/5120: ApJServAction .jsp ApJServAction doesn't
appear to work with GNUJSP
Date: Mon, 11 Oct 1999 13:18:31 -0700
> ApJservAction .jsp /servlets/gnujsp/
> or
> ApJservAction .jsp /servlets/org.gjt.jsp.JspServlet/
> doesn't appear to work.
Did you try this:
ApJservAction .jsp /servlets/org.gjt.jsp.JspServlet
>>Fix:
> #in httpd.conf add
> AddHandler java-server-page .jsp
> # and, assuming you use a servlet alias for GnuJSP
> Action java-server-page /servlets/gnujsp/
That is just another way to do the same thing.
-jon