JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Directory Server Enterprise Edition Developer's Guide 11 g Release 1 (11.1.1.5.0)
search filter icon
search icon

Document Information

Preface

Part I Directory Server Plug-In API Guide

1.  Before You Start Writing Plug-Ins

2.  Changes to the Plug-In API Since Directory Server 5.2

3.  Getting Started With Directory Server Plug-Ins

4.  Working With Entries Using Plug-Ins

5.  Extending Client Request Handling Using Plug-Ins

6.  Handling Authentication Using Plug-Ins

7.  Performing Internal Operations With Plug-Ins

8.  Writing Entry Store and Entry Fetch Plug-Ins

9.  Writing Extended Operation Plug-Ins

10.  Writing Matching Rule Plug-Ins

11.  Writing Password Storage Scheme Plug-Ins

12.  Writing Password Quality Check Plug-Ins

13.  Writing Computed Attribute Plug-Ins

Part II Directory Server Plug-In API Reference

14.  Data Type and Structure Reference

15.  Function Reference, Part I

16.  Function Reference, Part II

17.  Parameter Block Reference

A.  NameFinder Application

Prerequisite Software

Deploying NameFinder

To Deploy on Application Server

To Deploy on Web Server

Configuring NameFinder to Access Your Directory

To Configure Access When Using Application Server

To Configure Access When Using Web Server

Customizing NameFinder

Connection Properties

Search Attribute Properties

Other Properties

Index

To Deploy on Web Server

Before You Begin

Before deploying the NameFinder application, make sure you have installed and configured the software listed in Prerequisite Software.

  1. Log in to the Web Server browser-based administration interface.

    For example, if you configured the Web Server administration interface to use the default port, go to http://hostname:8888/.

  2. Click Manage next to the Web Server Hostname drop-down menu.
  3. Select the Virtual Server Class tab, and then click Manage next to the Virtual Server Class drop-down menu.
  4. Click Manage next to the Virtual Server drop-down menu.

    This page is where you manage the server instance on which to deploy the NameFinder application.

  5. Select the Web Application tab, and then complete the web form for application deployment.

    You can find the nfDSRK.war web application archive in the class directory where you installed the Directory Server Resource Kit, install-path/dsrk/class/nfDSRK.war.

    Notice when completing the web form that the installation directory is install-path/dsrk/class/.

    Furthermore, you can change the name of the application URI. The default is /nfDSRK. Another possible application URI is /NameFinder.

  6. Apply the changes.
  7. Return to the Server Manager page to turn the server off, and then turn the server on again.
  8. View the NameFinder application for the first time.

    For example, if you configured Web Server to use the default settings and entered /nfDSRK as the application URI, go to http://hostname/nfDSRK/.

    You can now proceed to Configuring NameFinder to Access Your Directory.