Skip to Content
0
Feb 12, 2004 at 08:51 PM

Tag Library Descriptor files in WEB-INF

132 Views

I am attempting to develop a JSP application using Struts. In order to do this, both NetWeaver and Struts documentation state that the Tag Library Descriptor (*.tld files) must be placed in the WEB-INF directory of the WAR. In a NetWeaver Web Application Project, I need to map *.tld files so that they will appear in the WEB-INF directory of the resulting WAR. How is this done in NetWeaver?