A script-enabled browser is required for this page to function properly.

REPORTS_TAGLIB_URI environment variable

This environment variable specifies the location of the tag prefix used in the Web source of a JSP-based report. It defines the Reports URI of the tag library (TAGLIB) declarations of the JSP file. This is typically:

<%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>

When Oracle Reports finds a URI that matches the environment variable, it will use the corresponding “prefix” attribute to identify Oracle Reports tags within the JSP file. Since there may be multiple taglib entries, Oracle Reports needs to uniquely identify the entry within the file.

Valid Values

Any URI that references the Oracle Reports tag library.

Default

/WEB-INF/lib/reports_tld.jar

Usage notes

See also

Environment variables