• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SIMPLE tag Lib PROBPEM

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends
Iam getting the follwoing Error.
What could be the Reason?
Iam using weblogic5.10 as app server.
*********************************************************************************
Parsing of JSP File '/Sample Hello.jsp' failed:
--------------------------------------------------------------------------------
/Sample Hello.jsp(1): Could not parse deployment descriptor: org.xml.sax.SAXParseException: Could not parse taglib, starting at line 2
probably occurred due to an error in /Sample Hello.jsp line 1:
<%@ taglib uri="/oreillySample.tld" prefix="sample" %>
--------------------------------------------------------------------------------
Fri Dec 13 17:18:54 GMT+05:30 2002
***********************************************************************************
thanks & Regards
Khad M
 
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure that the .tld file is in the WEB-INF folder under public_html.
If its there, make sure that the first line of the tld says:
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "web-jsptaglib_1_1.dtd">
If even that is correct then make sure that the tld is written properly
 
reply
    Bookmark Topic Watch Topic
  • New Topic