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

Document Information

Preface

1.  Before You Install

Quick Scan of Fully Installed and Running Directory Server Enterprise Edition

Directory Server Enterprise Edition Software Distributions

File and Process Ownership on Unix Systems

Installation in Solaris Zones

Part I Installing and Uninstalling Directory Server Enterprise Edition

2.  Installing Directory Server Enterprise Edition

3.  Uninstalling Directory Server Enterprise Edition

4.  Installing and Uninstalling Directory Server Enterprise Edition Using Native Packages

Part II Appendixes

A.  Deploying the DSCC WAR File

Deploying the DSCC WAR File With a Supported Application Server

To Deploy the DSCC WAR File With GlassFish Application Server

To Deploy the DSCC WAR File With Tomcat

To Deploy the DSCC WAR File With Oracle WebLogic Server

To Deploy the DSCC WAR File With Oracle iPlanet Web Server

B.  Working With Sun Cryptographic Framework on Solaris 10 Systems

Index

To Deploy the DSCC WAR File With Oracle iPlanet Web Server

The following example shows how to install DSCC in Oracle iPlanet Web Server on a Solaris 10 system. The same procedure can be used for Sun Java System Web Server 7.0+.


Caution

Caution - If you install Oracle iPlanet Web Server as root, web server daemons run as a webservd user. In that case, the easiest way to make your deployment work successfully is to install Directory Server Enterprise Edition and pre-configure DSCC as a webservd user.


  1. Initialize the DSCC registry.
    $ install-path/bin/dsccsetup ads-create
    Choose password for Directory Service Manager:
    Confirm password for Directory Service Manager:
    Creating DSCC registry...
    DSCC Registry has been created successfully
  2. Create the WAR file for DSCC.
    $ install-path/bin/dsccsetup war-file-create

    For native packages installation, the WAR file is created in the /var/opt/SUNWdsee7/ directory.

    For zip distribution installation, the WAR file is created in the install-path/var directory.

  3. To create server instances on the same host where DSCC is deployed, register the DSCC agent in Common Agent Container.
    $install-path/bin/dsccsetup cacao-reg

    Type the following command to check the location and other statistics of your war file and DSCC registry:

    $ install-path/bin/dsccsetup status
  4. Deploy the war file.
    1. Browse the Oracle iPlanet Web Server console using https://hostname:8989.
    2. Under the Common Tasks tab, click Add Web Application in the Virtual Server Tasks section.
    3. In the Add Web Application form, provide the following values and click OK.
      • Web Application Location: install-path/var/dscc7.war

      • URI: /dscc7

  5. Enable server-side HTML
    1. Click the Content Handling tab of the virtual server.
    2. In the Parsed HTML/SSI section, click New and then OK.
    3. In the main window, click Deployment Pending link located in the top right corner and complete deployment by following the wizard.
    4. Edit the magnus.conf file of the virtual server:
      # vi web-server-install-path/https-example.com/config/magnus.conf

      Add the following line:

      type=magnus-internal/parsed-html exts=shtml
    5. Under the Configurations tab, click the Refresh button.
    6. Click Instance Configuration Modified in the top right corner and click Pull and deploy configuration from virtual-server and click OK.

    For the detailed information about enabling server-side HTML, see Enabling Server-Side HTML in Oracle iPlanet Web Server 7.0.9 Developer’s Guide.

  6. Under the Configurations tab, select the configuration that you have created and click Start.
  7. Use http://hostname:8080/dscc7 to connect to DSCC.

    The Directory Service Manager Login page displays.