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 WebLogic Server

The following example shows how to install DSCC in Oracle WebLogic Server on a Solaris 10 system.


Note - This example assumes a basic knowledge of Oracle WebLogic Server administration and does not replace the Oracle WebLogic Server documentation. For conceptual information about domains, administration servers and managed servers, see Key Concepts in the Oracle Fusion Middleware Concepts Guide.


  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

    In the native package distribution, the WAR file is created in the /var/opt/SUNWdsee7/ directory.

    In the zip distribution, 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 the 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 WebLogic console using http://localhost:7001/console.
    2. Navigate to base_domain/Deployments in the Domain Structure panel.
    3. Click Lock and Edit.
    4. Click Install.
    5. Click Upload your file(s).
    6. In Deployment Archive, select install-path/var/dscc7.war and click Next.
    7. Select dscc7.war and click Next.
    8. Select Install this deployment as an application and click Next.
    9. Provide a Name for the deployment, accept the default Optional Settings and click Finish.
    10. Click Activate Changes in the top left corner.

    The dscc7 deployment must be in the active state.

  5. Use http://hostname:port/dscc7 to connect to DSCC.

    The default port number for Oracle WebLogic Server is 7001.

    The Oracle Directory Service Control Center authentication page is displayed.