Installation Guide

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Post-Installation Information

This section covers the following topics:

 


Using QuickStart

When the product installation is completed using graphical-mode installation, the QuickStart application is launched automatically, by default. If you do not want to run QuickStart at the completion of the installation process, you can clear the Run QuickStart check box in the Install Complete window. QuickStart is not invoked for console-mode or silent-mode installations.

QuickStart is designed to help first-time users evaluate, learn, and use BEA Products software. If you installed your software using a complete installation, or if you used a custom installation to install the examples, the sample domains that are installed are automatically configured to run with the PointBase database, a database that is installed with WebLogic Server. QuickStart provides quick access to the following:

After installation, you can launch QuickStart as follows:

 


Determining Which JDK Version You Are Using

You can determine which version of the JDK you are using by issuing a command, as follows:

  1. Open a command prompt window and go to the appropriate directory:
  2. WL_HOME\server\bin (Windows)

    WL_HOME/server/bin (UNIX)

    In both pathnames, WL_HOME represents the directory in which you installed your BEA software.

  3. Make sure that your environment is set up properly by entering the following command at the prompt:
  4. setWLSenv.cmd (Windows)

    setWLSenv.sh (UNIX)

  5. Enter the following command at the prompt:
  6. java -version

    If you are using BEA JRockit, BEA JRockit(R) is displayed in the output.

 


Understanding the Windows Shortcuts

When you install your BEA Products software on a Windows system, the installation program automatically creates shortcut entries on the Start Menu.

Note: If the user performing the installation has Administrator privileges, the shortcut entries can be created in the All Users Start menu folder or in the user's local Start menu folder. For more information, see Administrator Privileges.

Options on the Start Menu vary, according to the components you choose to install.

The BEA Products folder (StartArrow symbolProgramsArrow symbolBEA Products) contains the shortcut files shown in the following figure:

Figure 7-1 Windows Directory Structure

Windows Directory Structure

 


Understanding the Product Directory Structure

During the product installation, you are asked to select or create a BEA Home directory and a product installation directory. For information about the BEA Home directory, see Choosing a BEA Home Directory. For a complete installation, the installation program creates a dedicated directory structure for the BEA Products software. It may or may not reside in the BEA Home directory. Figure 7-2 shows the directory tree structure for a complete product installation.

Figure 7-2 Product Directory Structure

Product Directory Structure

Table 7-1 describes the contents of each directory.

Note: The installation program does not create directories for components that are not installed. For example, if you performed a complete installation using the BEA Products installation program for BEA WebLogic Server, the integration and servicebus directories are not created.

Table 7-1 Product Installation Directory Structure 
This directory . . .
Contains . . .
weblogic92
Folders for files shared by all product components.
common
Files shared by product components, including scripts used for setting environment attributes common to all WebLogic domains running on the machine, template JAR files used by the Configuration Wizard and WLST offline when creating domains, and evaluation software from third-party vendors.
Integration
WebLogic Integration program files.
javelin
A 100% Java/JSP compiler that is used by the component products for compiling.java and other source files generated by development tools.
platform
WebLogic Platform program files.
portal
WebLogic Portal program files.
samples
Sample code, resources, and preconfigured sample domains designed to help you learn how to develop your own applications using the product software. Sample domains are organized by components installed on the system. For example, the server folder contains the source code for examples and medrec sample applications.
server
WebLogic Server program files.
uninstall
Code required to uninstall the BEA Products software
workshop
WebLogic Workshop program files.


  Back to Top       Previous  Next