Can't Run JSTL Outside of Root Folder
Hello,
I can run JSTL in the root folder, but not outside.
If I create a separate folder in webapps, I do what the book tells me:
Create a web-inf folder and in the folder create a class folder and lib folder. In the lib folder I add the standard.jar and jstl.jar files. I have done nothing else with the tld files and did not create a web.xml file.
I have tried copying the web.xml files from the Root folder and added tablib tags pointing to the location of the tlds:
<taglib>
<taglib-uri>/jstl-c</taglib-uri>
<taglib-location>/WEB-INF/c.tld</taglib-location>
</taglib>
but it doesn't work.
Any help would be appreciated.
Thanks,
Mark
|