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

  1. In your WebApplicationName/WEB-INF directory, create a new directory named TLD.
  2. Unjar the standard.jar file in the install_dir/installeddata/patch/jars/jarkarta_jstl/1_1_2/ directory.
  3. From the expanded standard.jar file, copy the .tld files to the WebApplicationName/WEB-INF/TLD directory you created.
  4. Edit the web.xml file properties for your specific Web application. See Edit the web.xml File for JSTL.