How to Register JSP TagLib Libaries (TLD) within an EAR File
242442Jul 22 2003 — edited Jul 23 2003Hello,
I created an EAR File exactly similar to the reports demo ear file including reports.tld but this tld file is not recognized by iAS 9.0.2
If I distribute this ear file an try to access a jsp using some TLD Tags, there is a 500 error message :
OracleJSP: oracle.jsp.parse.JspParseException: Line # 1, <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>
Error: java.lang.ClassNotFoundException: oracle.reports.jsp.ReportTagExtraInfo
How can I register TLD Files. It seems that iAs cannot find this file.
Regards,
Frank