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 GlassFish Application Server

  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 the native package installation, the WAR file is created in the /var/opt/SUNWdsee7/ directory.

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

  3. To create server instances on the same host on which 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. Create an application server instance.
    $ mkdir glassfish-domain-path
    $ cd app-server-install-path/bin
    $ asadmin create-domain --domaindir glassfish-domain-path --adminport 3737 \
      --user admin dscc7
  5. Deploy the WAR file in your application server instance.
    $ asadmin start-domain --domaindir glassfish-domain-path --user admin dscc7 
    $ cp install-path/var/dscc7.war glassfish-domain-path/dscc7/autodeploy

    For more information about creating and configuring application server instances and deploying the WAR file, refer to the GlassFish Online Help.

  6. In the GlassFish JVM options settings, apply the following:
    -Djava.awt.headless=true
  7. Open DSCC.

    Use http://hostname:8080/dscc7 or https://hostname:8181/dscc7 based on the configuration of your application server.

    The Directory Service Manager Login page is displayed.