7 component configuration after installation, Component configuration, Conf – Oracle B32100-01 User Manual

Page 199

Advertising
background image

Component Configuration After Installation

Post-Installation Tasks

11-3

11.7 Component Configuration After Installation

If you did not configure a component during installation (that is, you did not select the
component in the Select Configuration Options screen), you can configure some
components after installation. Some components have dependencies that you have to
complete before you can configure the component.

Section 11.7.1, "Configuring mod_

osso (Required for Oracle Delegated Administration Services)"

describes how to

configure mod_osso, which has to be configured before you can configure Oracle
Delegated Administration Services.

11.7.1 Configuring mod_osso (Required for Oracle Delegated Administration Services)

If you did not configure Oracle Delegated Administration Services during installation,
you can do it after installation using Oracle Enterprise Manager 10g Application
Server Control.

Oracle Delegated Administration Services requires OracleAS Single Sign-On and
mod_osso. mod_osso is an Oracle HTTP Server module that communicates with the
Single Sign-On server. If mod_osso is not configured, you have to configure it before
you can configure Oracle Delegated Administration Services. Here are the steps:

1.

Ensure that OracleAS Single Sign-On is configured against Oracle Internet
Directory. This is done for you if you have installed and configured these two
components from the installer.

2.

Check if mod_osso is configured in the ORACLE_HOME where you want to
configure Oracle Delegated Administration Services.

Examine the following line in the ORACLE_
HOME/Apache/Apache/conf/httpd.conf

file. ORACLE_HOME refers to the

directory where you want to configure Oracle Delegated Administration Services.

include "ORACLE_HOME/Apache/Apache/conf/mod_osso.conf"

If the line starts with #, then it is commented out and mod_osso is not configured
in this installation. Perform step 3 to configure mod_osso.

If the line is not commented out, mod_osso is already configured. You can go
ahead and configure Oracle Delegated Administration Services using Application
Server Control. Go to step 5.

3.

To configure mod_osso manually, perform these steps:

a.

Set the ORACLE_HOME environment variable to the full path of the directory
where you want to configure Oracle Delegated Administration Services.

b.

Set the LD_LIBRARY_PATH environment variable to contain $ORACLE_
HOME/lib32

and $ORACLE_HOME/network/lib.

c.

Set the LD_LIBRARY_PATH_64 environment variable to contain $ORACLE_
HOME/lib

.

d.

Run the following command (all on one line). Note: for the -classpath
parameter, do not type any space characters after the colon (:) characters, as
indicated by <no spaces>:

prompt> $ORACLE_HOME/jdk/bin/java

-classpath .:$ORACLE_HOME/sso/lib/ossoreg.jar:<no spaces>

$ORACLE_HOME/jlib/ojmisc.jar:<no spaces>

$ORACLE_HOME/jlib/repository.jar:<no spaces>

$ORACLE_HOME/j2ee/home/jazn.jar:$ORACLE_HOME/jdk/lib/dt.jar:<no spaces>

$ORACLE_HOME/jdk/lib/tools.jar:$ORACLE_HOME/jlib/infratool.jar

Advertising