Oracle Servlet Engine OSE

See article "Oracle Servlet Engine": Ora817ose_e.pdf

Examples

Step by step instructions for the Oracle OSE / Apache configuration

with all examples:  ConfigOSE_Apache_e.pdf

#

Description

1

Direct access from a HTTP client to the OSE, calling a static HTML page (example_1.html) in the OS filesystem.

2

Direct access from a HTTP client to a servlet in the OSE. The servlet reads the EMP table using the internal KPRB JDBC driver..

3

Calling a servlet in the servlet zone of the Oracle HTTP server (Apache).

4

Calling a servlet in the OSE over the Oracle HTTP server. The servlet reads the EMP table using the internal KPRB JDBC driver. 

Please click on the HTTP-Clients [1,2,3,4] to start the examples.