Oracle Fusion Middleware Installation Guide for Oracle Directory Server Enterprise Edition

ProcedureTo 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. 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.

  2. 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
  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.