You are on page 1of 14

WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.

3 - Classroom Setup Guide

WA1691 EJB 3.0 Programming with Oracle


WebLogic Server 10.3

Classroom Setup Guide

Web Age Solutions Inc.

Copyright 2009 Web Age Solutions Inc. 1


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

Table of Contents
Classroom Requirements...........................................................................................................................3
Part 1 - Minimum Hardware Requirements .........................................................................................3
Part 2 - Minimum Software Requirements ...........................................................................................3
Part 3 - Software Provided....................................................................................................................4
Part 4 - Important Ghosting or Imaging Information............................................................................4
Software Installation..................................................................................................................................5
Part 1 - Preparation................................................................................................................................5
Part 2 - Installing JDK 6 Update 7........................................................................................................6
Part 3 - Installing Eclipse WTP 3.0.......................................................................................................9
Part 4 - Installing Oracle Enterprise Pack for Eclipse Ganymede......................................................10
Part 5 - Installing WebLogic Server v10.3..........................................................................................11

Copyright 2009 Web Age Solutions Inc. 2


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

Classroom Requirements

Part 1 - Minimum Hardware Requirements


● 1000 Mhz Pentium III
● 1 GB RAM
● 6 GB free on the C drive.
● Ethernet or Token Ring card
● CD-ROM drive
● Network connectivity to the Internet
● USB port

Part 2 - Minimum Software Requirements


● Microsoft Windows 2000 SP4 / Windows XP SP2
● Internet Explorer 6.0 (or higher) / Mozilla Firefox 2.0
● WebLogic Server 10.3 *
● Java SE 6*
● Eclipse WTP 3.0 *
* - indicates software provided as part of the courseware.

Copyright 2009 Web Age Solutions Inc. 3


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

Part 3 - Software Provided


You will receive one USB memory stick containing the following file:
● WA1691.ZIP
All other software listed under Minimum Software Requirements is either commercially licensed
software that you must provide or software that is freely available off the Internet.

Part 4 - Important Ghosting or Imaging Information


Some of the software installed for this course will not function after changing the computer hostname.
As such, cloning or imaging should not be used on a fully installed system.

You can save time by extracting the contents of the USB memory stick to C:\ on a clean OS install (no
other software installed) and then imaging that hard drive. After restoring the image to the other
computers and changing the hostnames, you can then install the software on each computer
individually by following the instructions that are detailed later in this document.

Copyright 2009 Web Age Solutions Inc. 4


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

Software Installation

Part 1 - Preparation

__1. From the USB memory stick, extract the WA1691.ZIP file to C:\

__2. Review that the following folders were created:

● C:\LabFiles

● C:\Software\

__3. Review that the following files were created:

● C:\Software\jdk-6u7-windows-i586-p.exe

● C:\Software\eclipse-jee-ganymede-win32.zip

● C:\Software\oepe-ganymede-1.0.0.20080808135653.zip

● C:\Software\server103_win32.exe

Copyright 2009 Web Age Solutions Inc. 5


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

Part 2 - Installing JDK 6 Update 7

__1. Make sure there is no previous Java version already installed on the system. You can check this
by using the Windows “Add/Remove Programs” utility. For the best compatibility with the labs it is
suggested that all previous versions of Java be uninstalled before proceeding with these instructions. If
this is an issue, please contact the setup support person for the course.

__2. Run the following file from the 'C:\Software' directory.

__3. jdk-6u7-windows-i586-p.exe

__4. After a few moments the license agreement will appear. Press the Accept button to move to the
next step.

__5.

__6. Accept the defaults for installation location and options and press the Next button.

__7. The installation will begin installing files.

Copyright 2009 Web Age Solutions Inc. 6


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

__8. Another installation dialog will appear for the Java Runtime Environment. Accept the defaults for
the installation location and options and press the Next button.

__9. Another dialog will appear and begin installing files.

__10. Once all installation steps are complete, press the Finish button.

__11. Close any browser that appears asking to register the JDK software.

Copyright 2009 Web Age Solutions Inc. 7


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

Installation verification of JDK 6 Update 7

__12. Open a Windows command prompt. You can do this by selecting 'Start -> Run', entering 'cmd',
and then pressing the OK button.

__13. Enter the following command:

java -version

__14. Make sure you see the response shown below.

__15. Close the command prompt window and any extra windows that are open.

Copyright 2009 Web Age Solutions Inc. 8


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

Part 3 - Installing Eclipse WTP 3.0

__1. Locate the following file in the 'C:\Software' directory.

eclipse-jee-ganymede-win32.zip

__2. Extract the zip file directly to the 'C:' drive. Make sure the zip utility does not create an extra
subfolder with the same name as the file. Extracting directly to the 'C:' drive should create the
'C:\eclipse' directory.

Installation verification of Eclipse WTP 3.0

__3. From a Windows Explorer window or the 'Run' dialog of the Start menu run the file below.

C:\eclipse\eclipse.exe

__4. When prompted, enter 'C:\workspace' as the workspace location and press the OK button.

__5. Verify that Eclipse launches and displays a 'Welcome' screen.

__6. Close Eclipse by selecting 'File -> Exit'.

__7. Verify you wish to exit if prompted.

Copyright 2009 Web Age Solutions Inc. 9


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

Part 4 - Installing Oracle Enterprise Pack for Eclipse Ganymede

Note: The files described in this section must be extracted to the exact same directory as the Eclipse
installation.

__1. Locate the following file in the 'C:\Software' directory.

oepe-ganymede-1.0.0.20080808135653.zip

__2. Extract the zip file directly to the 'C:' drive. Make sure the zip utility does not create an extra
subfolder with the same name as the file. Extracting directly to the 'C:' drive should extract the files to
the same 'C:\eclipse' directory that the Eclipse setup was extracted to.

Copyright 2009 Web Age Solutions Inc. 10


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

Part 5 - Installing WebLogic Server v10.3

__1. Run the following file from the 'C:\Software' directory.

server103_win32.exe

__2. After a moment the Welcome window will appear. Click the Next button.

__3. In the Choose BEA Home Directory window, leave the default folder and click Next.

__4. Change the installation type to a Custom installation and press the Next button.

Copyright 2009 Web Age Solutions Inc. 11


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

__5. Uncheck the entire group of options for “Workshop” as shown below and press the Next button.

__6. Accept the defaults for the JDK Selection and press the Next button.

__7. Accept the defaults for the product installation directories and press the Next button.

__8. Accept the default option of No for installing the Node Manager Service as a Windows service
and press the Next button.

__9. Accept the default location of “All Users” for the Shortcut Location options and press the Next
button.

__10. When the Installation Summary page appears, press the Next button to begin the installation. If
any security prompts appear select to unblock the process.

Copyright 2009 Web Age Solutions Inc. 12


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

__11. When the Installation Complete window appears, uncheck Run Quickstart.

__12. Click Done.

Copyright 2009 Web Age Solutions Inc. 13


WA1691 EJB 3.0 Programming with Oracle WebLogic Server 10.3 - Classroom Setup Guide

Copyright 2009 Web Age Solutions Inc. 14

You might also like