WebSphere, Custom Tag Libraries and Domino

HiMy configuration is WAS AE 4.03 with Domino 6.0.2 web server on W2K platform.

I get the following error message when

trying to access a JSP which references a Custom Tag Library.

Would appreciate help in the following error:

JSPG0103E: Unable to open taglibrary core.tld : JSPG0127E: Could not

locate TLD META-INF/taglib.tld

I get the error if I use the R6 Domino custom tag libraries which both comply to the JSP 1.1 and Java Servlet 2.2 specifications.

I also get the error if I try to use tag libraries from Apache.

I have followed the steps listed in the Domino Designer Help.The Notes database is on a remote R5.0.5 Domino web server and I am using the ncso.jar file.

Will appreciate any help.

Thanks.

Robert Mendonca

Subject: WebSphere, Custom Tag Libraries and Domino

I have not used WebSphere 4.x in more than a year, so it may take a few tries to sort this out.

One thing that will help is a listing of first part of DT_Canadianit.ear\DTCanadianIT2.war\testalert\xml.jsp - the sections with the <@taglib> directives.

The Domino JSP custom tag librar uses domtags.tld and domutil.tld, which are not listed in the error message, so perhaps you are using several tag libraries, and have not put the core.tld in the right place?

-sl

Subject: RE: WebSphere, Custom Tag Libraries and Domino

SteveThanks for the suggestion. I am going to try again by following an example provided in one of the Domino/WS magazines.

Regards.

Rm