Component Configuration After Installation; Configuring Mod_Osso (Required For Oracle Delegated Administration Services) - Oracle Application Server B32100-01 Installation Manual

10g (10.1.4.0.1) for hp-ux itanium
Table of Contents

Advertisement

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.
osso (Required for Oracle Delegated Administration Services)"
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:
Ensure that OracleAS Single Sign-On is configured against Oracle Internet
1.
Directory. This is done for you if you have installed and configured these two
components from the installer.
Check if mod_osso is configured in the ORACLE_HOME where you want to
2.
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.
To configure mod_osso manually, perform these steps:
3.
a.
b.
c.
d.
Set the ORACLE_HOME environment variable to the full path of the directory
where you want to configure Oracle Delegated Administration Services.
Set the LD_LIBRARY_PATH environment variable to contain $ORACLE_
HOME/lib32 and $ORACLE_HOME/network/lib.
Set the LD_LIBRARY_PATH_64 environment variable to contain $ORACLE_
HOME/lib.
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
Component Configuration After Installation
Section 11.7.1, "Configuring mod_
describes how to
Post-Installation Tasks 11-3

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Application Server B32100-01 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Application server 10g

Table of Contents