--


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/

and both combined. But they don't seem to be passed to the
servlet. When I turn on logging for ApacheJserv I can see this
confirmed:

Initializing servlet: 'org.gjt.jsp.JSPServlet' ; initArgs: '{}'

So, there must be something wrong with ApacheJserv.

The strange thing is: If I use

servlets.default.initArgs=repository=/home/www/jsp/

the parameter gets passed to GNUJSP and everything works fine.

This is a Solaris 2.6-box, ApacheJserv 1.0, Sun JDK 1.1.7.

Strangely I can't observe this with nearly the same configuration on a
Linux-Box, we use for development.

So, did I simply miss something? Or is this a known/unknown bug?

Kind regards,

Stephan

-- 
Stephan Krings                                    Tel/Fax: +49 30 61709314
Blue Orange Internetservice Stefan Merath    
Torstr. 109                                       
10119 Berlin/Germany                               [EMAIL PROTECTED]


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