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:

  1. If not already done, create a deployment profile for tag libraries.
  2. If it does not already exist, create a tag library descriptor file.

    The deployment profile appears in the Navigator in the specified project.

  3. 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.
  4. (Optional) If you want to edit the tag library deployment profile properties, right-click the profile and choose Properties.

Notes:


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.