Oracle9i Application Server Migrating from Oracle Internet Application Server 1.0.1 Release 1.0.2 for Windows NT Part Number A87391-01 |
|
OracleJSP and Apache JServ are application platforms. They allow developers to customize the configuration to suit their applications. Unlike some tools included with Oracle9i Application Server, migration of JSP and servlet applications can be more complicated. It requires working knowledge of JavaServer Pages, the servlet API, Apache Web Server configuration, HTTP, and the applications that are being migrated.
This chapter explains the process of migrating JSP applications from Oracle Internet Application Server release 1.0.1 to Oracle9i Application Server release 1.0.2.
The migration topics for this component are:
The following sections explain premigration steps. These instructions must be followed before beginning any migration work. Premigration consists of two steps:
Before you start any migration, you should first verify whether your new Oracle9i Application Server 1.0.2 installation is working correctly. To verify that OracleJSP 1.1 has been installed correctly, perform these steps:
After verifying that OracleJSP has been installed correctly, you are ready to back up your configuration files.
Before making any changes to the configuration files, you should back up all the configuration files in NEW_HOME that you are going to change. Then, if you make a mistake during migration, you can restore the old configuration files and perform the migration steps again.
Typically, the following files are changed when you migrate your JSP and servlet applications after installing Oracle9i Application Server 1.0.2:
NEW_HOME
\Apache\Apache\conf\httpd.conf
NEW_HOME
\Apache\Jserv\conf\jserv.conf
NEW_HOME
\Apache\JServ\conf\jserv.properties
NEW_HOME
\Apache\JServ\servlets\zone.properties
NEW_HOME
\Apache\jsp\conf\ojsp.conf
Most of these configuration files of the old installation should be just under the directory with the same path under OLD_HOME. For example, jserv.conf
should be in OLD_HOME
\Apache\JServ\conf\jserv.conf
, if the files have not been moved.
No environment migration tasks are necessary.
Anyone performing the OracleJSP 1.1 migration should have working knowledge of the applications and the JSP/servlet environment. First, you must identify what environment settings are made by the Oracle9i Application Server 1.0.2 installation and what environment settings are used for your applications.
The environment settings typically used include (but are not limited to) those listed in Table 6-1:
After backing up the configuration files, we recommend that you compare the old with the new configuration files. Check the differences line-by-line to determine whether the difference is due to the new Oracle9i Application Server 1.0.2 installation or it is due to prior configuration customizations. If the difference in configuration settings is required for an application, then apply the changes to the new configuration.
Examples of changes in the new Oracle9i Application Server 1.0.2 installation include (but are not limited to):
tools.jar
has been added for javac
compilation
servlet.jar
has been changed from 2.1 to 2.2
ojsputil.jar
has been added for supporting JavaBeans and custom tag libraries
Keep these changes in your new configuration because they provide faster performance and a richer set of functionality for your JSP applications.
Follow these steps as a general guideline for applying changes to the new configuration files:
No application logic migration tasks are necessary.
No tools migration tasks are necessary.
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|