Oracle® Communications ASAP Installation Guide
Release 7.2
E18878-04
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

6 Installing and Configuring Oracle WebLogic Server

This chapter describes the tasks that you perform before installing Oracle Communications ASAP.

About Configuring Oracle WebLogic Server

This chapter describes procedures relating to installing the WebLogic Server and other required applications, and also configuring the WebLogic Server domain where you will install ASAP.


Note:

Ensure that the WebLogic Server is running before you install ASAP.

WebLogic Server Java Requirements

ASAP uses Oracle WebLogic Server to support Java Platform, Enterprise Edition (Java EE) applications such as the Java SRP, User Security Management, and the Service Activation Deployment Tool (SADT).

See "Software Requirements" for the required WebLogic Server version, Java Standard Edition (Java SE) Java Development Kit (JDK). See "Patch Requirements" for more information on required patches WebLogic Server.

Downloading and Installing the WebLogic Server Software

You must create a WebLogic Server UNIX user account and password to install and configure the WebLogic Server. Make certain that you use this account for any subsequent changes to the WebLogic Server configuration.

If you have an existing WebLogic Server installation, ensure that the versions and patches of your existing installation meet the requirements for ASAP (see "Patch Requirements").

If you do not have an existing WebLogic Server installation, you must perform a full installation and create a WebLogic Server Domain.

To download and install Oracle WebLogic Server software:


Note:

This procedure contains example commands for Solaris.

  1. Install the appropriate JDK for your platform and the required version of the Oracle WebLogic Server (see "WebLogic Server Java Requirements").


    Note:

    Ensure you follow the Oracle WebLogic Server installation documentation carefully, performing all required steps. For WebLogic Server installation information, see

    http://download.oracle.com/docs/cd/E13179_01/common/docs103/index.html

    For PDFs and downloadable HTML versions of the WebLogic Server installation information, see

    http://download.oracle.com/docs/cd/E13179_01/common/docs103/pdf.html


  2. Locate the generic Oracle WebLogic Server software distribution file included with the ASAP software on the Oracle software delivery Web site.

  3. Download the generic Oracle WebLogic Server software distribution file for your hardware platform. (You may have to save it to an interim machine, and then use FTP to transfer the file to your target machine.)

  4. Switch to the UNIX account you created to install the WebLogic Server:

    su - WLS_user
    

    Where WLS_user is the name of the account you used to install the WebLogic Server.

  5. Change the permissions on the installation JAR file so that your WebLogic Server user can run it. For example:

    chmod a+x wls1035_generic.jar.
    
  6. If you are running X-Windows on a remote display, export the display. For example:

    export DISPLAY=10.15.16.17:0.0.
    
  7. Start the Oracle WebLogic installer. For example:

    java -jar wls1035_generic.jar
    

    Note:

    Specify a different directory from the directory containing the install JAR file for the Oracle installation.

  8. When the installation is complete, perform domain creation and configuration for ASAP as described in "Creating a WebLogic Server Domain".

Creating a WebLogic Server Domain

The instructions below describe a scenario to configure an admin server domain or an Admin server with managed server domain. You may decide to vary your implementation based on the requirements of your installation. Refer to the Oracle WebLogic Server documentation for details.


Note:

When the Oracle WebLogic Server is started or stopped, you should not have the ASAP Environment_Profile sourced. Some settings in the ASAP CLASSPATH can interfere with the java libraries needed for log4j and cause errors such as java.lang.NoClassDefFoundError. You can use the command:
unset CLASSPATH

prior to starting the WebLogic Server to avoid the conflict.


To install and configure an Oracle WebLogic server domain:


Note:

This procedure contains example commands for Solaris.


Note:

The paths in the steps below are specified for a standard Oracle WebLogic and Oracle Database configuration. Ensure you use paths appropriate to your installation.

Navigate to WLServer_home/wlserver_10.3/common/bin and execute the following commands at the prompt, substituting the placeholder values with the actual name values:

  • export WL_HOME=Domain_home

  • export ORACLE_HOME=Oracle_home

  • export PATH="$PATH:$ORACLE_HOME/bin"

  • If you are using Sun Solaris, use the command:

    export LD_LIBRARY_PATH="$ORACLE_HOME/lib"
    

  1. From WLServer_home/wlserver_10.3/common/bin, start the WebLogic Configuration Wizard using the following command:

    ./config.sh
    

    The Welcome screen displays on which you can choose either to Create or Extend a Configuration.

  2. On the Welcome screen, select Create a new WebLogic domain.

  3. Click Next.

    The Select Domain Source screen is displayed.

  4. On the Select Domain Source screen, select Generate a domain configured automatically to support the following products:


    Note:

    Basic WebLogic Server Domain - 10.3.5.0 [wlserver_10.3] is automatically selected.

  5. Click Next.

    The Specify Domain Name and Location screen is displayed.

  6. On the Specify Domain Name and Location screen, specify the WebLogic domain name and the location where you want to install your domain.

  7. Click Next.

    The Configure Administrator Username and Password screen is displayed.

  8. On the Configure Administrator Username and Password screen, specify the admin user name and password for your WebLogic domain. Enter an optional description.

  9. Click Next.

    The Configure Server Start Mode and JDK screen is displayed.

  10. On the Configure Server Start Mode and JDK screen choose from Development mode or Production mode. Select the location of the installed JDK for WebLogic to use.

  11. Click Next.

    The Select Optional Configuration screen is displayed.

  12. On the Select Optional Configuration screen, select the Administration Server and Managed Servers, Clusters and Machines check boxes.


    Note:

    ASAP does not support clusters, but the screen to configure clusters appears after the Managed Servers configuration screen. Ignore the Configure Clusters screen.

    ASAP does not support RDBMS Security Store. Do no select this check box.


  13. Click Next.

    The Configure the Administration Server screen is displayed.

  14. On the Configure the Administration Server screen, specify the values described in Table 6-1.

    Table 6-1 Configure the Administration Server screen

    Administration Server fields Values

    Name

    Enter a name for your WebLogic server.

    Listen address

    Select All Local Addresses from the list.

    Listen port

    Enter a port number for your WebLogic server.

    SSL listen port Foot 1 

    Enter an SSL port number for your WebLogic server.

    SSL enabled

    Select this check box to enable SSL.


    Footnote 1 The SSL enabled check box must be selected before a value can be entered for this field.

  15. Click Next.

    The Configure Managed Servers screen is displayed.

  16. On the Configure Managed Servers screen, enter values for the managed server that you want to configure. To configure a managed server click Add. The Listen address should match the IP address of the WebLogic server host. Enable SSL and specify a listen and an SSL port.

  17. After you add your managed server specified, click Next.

    The Configure Clusters screen is displayed.

  18. Click Next.

    The Configure Machines screen is displayed.

  19. Select the Unix Machine tab and add and configure the machines that you want. For more information about configuration options, see WebLogic documentation.

  20. Click Next.

    The Assign Servers to Machines screen is displayed.

  21. After you assign servers to machines, click Next.

    The Configuration Summary screen is displayed.

  22. Review the configuration settings you have made. Click Create.

    The Create WebLogic Domain screen is displayed.

  23. When creation is 100% complete, click Done.

    For more information on the steps required to configure each of these options, refer to the following Web page:

    http://download.oracle.com/docs/cd/E13222_01/wls/docs103/index.html
    

    The main Oracle WebLogic Server software installation is complete – continue with the installation of required patches below.

Patching the WebLogic Server Software

You may need to apply a patch to the WebLogic Server software after installation.

See "Patch Requirements" for details.