Hi,

I am trying the iWS 4.1 on linux recently pre released from iplanet. The
examples shipped with it only are regarding with jsp1.0 and jsp0.92.
Instead the Release Notes at http://home.netscape.com/eng/server/webserver
claims to support Servlet 2.2 and jsp 1.1

I have tried one jsp1.1+custom tag application which works fine with tomcat
3.0/3.1 and with iWS reports Server Error

I have builded the three structure in iWS like

 /index.html
 /some.jsp
 /WEB-INF/taglib.tld
 /WEB-INF/classes/MyTag.class


The some.jsp file begin with
(default location of TLD as JSP 1.1 spec)

        <%@ taglib uri="taglib.tld" prefix="sql" %>

The errors file reports:

JSP1x compiler threw exception org.apache.jasper.JasperException: Unable to open
taglibrary taglib.tld : null

It seems that iWS not recognizes the jsp1.1 custom tag syntax
It's possible to have some guideline to set iWS working with jsp 1.1 and custom
tag ?

Anyone have experimented the same problem ?

Thanks

                        Paolo Sommaruga

                        Garda Access
                        Garda (VR), Italy

                        http://www.garda-access.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to