You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by jon * <jo...@clearink.com> on 1999/10/11 22:20:02 UTC

Re: mod_jserv/5120: ApJServAction .jsp ApJServAction doesn't appear to work with GNUJSP

The following reply was made to PR mod_jserv/5120; it has been noted by GNATS.

From: "jon *" <jo...@clearink.com>
To: andy.dennis@btinternet.com
Cc: apbugs@apache.org
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