<html>
<head>
<%@ taglib uri="http://location/abc" prefix="pr" %>
</head>
<body>
The file is <pr:hello text="helloworld"/>
</body>
<taglib>
<taglib-uri>http://jakarta.apache.org/taglibs/datetime-1.0</taglib-uri>
<taglib-location>/WEB-INF/lib/taglibs-datetime.jar</taglib-location>
</taglib>
The tld files are expected inside the meta-inf subdirectory of the jar file.