See article "Oracle
Servlet Engine": Ora817ose_e.pdf
German version: Ora817ose.pdf
Examples
Step by step instructions for the Oracle OSE / Apache configuration
with all examples: ConfigOSE_Apache_e.pdf
# |
Description |
Direct access from a HTTP client to the OSE, calling a static HTML page (example_1.html) in the OS filesystem. |
|
Direct access from a HTTP client to a servlet in the OSE. The servlet reads the EMP table using the internal KPRB JDBC driver.. |
|
Calling a servlet in the servlet zone of the Oracle HTTP server (Apache). |
|
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.