Skip Headers
Oracle® Application Server Installation Guide
10g Release 3 (10.1.3.1.0) for Microsoft Windows
B31011-01
  Go To Documentation Library
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

7 Postinstallation Tasks

Contents:

7.1 State of Oracle Application Server Instances After Installation

After installation, the components that you have configured are started up.

You can view the Welcome page and the Application Server Control page in a browser. The URLs for these pages are shown in the last screen of the installer. You can view the contents of the last screen in the file ORACLE_HOME\install\readme.txt.

Some of the Oracle Application Server components run as Windows services. You can see them in the Services dialog. To display the Services dialog:

Windows 2000: Select Start > Programs > Administrative Tools > Services.

Windows 2003: Select Start > Administrative Tools > Services.

Windows XP: Select Start > All Programs > Administrative Tools > Services.

You can use scripts or you can use the Oracle Enterprise Manager 10g Application Server Control to start and stop Oracle Application Server instances. See the Oracle Application Server Administrator's Guide for details.

7.2 Passwords for Oracle Application Server Components

By default, all passwords for Oracle Application Server components are set to be the same as the Oracle Application Server instance password. For security reasons, you should change the passwords of the various components to have different values.

See the Oracle Application Server Administrator's Guide and the component guides in the Oracle Application Server Documentation Library for details on how to alter the passwords for the components you have installed.

7.3 Configuring OracleAS Clusters

If you did not configure OracleAS Clusters during installation, you can use Oracle Process Manager and Notification Server (OPMN) commands to do so following installation. See "Configuring Cluster Topologies" in the Oracle Application Server Administrator's Guide for details.

7.4 Backup and Recovery

After installation would be a good time to start backing up the files, and to set up your backup and recovery strategy. See the Oracle Application Server Administrator's Guide for details.

7.5 SSL

By default, all components are configured for SSL. For more information, see the SSL section in the Oracle Application Server Administrator's Guide.

7.6 Regional and Language Option Settings and the NLS_LANG Parameter

Make sure the language setting of your account is consistent with the system default language. Based on the language setting, the NLS_LANG parameter is automatically defined in the Windows registry.After installation, do not change the system default language. Otherwise, the NLS_LANG parameter and the language setting will be inconsistent.

7.7 Proxy Settings

If you want the Oracle Application Server instance to use a proxy server, perform the following steps:

  1. Run the following command to shutdown all processes:

    
    C:\> ORACLE_HOME\opmn\bin\opmnctl shutdown
    
    
    
    
  2. To set the proxy server for BPEL, modify the following lines in the ORACLE_HOME\bpel\bin\obsetenv.bat file:

    
    set PROXY_SET="true"
    
    ...
    
    :set_proxy
    
    set OB_JAVA_PROPERTIES="-Dhttp.proxySet=true" "-Dhttp.proxyHost=proxy_server_hostname" "-Dhttp.proxyPort=proxy_server_port" "-Dhttp.nonProxyHosts=localhost|non_proxy_host|other_non_proxy_hosts"
    
    :end_set_proxy 
    
    
    
    
  3. To set the proxy server for OC4J, modify the following lines for the OC4J module in the ORACLE_HOME\opmn\config\opmn.xml file:

    
    <process-type id="oc4j_instance_name" module-id="OC4J" status="enabled">
    
      <module-data>
    
        <category id="start-parameters">
    
          <data id="java-options" value= ...
    
            -Dhttp.proxySet=true -Dhttp.proxyHost=proxy_server_hostname
    
            -Dhttp.proxyPort=proxy_server_port
    
            -Dhttp.nonProxyHosts=localhost|non_proxy_host|other_non_proxy_hosts"/>
    
        </category> 
    
    
    
    

7.8 What to Do Next

After installing Oracle Application Server, you should read the Oracle Application Server Administrator's Guide. Specifically, you should read the "Getting Started After Installing Oracle Application Server" chapter.

You should also perform a complete Oracle Application Server environment backup after installing Oracle Application Server. This enables you to restore a working environment in case something goes wrong. For details on how to perform a complete Oracle Application Server environment backup, see the Oracle Application Server Administrator's Guide.

You should also perform a complete Oracle Application Server environment backup after each successful patchset upgrade and after each successful configuration change.