The moose likes EJB and Other Java EE Technologies and the fly likes Location of tld file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "Location of tld file" Watch "Location of tld file" New topic
Author

Location of tld file

Chris Salivar
Ranch Hand

Joined: May 25, 2001
Posts: 34
Where is the tld file for the custom tags supposed to be located for the app to follow the J2EE specification?
TIA
- Chris
Peter den Haan
author
Ranch Hand

Joined: Apr 20, 2000
Posts: 3252
Anywhere under the web-app root - the WEB-INF/web.xml file contains entries telling the server where to find the .tld files. Having said that, most put them in WEB-INF; there's no reason why a client should be able to retrieve them, and it leaves all configuration files in one place.
- Peter
PS. This question probably would've been better placed in the JSP forum.
 
 
subject: Location of tld file
 
Threads others viewed
taglib not found
unable to find jar
Question on tag files?
Can you include a tld inside a tld file?
TLD jsp
IntelliJ Java IDE