Just to make sure I am on the right track on my Windows development workstation because I really want to get out of scriptlets asap. I have EL working by changing my web.xml to the correct info that came in the Tomcat example apps.
Now I need to get JSTL working.
I downloaded JSTL 1.1 from
Jarkarta JSTL
I see two files in zipped info in \jakarta-taglibs-standard-1.1.2\lib directory called:
jstl.jar
standard.jar
I need to put these two files and put them in
webapps\myAppName\WEB-INF\lib?
Then continue on as discussed in this
tutorial?