Developer Installation

  1. Install JRockit for Java version 5.0
  2. Create a home folder, e.g. D:\ora10133oc4j
  3. Unzip the oc4j_extended_101330.zip file in the home folder
  4. Set environment variable JAVA_HOME to point to a Java2 Standard Edition (J2SE) SDK version 5.0 (or 1.4.2):
    set JAVA_HOME=C:\prog\Java\jrmc-3.0.3-1.5.0
    
  5. Start the server:
    set ORACLE_HOME=D:\ora10133oc4j
    
    cd /d %ORACLE_HOME%\bin
    call oc4j.cmd -start
    

  6. Enter an administrator password, e.g. welcome1 and confirm
  7. Start a web browser and go to the Welcome Page (http://localhost:8888/) or Enterprise Manager (http://localhost:8888/em)

Server Installation

  1. Create a staging area where you unzip the soa_windows_x86_101310_disk1.zip file, e.g. C:\stage\ias1013
  2. Start Installer, e.g. C:\stage\ias1013\setup.exe (T + 0)
  3. Specify the installation directory and the mode to use:
  4. Click Next and confirm that you know what you're doing by choosing Advanced Install
  5. Select "J2EE Server and Web Server" and click Next
  6. If you get a warning about DHCP, check that your Loopback Adapter is installed and click OK

  7. Specify Port Configuration Options: Select Automatic and click Next

  8. Administration Settings:
  9. Click Next
  10. Cluster Topology Configuration: Leave the fields unchecked and click Next
  11. Click Install (T + 5 min)
  12. Finished (T + 10 min)

  13. Installation Summary (see also readme.txt in the D:\ora1013mt\install folder):
    Oracle Application Server Welcome Page:
        http://donald.disney.com
    Oracle Enterprise Manager 10g Application Server Control:
        http://donald.disney.com/em

  14. Exit the Installer – the Welcome Page launches

  15. Be aware that the following change has been made to your environment:
    PATH=D:\ora1013mt\jdk\bin;D:\ora1013mt\ant\bin;D:\ora1013mt\bin;%PATH%
    
    You may want to move the extra path entries to your startup script to avoid conflict with other Java versions on your system.

Applying Patches