You add Java libraries and tag libraries in the form of JAR files to a web module by placing them in the the WEB-INF/lib directory. Examples of JAR files that you might place in the WEB-INF/lib directory are the following:
To add a tag library JAR file to an existing web module, use the tag library repository.
To add any other category of JAR file to an existing web module you can:
When a web module containing .jar files in its WEB-INF/lib directory is mounted in the IDE, the .jar files in the lib directory are mounted as well.
See Also | |
---|---|
About Web Modules Using JAR Files in Web Modules Using Tag Libraries |