--
Stephan Krings wrote:
> --
>
> Hello,
>
> I'm observing a strange thing here with the per-servlet initArgs:
>
> I want to use the GNUJSP-Servlet, but I can't get ApacheJserv to pass
> the initArgs for it (repository, the mandatory argument for
> GNUJSP). I tried:
>
> servlets.gnujsp.initArgs=repository=/home/www/jsp/
>
> and
>
> servlets.org.gjt.jsp.JSPServlet.initArgs=repository=/home/www/jsp/
>
You would do much better if you noticed that this should be:
servlet.gnujsp.initArgs=repository=/home/www/jsp
Note the singular "servlet". You should also skip the trailing slash when
specifying directory names.
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]