• 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

JSTL configuration problem in Eclipse

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

I am using Eclipse 3.1's MyEclipse Plug-In, JDK 1.5, and Tomcat 5.5.9...

Was teaching myself JSTL, today, and under testJSTL/root/WEB-INF/lib, I placed the jstl.jar and Eclipse also placed this into the project's build path...

Here's the code for my simple JSP file, called TestImport.jsp:


Under the Problems view in Eclipse, I got the following error message:



Well, I figured that since my build scripts placed the jstl.jar under build/App_Name/Root/WEB-INF/lib, that it would work once I started up Tomcat and invoked the web page from the browser...

This is the HTTP Status 500, I got when I pointed my browser to:

http://localhost:8080/testJSTL/TestImport.jsp



It seems such like such a simple issue... Any suggestions, tips, and help would be appreciated to its fullest!

Many, many thanks!
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You also need standard.jar
 
Unnsse Khan
Ranch Hand
Posts: 511
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Satou,

Thank you very much for the quick response!

When I placed the standard the jar file, this is the new HTTP 500 stack trace, I got in the browser:



Does anyone know what's going on?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic