• 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

Taglib problems

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I deploy a war file called aex.war in the $CATALINA_HOME/webapps/ directory. I start Tomcat and the war file explodes as it should. I use the browser to hit my application http://localhost:8080/aex/index.html and I get this error

I checked the logs, and it seems that when I start tomcat this message is given in the log


This explain the browser error. Here is the previous application error in the log, which this message above is referring too.


I do not understand what this means.


org.xml.sax.SAXParseException: a pseudo attribute name is expected.


I have included my .tld file and web.xml file for review. Help resolving this issue would be greatly appreciated
Here is my tld file (aexLib.tld)

Here is my web.xml
 
reply
    Bookmark Topic Watch Topic
  • New Topic