• 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

http: //java.sun.com/ jsp/jstl/core cannot be resolved

 
Ranch Hand
Posts: 581
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
am working on a MySQL + JDBC + JSP application.


my developing environment:

MySQL server 4.1 gamma
jakarta-tomcat-5.5.1 stable release
jakarta-taglibs-standard-1.1.1

when I load the jsp page, why forever and ever and ever, it says:

exception

org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml





I did put these three files in the folder
/Tomcat 5.5/webapps/MyApplication/WEB-INF/lib/

  • jstl.jar
  • standard.jar
  • mysql-connector-java-3.0.15-ga-bin.jar


  • Any suggestion would be highly appreciated. Thank you very much in advance.



    Regards,
    Ellen
     
    Greenhorn
    Posts: 8
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    try putting it in common/lib and restart server
     
    Ellen Zhao
    Ranch Hand
    Posts: 581
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thank Sagar!

    okay I just found out this machine doesn't have any CLASSPATH value set in the environment variables. I added the value %CATALINA_HOME%/common/lib/servlet-api.jar

    and restarted tomcat. It works!



    Regards,
    Ellen
    [ September 10, 2004: Message edited by: Ellen Zhao ]
    reply
      Bookmark Topic Watch Topic
    • New Topic