Oracle Application Server Components
The following subsections discuss the various functional components of Oracle
Application Server. Services, which affect the overall operation of AS, are described
in the later section, ???Oracle Application Server System Services.???
HTTP Server
The Oracle HTTP Server (OHS) that is part of Oracle Application Server is the same
basic product that we described in earlier sections as part of the database. OHS in AS
is based on Apache, but provides some additional modules, known as mods,
including:
mod_oc4j
Directs requests for Java modules to the Oracle Containers for Java component,
described below
mod_jserv
Used for Java Server Pages
Oracle Fusion Middleware | 335
mod_webdav
Supports versioning through web-based Distributed Authoring and Versioning
(WebDAV)
mod_osso
Provides built-in single sign-on functionality
You can add other mods to OHS, but Oracle Support may ask you to remove unsupported
modules if a problem occurs.
Oracle HTTP Server includes the ability to use server-side includes, which can be
used to add code to the headers and footers of all pages served to implement standardized
behaviors and look-and-feel.
Pages:
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725