Add the JSTL to the Web Application
To add the JSTL library to your Web application, you must create a .TLD Directory and copy the .tld directory files into it.
About this task
To add the JSTL to your Web application:
Procedure
- In your WebApplicationName/WEB-INF directory, create a new directory named TLD.
- Unjar the standard.jar file in the install_dir/installeddata/patch/jars/jarkarta_jstl/1_1_2/ directory.
- From the expanded standard.jar file, copy the .tld files to the WebApplicationName/WEB-INF/TLD directory you created.
- Edit the web.xml file properties for your specific Web application. See Edit the web.xml File for JSTL.