try taking away the trailing slash in the initArgs line.
otherwise it looks fine with me.
snorre
> hi all,
>
> i have installed the JSP 0.98 implementation along with
> Apache 1.3.4(latest) and Apache JServ 1.0.b.2 (latest).
> Have had a terrible problem trying to initialize the
> JSPServlet and get going.
>
> I had earlier installed JSP 0.96 and things worked fine, but
> with the new release of Apache modules, am not sure ....
>
> I have attached the three config files of relevance in my situation.
> Note that the Apache/JServ combo has been tested on my machine
> to work with servlets. Its perfect.
>
> I get the error that 'repository' param is not passed in, though
> I have set it in the <zone>.properties file.
>
> Here's the detailed message from the mod_jserv.log file:
>
> [21/03/1999 19:38:19:980] (INFO) wrapper: Shutdown done (PID=-513195)
> [21/03/1999 19:38:20:040] (INFO) Apache Module was cleaned-up
> [21/03/1999 19:38:20:370] (INFO) wrapper: Java Virtual Machine started
> (PID=-16400259)
> [21/03/1999 19:38:20:470] (INFO) wrapper: controller started
> (PID=-513195)
> [21/03/1999 19:38:32:450] (ERROR) ajp11: Servlet Error:
> Initialization error
> while loading the servlet: mandatory init parameter
> repository has not been
> specified
> [21/03/1999 19:38:32:450] (ERROR) an error returned handling
> request via
> protocol "ajpv11"
> [21/03/1999 19:38:33:820] (ERROR) ajp11: Servlet Error:
> Initialization error
> while loading the servlet: mandatory init parameter
> repository has not been
> specified
> [21/03/1999 19:38:33:820] (ERROR) an error returned handling
> request via
> protocol "ajpv11"
>
> This behavior seems to be ridiculous. If you have tested the
> JSP 0.98 with
> the
> latest versions of Apache/JServ, maybe u could shed some light
> on the frustration here.
>
> I tried to debug with the source provided, and it 'seems' that no init
> parameters
> are passed in.
>
> I will also post this to the Apache JServ group, and see if there is a
> solution
> to this.
>
> Suggestions will be much appreciated. Thanks once again.
>
> ciao
> raghu
> rhavaldar@str.com
>
>
>