Hitachi

uCosminexus Application Server Security Management Guide


5.11.5 Copying uatags.jar and uatags.tld and defining DD

The files must be copied and edited to use the JSP tag library.

Copy the JAR file (uatags.jar) and the tag library descriptor file (uatags.tld) for the JSP tag library, and edit the Web application DD (web.xml). The procedure is as follows:

  1. Copy uatags.jar to either WEB-INF\lib (Windows) or WEB-INF/lib (UNIX) of the Web application to be created.

  2. Copy uatags.tld to WEB-INF of the Web application to be created.

  3. Add the following description to the appropriate location in web.xml.

    <taglib>
      <taglib-uri>http://cosminexus.com/admin/auth/uatags</taglib-uri>
      <taglib-location>/WEB-INF/uatags.tld</taglib-location>
    </taglib>