Oracle JavaServer Pages Developer's Guide and Reference
Release 8.1.7

Part Number A83726-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Preliminary Considerations

This section discusses a few issues to be aware of before you start developing. The following topics are covered:

Installation and Configuration Overview

Installation and configuration, primarily for key non-Oracle environments, is covered in Appendix A, "General Installation and Configuration".

For installation and configuration of Oracle environments that support OracleJSP, consult the documentation for the particular Oracle product.

Within Oracle8i, the Oracle Servlet Engine (OSE) incorporates OracleJSP and is provided with Oracle8i JServer.

Development Environments Versus Deployment Environments

JSP developers targeting a non-Oracle environment, such as Apache/JServ, typically develop in the same environment as the target environment. In this case, the installation and configuration instructions in Appendix A, "General Installation and Configuration" apply to both the development environment and the deployment environment, although some of the configuration parameters are of interest only during development.

JSP developers targeting the Oracle Servlet Engine or some other Oracle environment have at least two development options:

For information about installing and configuring any of the Oracle environments that support OracleJSP, refer to the documentation for the particular product.

Client-Side Considerations

JSP pages will run with any standard browser supporting HTTP 1.0 or higher.

The JDK or other Java environment in the end-user's Web browser is irrelevant, because all the Java code in a JSP page is executed in the Web server or data server.



Go to previous page
Go to beginning of chapter
Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index