Deploying JSP Tag Libraries
You can deploy the tag library deployment profile to a JAR file which will
ultimately be deployed as a WAR file or passed on to other developers.
To deploy a custom JSP tag library in JDeveloper:
-
If not already done, create a
deployment profile for tag libraries.
-
If it does not already exist, create a
tag library descriptor file.
The deployment profile appears in the Navigator in the specified
project.
-
From the context menu, choose Deploy to J
AR file. By default, the tag library is deployed in the current
project's
/deploy directory. If you want to save the JAR
file in another location, see
Configuring the Deployment Preferences.
-
(Optional) If you want to edit the tag library deployment
profile properties, right-click the profile and choose
Properties.
Notes:
-
The Web Container in OC4J provides full support for Servlets 2.3 and
Java Server Pages (JSP) 1.2. For more information, refer to the Sun
Microsystems Java Servlet Specification, Version 2.3:
http://www.javasoft.com/products/servlet/
-
Make sure that the Tag Library Descriptor (TLD file) is located inside
the tag library JAR file
META-INF/taglib.tld.
Related topics
-
About Custom Tag Libraries in
JDeveloper
-
Working with JSP Tag
Libraries in JDeveloper
-
Creating a Custom JSP Tag
Library in JDeveloper
Copyright © 1997, 2004, Oracle.
All rights reserved.