We have basically the same problem. We created a new project as a test and
deployed it under iPlanet. Everything works so far except the custom tags.
We are receiving the following exception:
26/Apr/2001:15:56:58] info ( 192): JSP: JSP1x compiler threw exception
org.apache.jasper.JasperException: Unable to open taglibrary
/WEB-INF/struts-html.tld :
at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve
ntListener.java, Compiled Code)
at
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList
ener.java:119)
at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java,
Compiled Code)
at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled
Code)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1022)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1018)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java,
Compiled Code)
at
com.netscape.server.http.servlet.NSServletEntity.load(NSServletEntity.java:2
30)
at
com.netscape.server.http.servlet.NSServletEntity.update(NSServletEntity.java
:149)
at
com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.jav
a:466)
We tried accessing the tld using Internet Explorer (e.g.
http://servername.com/WEB-INF/struts-html.tld) and it loads fine. Any help
is appreciated.
Thanks,
Matt
> -----Original Message-----
> From: Jivan, Rajiv [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, April 24, 2001 6:00 PM
> To: '[EMAIL PROTECTED]'
> Subject: Help. Stuts + iPlanet Webserver
>
> I have followed the instruction on configuring iPlanet but I am still
> getting no where. I have unzipped the struts example war file.
>
> [24/Apr/2001:17:54:57] warning ( 1152): Internal error: Failed to get
> GenericServlet. (uri=/strut/index.jsp,SCRIPT_NAME=/strut/index.jsp)
> [24/Apr/2001:17:55:56] info ( 1152): JSP: JSP1x compiler threw exception
> org.apache.jasper.JasperException: Unable to open taglibrary
> /WEB-INF/struts-bean.tld : Could not locate TLD META-INF/taglib.tld
> at java.lang.Throwable.<init>(Throwable.java:96)
> at java.lang.Exception.<init>(Exception.java:44)
> at javax.servlet.ServletException.<init>(ServletException.java:68)
> at org.apache.jasper.JasperException.<init>(JasperException.java:73)
> at
> org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseE
> ve
> ntListener.java:688)
> at
> org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingLi
> st
> ener.java:119)
> at
> org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:190)
> at org.apache.jasper.compiler.Parser.parse(Parser.java:1048)
> at org.apache.jasper.compiler.Parser.parse(Parser.java:1022)
> at org.apache.jasper.compiler.Parser.parse(Parser.java:1018)
> at org.apache.jasper.compiler.Compiler.compile(Compiler.java:173)
> at
> com.netscape.server.http.servlet.NSServletEntity.load(NSServletEntity.java
> :2
> 30)
> at
> com.netscape.server.http.servlet.NSServletEntity.update(NSServletEntity.ja
> va
> :149)
> at
> com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.j
> av
> a:466)
>
>
> [24/Apr/2001:17:55:56] warning ( 1152): Internal error: Failed to get
> GenericServlet. (uri=/strut/index.jsp,SCRIPT_NAME=/strut/index.jsp)
>
> Any help will be greatly appreciated.
>
> Thank you.
>
> Rajiv