• 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

OC4J 10.1.3

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there

I am deploying a web aplication on oc4j 10.1.3 and I have included all the required jar files into /WEB-INF/lib, I am using JSTL, STRUTS1.2
but when I am requesting the index page which uses the fmt tag library, this message appears

500 Internal Server Error
OracleJSP: oracle.jsp.parse.JspParseException: /WEB-INF/IncludedFiles/TagDirectives.jsp: Line # 2, <%@taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="f"%>
Error: "http://java.sun.com/jsp/jstl/fmt" is not a registered TLD namespace.

Does anybody have any idea what is going on or ever faced such a case.

note: I have deployed the same war file on sun java system application server that comes with the J2SDEE1.4 everything goes just fine.
reply
    Bookmark Topic Watch Topic
  • New Topic