Jserv Overview - Oracle Oracle9i Application Manual

Release 1.0.2 for aix-based systems, compaq tru64 unix, hp 9000 series hp-ux, linux intel, and sun solaris intel
Hide thumbs Also See for Oracle9i:
Table of Contents

Advertisement

JServ Overview

JServ Overview
Apache JServ is made up of an Apache module called mod_jserv, which runs in the
httpd process, and a servlet engine, which runs in a Java process. mod_jserv, which
is implemented in C, functions as a dispatcher, routing each servlet request to a
JServ process for execution.
The servlet engine runs in its own JVM and is solely responsible for parsing the
request and generating a response. As
Figure 5–1
shows, multiple JServs can service
requests. The HTTP server process and the JServ process communicate using the
Apache JServ Protocol 1.2.
Figure 5–1 Apache JServ components
5-2 Oracle HTTP Server powered by Apache Performance Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Oracle9i and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Oracle9i application server

Table of Contents