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
posted
0
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.