• 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

Problem with JSP Taglib/Tags

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting an error when trying to run the following hello.jsp
The error which I am getting is "Access Denied".
The complete error Message is :
"org.apache.jasper.compiler.CompileException: D:\tomcat\webapps\Practice\hello.jsp(0,0) Unable to open taglibrary /Web-inf/tlds : D:\tomcat\webapps\Practice\Web-inf\tlds (Access is denied)"
I am using Tomcat and my directory structure is as follows:
tomcat
webapps
Practice
Meta-inf
Manifest.mf
Web-inf
Classes
tagext
HelloTag.class
tlds
hello.tld
web.xml
Any suggestions?
Thanks
Raj
reply
    Bookmark Topic Watch Topic
  • New Topic