There is no web.xml file in the iPlanet configuration. I see this often,
but it seems to be a Tomcat or Orien Server requirement. iPlanet requires
the tld file be in a jar. The tld,( actually the jar file with the tld
inside ) is referenced from the jsp, and the jar is put in the jvm classpath
in the WebServer. This is all iPlanet requires, and it worked before I put
the Struts action mapping in place.
Any other ideas? Anyone?
> -----Original Message-----
> From: Robert Quillen [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 19, 2000 5:21 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Custom Tags and iPlanet Web Server 4.1
>
>
> I noticed that you didn't mention the tld configuration bit
> that goes in the
> web application's web.xml file. That might be the problem.
>
> It should look something like this:
>
> <taglib>
> <taglib-uri>/WEB-INF/struts.tld</taglib-uri>
>
> <taglib-location>/WEB-INF/lib/struts.tld</taglib-location>
> </taglib>
>
> I'm not sure what the location should be when the tld is in a
> jar file. I
> imagine that you just give the path for the jar, but you
> should look up the
> specifics.
>
> Robert Quillen
>