| Author |
JSTL configuration problem in Eclipse
|
Unnsse Khan
Ranch Hand
Joined: Nov 12, 2001
Posts: 511
|
|
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!
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
|
You also need standard.jar
|
[My Blog]
All roads lead to JavaRanch
|
 |
Unnsse Khan
Ranch Hand
Joined: Nov 12, 2001
Posts: 511
|
|
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?
|
 |
 |
|
|
subject: JSTL configuration problem in Eclipse
|
|
|