Weblogic 11g 部署

操作系统:RedHat Enterprise Linux 5 32位

Weblogic版本:wls1035_oepe111172_linux32.bin

 

安装weblogic

1、修改控制参数

[root@yorkshi ~]# vi/etc/security/limits.conf

# /etc/security/limits.conf

#

#Each line describes a limit for a user inthe form:

#

#<domain>        <type>  <item> <value>

#

#Where:

#<domain> can be:

#       - an user name

#       - a group name, with @group syntax

#       - the wildcard *, for default entry

#       - the wildcard %, can be also used with %group syntax,

#                for maxlogin limit

#

#<type> can have the two values:

#       - "soft" for enforcing the soft limits

#       - "hard" for enforcing hard limits

#

#<item> can be one of the following:

#       - core - limits the core file size (KB)

#       - data - max data size (KB)

#       - fsize - maximum filesize (KB)

#       - memlock - max locked-in-memory address space (KB)

#       - nofile - max number of open files

#       - rss - max resident set size (KB)

#       - stack - max stack size (KB)

#        - cpu - max CPU time (MIN)

#       - nproc - max number of processes

#       - as - address space limit

#       - maxlogins - max number of logins for this user

#       - maxsyslogins - max number of logins on the system

#       - priority - the priority to run user process with

#       - locks - max number of file locks the user can hold

#       - sigpending - max number of pending signals

#       - msgqueue - max memory used by POSIX message queues (bytes)

#       - nice - max nice priority allowed to raise to

#       - rtprio - max realtime priority

#

#<domain>      <type>  <item>         <value>

#

 

#*               soft    core            0

#*               hard    rss             10000

#@student        hard   nproc           20

#@faculty        soft   nproc           20

#@faculty        hard   nproc           50

#ftp             hard    nproc           0

#@student        -      maxlogins       4

 

oracle           soft    nproc  2047

oracle           hard    nproc  16384

oracle           soft    nofile 1024

oracle           hard    nofile 65536

oracle           hard    stack  10240

 

weblogic           soft    nproc  2047

weblogic           hard    nproc  16384

weblogic           soft    nofile 1024

weblogic           hard    nofile 65536

weblogic           hard    stack  10240

"/etc/security/limits.conf" 63L,2201C written

[root@yorkshi ~]#

 

2、创建用户组

[root@yorkshi ~]# groupadd weblogic

[root@yorkshi ~]# useradd -g weblogicweblogic

[root@yorkshi ~]# passwd weblogic

Changing password for user weblogic.

New UNIX password:

BAD PASSWORD: it is based on a dictionaryword

Retype new UNIX password:

passwd: all authentication tokens updatedsuccessfully.

[root@yorkshi ~]#

 

3、创建安装软件目录

[root@yorkshi ~]# mkdir -p/weblogic/Middleware

[root@yorkshi ~]# chown -Rweblogic:weblogic /weblogic/Middleware

[root@yorkshi ~]# cd /weblogic/Middleware

[root@yorkshi Middleware]# ll

total 453676

-rwxr--r-- 1 root root 464101376 Oct 1620:35 wls1035_oepe111172_linux32.bin

[root@yorkshi Middleware]# chmod a+xwls1035_oepe111172_linux32.bin

 

4、安装程序

[weblogic@yorkshiMiddleware]#./wls1035_oepe111172_linux32.bin-mode=console

Extracting0%....................................................................................................100%

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Welcome:

--------

 

This installer will guide you through theinstallation of WebLogic 10.3.5.0. Type "Next"

or enter to proceed to the nextprompt.  If you want to change dataentered previously,

type "Previous".  You may quit the installer at any time bytyping "Exit".

 

Enter [Exit][Next]> next

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Choose Middleware Home Directory:

---------------------------------

 

   "Middleware Home" = [Enter new value or use default"/root/Oracle/Middleware"]

 

Enter new Middleware Home OR[Exit][Previous][Next]> /soft/weblogic/Middleware

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Choose Middleware Home Directory:

---------------------------------

 

   "Middleware Home" = [/soft/weblogic/Middleware]

 

Use above value or select another option:

    1- Enter new Middleware Home

    2- Change to default [/root/Oracle/Middleware]

 

Enter option number to select OR[Exit][Previous][Next]> next

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Register for Security Updates:

------------------------------

 

Provide your email address for securityupdates and  to initiate configurationmanager.

 

  1|Email:[]

  2|Support Password:[]

  3|Receive Security Update:[Yes]

 

Enter index number to select OR[Exit][Previous][Next]> 3

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Register for Security Updates:

------------------------------

 

Provide your email address for securityupdates and  to initiate configurationmanager.

 

   "Receive Security Update:" = [Enter new value or use default"Yes"]

 

Enter [Yes][No]? no

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Register for Security Updates:

------------------------------

 

Provide your email address for securityupdates and  to initiate configurationmanager.

 

   "Receive Security Update:" = [Enter new value or use default"Yes"]

 

   ** Do you wish to bypass initiation of the configuration manager and

   **  remain uninformed of criticalsecurity issues in your configuration?

 

Enter [Yes][No]?yes

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Register for Security Updates:

------------------------------

 

Provide your email address for securityupdates and  to initiate configurationmanager.

 

  1|Email:[]

  2|Support Password:[]

  3|Receive Security Update:[No]

 

Enter index number to select OR[Exit][Previous][Next]> next

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Choose Install Type:

--------------------

 

Select the type of installation you wish toperform.

 

 ->1|Typical

   |  Install the followingproduct(s) and component(s):

    |- WebLogic Server

    | - Oracle Coherence

    |- Oracle Enterprise Pack for Eclipse

 

  2|Custom

   |  Choose software products andcomponents to install and perform optional

   |configuration.

 

Enter index number to select OR[Exit][Previous][Next]> 1

 

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Choose Product Installation Directories:

----------------------------------------

 

Middleware Home Directory:[/soft/weblogic/Middleware]

 

Product Installation Directories:

 

  1|WebLogic Server: [/soft/weblogic/Middleware/wlserver_10.3]

  2|Oracle Coherence: [/soft/weblogic/Middleware/coherence_3.6]

  3|Oracle Enterprise Pack for Eclipse:[/soft/weblogic/Middleware/oepe_11gR1PS4]

 

Enter index number to select OR [Exit][Previous][Next]>next

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

The following Products and JDKs will beinstalled:

--------------------------------------------------

 

   WebLogic Platform 10.3.5.0

    |_____WebLogicServer

   |    |_____Core Application Server

   |    |_____Administration Console

   |    |_____Configuration Wizardand Upgrade Framework

   |    |_____Web 2.0 HTTP Pub-SubServer

   |    |_____WebLogic SCA

   |    |_____WebLogic JDBC Drivers

   |    |_____Third Party JDBCDrivers

   |    |_____WebLogic Server Clients

   |    |_____WebLogic Web ServerPlugins

   |    |_____UDDI and Xquery Support

   |    |_____Evaluation Database

   |_____Oracle Coherence

   |    |_____Coherence Product Files

   |_____Oracle Enterprise Pack for Eclipse

   |    |_____Common Files

   |_____JDKs

        |_____SUN SDK 1.6.0_24

        |_____Oracle JRockit 1.6.0_24 SDK

 

   *Estimated size of installation: 1,442.9 MB

Enter [Exit][Previous][Next]> next

Oct 16, 2011 8:49:25 PMjava.util.prefs.FileSystemPreferences$2 run

INFO: Created user preferences directory.

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Installing files..

 

0%          25%          50%          75%          100%

[------------|------------|------------|------------]

[***************************************************]

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Installing JDK....

 

0%         25%          50%          75%          100%

[------------|------------|------------|------------]

[***************************************************]

 

 

Performing String Substitutions...

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Configuring OCM...

 

0%         25%          50%          75%          100%

[------------|------------|------------|------------]

[***************************************************]

 

 

Creating Domains...

 

<------------------------- OracleInstaller - WebLogic 10.3.5.0 ------------------------>

 

Installation Complete

 

Congratulations! Installation is complete.

 

Press [Enter] to continue or type[Exit]> exit

[root@yorkshi Middleware]#

 

 

 

配置weblogic

 

[root@yorkshi ~]# cd/soft/weblogic/Middleware/wlserver_10.3/common/bin

[root@yorkshi bin]# ll

total 112

-rwxr-x--- 1 root root 22511 Oct 16 20:50commEnv.sh

-rwxr-x--- 1 root root  2122 Oct 16 20:50 config_builder.sh

-rwxr-x--- 1 root root  2274 Oct 16 20:50 config.sh

-rwxr-x--- 1 root root  2579 Oct 16 20:50 pack.sh

-rwxr-x--- 1 root root  2746 Oct 16 20:50 setPatchEnv.sh

-rwxr-x--- 1 root root  4082 Oct 16 20:50 startDerby.sh

-rwxr-x--- 1 root root  4088 Oct 16 20:50 startManagedWebLogic.sh

-rwxr-x--- 1 root root  1448 Oct 16 20:50 stopDerby.sh

-rwxr-x--- 1 root root  2087 Oct 16 20:50 unpack.sh

-rwxr-x--- 1 root root  3298 Oct 16 20:50 upgrade.sh

-rwxr-x--- 1 root root 31126 Oct 16 20:50wlscontrol.sh

-rwxr-x--- 1 root root 13740 Oct 16 20:49wlsifconfig.sh

-rwxr-x--- 1 root root   761 Oct 16 20:50 wlst.sh

[root@yorkshi bin]# ./config.sh-mode=console

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Welcome:

--------

 

Choose between creating and extending adomain. Based on your selection, the

Configuration Wizard guides you through thesteps to generate a new or extend an

existing domain.

 

 ->1|Create a new WebLogic domain

   |    Create a WebLogic domain inyour projects directory. 

 

  2|Extend an existing WebLogic domain

   |    Use this option to add newcomponents to an existing domain and modify

   |configuration settings.

 

Enter index number to select OR[Exit][Next]> 1

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Select Domain Source:

---------------------

 

Select the source from which the domainwill be created. You can create the domain by

selecting from the required components orby selecting from a list of existing domain

templates.

 

 ->1|Choose Weblogic Platform components

   |    You can choose the Weblogiccomponent(s) that you want supported in your domain.    2|Choose custom template

   |    Choose this option if youwant to use an existing  template. Thiscould be a

   |custom created template using the Template Builder.

 

Enter index number to select OR[Exit][Previous][Next]> 1

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Application Template Selection:

-------------------------------

 

   Available Templates

   |_____Basic WebLogic Server Domain - 10.3.4.0 [wlserver_10.3]x

   |_____Basic WebLogic SIP Server Domain - 10.3.4.0 [wlserver_10.3] [2]

   |_____WebLogic Advanced Web Services for JAX-RPC Extension - 10.3.4.0[wlserver_10.3] [3]

   |_____WebLogic Advanced Web Services for JAX-WS Extension - 10.3.4.0[wlserver_10.3] [4]

 

 

 

Enter number exactly as it appears inbrackets to toggle selection OR [Exit][Previous][Next]> next

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Edit Domain Information:

------------------------

 

   |  Name  |   Value    |

  _|________|_____________|

   1|*Name: | base_domain |

 

Enter value for "Name" OR[Exit][Previous][Next]> DCGF

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Edit Domain Information:

------------------------

 

   |  Name  | Value |

  _|________|_______|

   1|*Name: | DCGF  |

 

Use above value or select another option:

    1- Modify "Name"

    2- Discard Changes

 

Enter option number to select OR[Exit][Previous][Next]> next

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Select the target domain directory for thisdomain:

---------------------------------------------------

 

   "Target Location" = [Enter new value or use default

"/soft/weblogic/Middleware/user_projects/domains"]

 

Enter new Target Location OR[Exit][Previous][Next]> next

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   |          Name           |                  Value                  |

  _|_________________________|_________________________________________|

  1|         *Name:          |                weblogic                 |

  2|     *User password:     |                                         |

   3|*Confirm user password: |                                         |

  4|      Description:       | This user is the defaultadministrator. |

 

Use above value or select another option:

    1- Modify "Name"

    2- Modify "User password"

    3- Modify "Confirm user password"

    4- Modify "Description"

 

Enter option number to select OR[Exit][Previous][Next]> 2

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   "*User password:" = []

 

Enter new *User password: OR[Exit][Reset][Accept]>

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   |          Name           |                  Value                  |

  _|_________________________|_________________________________________|

  1|         *Name:          |                weblogic                 |

  2|     *User password:     |                ********                 |

   3|*Confirm user password: |                                         |

  4|      Description:       | This user is the defaultadministrator. |

 

Use above value or select another option:

    1- Modify "Name"

    2- Modify "User password"

    3- Modify "Confirm user password"

    4- Modify "Description"

    5- Discard Changes

 

Enter option number to select OR[Exit][Previous][Next]> 3

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   "*Confirm user password:" = []

 

Enter new *Confirm user password: OR[Exit][Reset][Accept]>

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   |          Name           |                  Value                  |

  _|_________________________|_________________________________________|

  1|         *Name:          |                weblogic                 |

  2|     *User password:     |                ********                 |

   3|*Confirm user password: |               ********                 |

  4|      Description:       | This user is the defaultadministrator. |

 

Use above value or select another option:

    1- Modify "Name"

    2- Modify "User password"

    3- Modify "Confirm user password"

    4- Modify "Description"

5 -Discard Changes

 

Enter option number to select OR[Exit][Previous][Next]> 4

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   |          Name           |                  Value                  |

  _|_________________________|_________________________________________|

  1|         *Name:          |                weblogic                 |

  2|     *User password:     |                ********                 |

   3|*Confirm user password: |               ********                 |

  4|      Description:       | This user is the defaultadministrator. |

 

Enter value for "Description" OR[Exit][Previous][Next]> next

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   |          Name           |                  Value                  |

  _|_________________________|_________________________________________|

  1|         *Name:          |                weblogic                 |

  2|     *User password:     |                ********                 |

   3|*Confirm user password: |               ********                 |

  4|      Description:       | This user is the defaultadministrator. |

 

 

   ** CFGFWK-60050:  Property "Password"of User "weblogic" is invalid.

   ** CFGFWK-60455:  The passwordmust be at least 8 alphanumeric characters with at

   ** least one number or special character.

 

Enter value for "Description" OR[Exit][Previous][Next]> 2

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   |          Name           | Value   |

  _|_________________________|__________|

  1|         *Name:          | weblogic |

  2|     *User password:     | ******** |

   3|*Confirm user password: | ******** |

  4|      Description:       |   2     |

 

Use above value or select another option:

    1- Modify "Name"

    2- Modify "User password"

    3- Modify "Confirm user password"

    4- Modify "Description"

    5- Discard Changes

 

Enter option number to select OR[Exit][Previous][Next]> 2

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

    "*User password:" = [********]

 

Enter new *User password: OR[Exit][Reset][Accept]>

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   |          Name           |   Value     |

  _|_________________________|______________|

  1|         *Name:          |  weblogic   |

  2|     *User password:     | ************ |

   3|*Confirm user password: |   ********   |

  4|      Description:       |     2       |

 

Use above value or select another option:

    1- Modify "Name"

    2- Modify "User password"

    3- Modify "Confirm user password"

    4- Modify "Description"

    5- Discard Changes

 

Enter option number to select OR[Exit][Previous][Next]> 3

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   "*Confirm user password:" = [********]

 

Enter new *Confirm user password: OR[Exit][Reset][Accept]>

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   |          Name           |   Value     |

  _|_________________________|______________|

  1|         *Name:          |  weblogic   |

  2|     *User password:     | ************ |

   3|*Confirm user password: | ************ |

  4|      Description:       |     2       |

 

Use above value or select another option:

    1- Modify "Name"

    2- Modify "User password"

    3- Modify "Confirm user password"

    4- Modify "Description"

    5- Discard Changes

 

Enter option number to select OR[Exit][Previous][Next]> 4

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure Administrator User Name andPassword:

-----------------------------------------------

 

Create a user to be assigned to theAdministrator role. This user is the default

administrator used to start developmentmode servers.

 

   |          Name           |   Value     |

  _|_________________________|______________|

  1|         *Name:          |  weblogic   |

  2|     *User password:     | ************ |

   3|*Confirm user password: | ************ |

  4|      Description:       |     2       |

 

Enter value for "Description" OR[Exit][Previous][Next]> next

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Domain Mode Configuration:

--------------------------

 

Enable Development or Production Mode forthis domain.

 

 ->1|Development Mode

 

  2|Production Mode

 

Enter index number to select OR[Exit][Previous][Next]> next

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Java SDK Selection:

-------------------

 

  1|JRockit SDK 1.6.0_24 @ /soft/weblogic/Middleware/jrockit_160_24_D1.1.2-4

 ->2|Sun SDK 1.6.0_24 @/soft/weblogic/Middleware/jdk160_24

  3|Other Java SDK

 

Enter index number to select OR[Exit][Previous][Next]> next

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Select Optional Configuration:

------------------------------

 

  1|Administration Server [ ]

  2|Managed Servers, Clusters and Machines [ ]

  3|RDBMS Security Store [ ]

 

Enter index number to select OR[Exit][Previous][Next]> 1

 

<------------------------ Fusion MiddlewareConfiguration Wizard ----------------------->

 

Select Optional Configuration:

------------------------------

 

  1|Administration Server [x]

  2|Managed Servers, Clusters and Machines [ ]

  3|RDBMS Security Store [ ]

 

Enter index number to select OR [Exit][Previous][Next]>next

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure the Administration Server:

------------------------------------

 

Each WebLogic Server domain must have oneAdministration Server. The Administration

Server is used to perform administrativetasks.

 

   |       Name       |       Value        |

  _|__________________|_____________________|

  1|      *Name:      |    AdminServer     |

   2|*Listen address: | All Local Addresses |

  3|   Listen port:   |       7001         |

   4|SSL listen port: |         N/A         |

  5|   SSL enabled:   |       false        |

 

Use above value or select another option:

    1- Modify "Name"

    2- Modify "Listen address"

    3- Modify "Listen port"

    4- Modify "SSL enabled"

 

Enter option number to select OR[Exit][Previous][Next]> 3

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure the Administration Server:

------------------------------------

 

Each WebLogic Server domain must have oneAdministration Server. The Administration

Server is used to perform administrativetasks.

 

   |       Name       |       Value        |

  _|__________________|_____________________|

  1|      *Name:      |    AdminServer     |

   2|*Listen address: | All Local Addresses |

  3|   Listen port:   |       7001         |

   4|SSL listen port: |         N/A         |

  5|   SSL enabled:   |       false        |

 

Enter value for "Listen port" OR[Exit][Previous][Next]> 8080

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure the Administration Server:

------------------------------------

 

Each WebLogic Server domain must have oneAdministration Server. The Administration

Server is used to perform administrativetasks.

 

   |       Name       |       Value        |

  _|__________________|_____________________|

  1|      *Name:      |    AdminServer     |

   2|*Listen address: | All Local Addresses |

  3|   Listen port:   |       8080         |

   4|SSL listen port: |         N/A         |

  5|   SSL enabled:   |       false        |

 

Use above value or select another option:

    1- Modify "Name"

    2- Modify "Listen address"

    3- Modify "Listen port"

    4- Modify "SSL enabled"

    5- Discard Changes

 

Enter option number to select OR[Exit][Previous][Next]> 4

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure the Administration Server:

------------------------------------

Each WebLogic Server domain must have oneAdministration Server. The Administration

Server is used to perform administrativetasks.

 

   *Enter index number to modify "Value"

 

  1|true

 ->2|false

  3|Unspecified

Enter index number to select OR[Exit][Reset][Accept]> 1

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure the Administration Server:

------------------------------------

 

Each WebLogic Server domain must have oneAdministration Server. The Administration

Server is used to perform administrativetasks.

 

   |       Name       |       Value        |

  _|__________________|_____________________|

  1|      *Name:      |    AdminServer     |

   2|*Listen address: | All Local Addresses |

  3|   Listen port:   |       8080         |

   4|SSL listen port: |        7002         |

  5|   SSL enabled:   |       true         |

 

Use above value or select another option:

    1- Modify "Name"

    2- Modify "Listen address"

    3- Modify "Listen port"

    4- Modify "SSL listen port"

    5- Modify "SSL enabled"

    6- Discard Changes

 

Enter option number to select OR[Exit][Previous][Next]> 4

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure the Administration Server:

------------------------------------

 

Each WebLogic Server domain must have oneAdministration Server. The Administration

Server is used to perform administrativetasks.

 

   |       Name       |       Value        |

  _|__________________|_____________________|

  1|      *Name:      |    AdminServer     |

   2|*Listen address: | All Local Addresses |

  3|   Listen port:   |        8080        |

   4|SSL listen port: |        7002         |

  5|   SSL enabled:   |       true         |

 

Enter value for "SSL listen port"OR [Exit][Previous][Next]> 8081

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Configure the Administration Server:

------------------------------------

 

Each WebLogic Server domain must have oneAdministration Server. The Administration

Server is used to perform administrativetasks.

 

   |       Name       |       Value        |

  _|__________________|_____________________|

  1|      *Name:      |    AdminServer     |

   2|*Listen address: | All Local Addresses |

  3|   Listen port:   |       8080         |

   4|SSL listen port: |        8081         |

  5|   SSL enabled:   |       true         |

 

Use above value or select another option:

    1- Modify "Name"

    2- Modify "Listen address"

    3- Modify "Listen port"

    4- Modify "SSL listen port"

    5- Modify "SSL enabled"

    6- Discard Changes

 

Enter option number to select OR[Exit][Previous][Next]> next

 

<------------------------ FusionMiddleware Configuration Wizard ----------------------->

 

Creating Domain...

 

0%         25%          50%          75%          100%

[------------|------------|------------|------------]

[***************************************************]

 

**** Domain Created Successfully! ****

 

[root@yorkshi bin]#

 

启动weblogic

 

[root@yorkshi ~]# cd /soft/

[root@yorkshi soft]# ll

total 4

drwxr-xr-x 3 weblogic weblogic 4096 Oct 1620:40 weblogic

[root@yorkshi soft]# cd weblogic/

[root@yorkshi weblogic]# ll

total 4

drwxr-x--- 11 weblogic weblogic 4096 Oct 1621:05 Middleware

[root@yorkshi weblogic]# cd Middleware/

[root@yorkshi Middleware]# ll

total 172

drwxr-x--- 6 root root  4096 Oct 16 20:51coherence_3.6

-rw-rw---- 1 root root   208 Oct 16 21:05domain-registry.xml

drwxr-x--- 7 root root  4096 Oct 16 20:50jdk160_24

drwxr-x--- 7 root root  4096 Oct 16 20:50jrockit_160_24_D1.1.2-4

drwxr-x--- 2 root root  4096 Oct 16 21:05logs

drwxr-x--- 7 root root 36864 Oct 16 20:49 modules

-rw-r----- 1 root root   621 Oct 16 20:50ocm.rsp

drwxr-x--- 11 root root  4096 Oct 16 20:51 oepe_11gR1PS4

-rw-r----- 1 root root 87502 Oct 16 20:50 registry.dat

-rw-r----- 1 root root  2788 Oct 16 20:51registry.xml

drwxr-x--- 3 root root  4096 Oct 16 21:05user_projects

drwxr-x--- 8 root root  4096 Oct 16 20:49utils

drwxr-x--- 9 root root  4096 Oct 16 20:51wlserver_10.3

[root@yorkshi Middleware]# cd user_projects/

[root@yorkshi user_projects]# ll

total 4

drwxr-x--- 3 root root 4096 Oct 16 21:05domains

[root@yorkshi user_projects]# cd domains/

[root@yorkshi domains]# ll

total 4

drwxr-x--- 10 root root 4096 Oct 16 21:05DCGF

[root@yorkshi domains]# cd DCGF/

[root@yorkshi DCGF]# ll

total 40

drwxr-x--- 2 root root 4096 Oct 16 21:05autodeploy

drwxr-x--- 5 root root 4096 Oct 16 21:05bin

drwxr-x--- 9 root root 4096 Oct 16 21:05config

drwxr-x--- 2 root root 4096 Oct 16 21:05console-ext

-rw-r----- 1 root root  462 Oct 16 21:05 fileRealm.properties

drwxr-x--- 2 root root 4096 Oct 16 21:05init-info

drwxr-x--- 2 root root 4096 Oct 16 21:05lib

drwxr-x--- 2 root root 4096 Oct 16 21:05security

drwxr-x--- 3 root root 4096 Oct 16 21:05servers

-rwxr-x--- 1 root root  268 Oct 16 21:05 startWebLogic.sh

[root@yorkshi DCGF]# ./startWebLogic.sh

.

.

JAVA Memory arguments: -Xms256m -Xmx512m-XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m

.

WLS Start Mode=Development

.

CLASSPATH=/soft/weblogic/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/soft/weblogic/Middleware/patch_oepe1050/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/soft/weblogic/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/soft/weblogic/Middleware/jdk160_24/lib/tools.jar:/soft/weblogic/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/soft/weblogic/Middleware/wlserver_10.3/server/lib/weblogic.jar:/soft/weblogic/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/soft/weblogic/Middleware/wlserver_10.3/server/lib/webservices.jar:/soft/weblogic/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/soft/weblogic/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/soft/weblogic/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/soft/weblogic/Middleware/wlserver_10.3/server/lib/xqrl.jar

.

PATH=/soft/weblogic/Middleware/wlserver_10.3/server/bin:/soft/weblogic/Middleware/modules/org.apache.ant_1.7.1/bin:/soft/weblogic/Middleware/jdk160_24/jre/bin:/soft/weblogic/Middleware/jdk160_24/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin

.

***************************************************

*  Tostart WebLogic Server, use a username and  *

* password assigned to an admin-level user.  For *

* server administration, use the WebLogic Server *

* console at http://hostname:port/console        *

***************************************************

starting weblogic with Java version:

java version "1.6.0_24"

Java(TM) SE Runtime Environment (build1.6.0_24-b50)

Java HotSpot(TM) Client VM (build 19.1-b02,mixed mode)

Starting WLS with line:

/soft/weblogic/Middleware/jdk160_24/bin/java-client   -Xms256m -Xmx512m-XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer-Djava.security.policy=/soft/weblogic/Middleware/wlserver_10.3/server/lib/weblogic.policy  -Xverify:none -da -Dplatform.home=/soft/weblogic/Middleware/wlserver_10.3-Dwls.home=/soft/weblogic/Middleware/wlserver_10.3/server-Dweblogic.home=/soft/weblogic/Middleware/wlserver_10.3/server   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole=-Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/soft/weblogic/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/soft/weblogic/Middleware/patch_oepe1050/profiles/default/sysext_manifest_classpath:/soft/weblogic/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath  weblogic.Server

<Oct 16, 2011 9:09:44 PM CST><Info> <Security> <BEA-090905> <Disabling CryptoJ JCEProvider self-integrity check for better startup performance. To enable thischeck, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>

<Oct 16, 2011 9:09:44 PM CST><Info> <Security> <BEA-090906> <Changing the defaultRandom Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disablethis change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>

<Oct 16, 2011 9:09:44 PM CST> <Info><WebLogicServer> <BEA-000377> <Starting WebLogic Server withJava HotSpot(TM) Client VM Version 19.1-b02 from Sun Microsystems Inc.>

<Oct 16, 2011 9:09:45 PM CST><Info> <Management> <BEA-141107> <Version: WebLogic Server10.3.5.0  Fri Apr 1 20:20:06 PDT 20111398638 >

<Oct 16, 2011 9:09:46 PM CST><Notice> <WebLogicServer> <BEA-000365> <Server statechanged to STARTING>

<Oct 16, 2011 9:09:46 PM CST><Info> <WorkManager> <BEA-002900> <Initializingself-tuning thread pool>

<Oct 16, 2011 9:09:47 PM CST><Notice> <Log Management> <BEA-170019> <The server logfile/soft/weblogic/Middleware/user_projects/domains/DCGF/servers/AdminServer/logs/AdminServer.logis opened. All server side log events will be written to this file.>

<Oct 16, 2011 9:09:49 PM CST><Notice> <Security> <BEA-090082> <Security initializingusing security realm myrealm.>

<Oct 16, 2011 9:09:53 PM CST><Notice> <WebLogicServer> <BEA-000365> <Server statechanged to STANDBY>

<Oct 16, 2011 9:09:53 PM CST><Notice> <WebLogicServer> <BEA-000365> <Server statechanged to STARTING>

<Oct 16, 2011 9:09:53 PM CST><Notice> <Log Management> <BEA-170027> <The Server hasestablished connection with the Domain level Diagnostic Servicesuccessfully.>

<Oct 16, 2011 9:09:53 PM CST><Notice> <WebLogicServer> <BEA-000365> <Server statechanged to ADMIN>

<Oct 16, 2011 9:09:53 PM CST><Notice> <WebLogicServer> <BEA-000365> <Server statechanged to RESUMING>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090171> <Loading the identitycertificate and private key stored under the alias DemoIdentity from the jkskeystore file/soft/weblogic/Middleware/wlserver_10.3/server/lib/DemoIdentity.jks.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090169> <Loading trustedcertificates from the jks keystore file/soft/weblogic/Middleware/wlserver_10.3/server/lib/DemoTrust.jks.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090169> <Loading trustedcertificates from the jks keystore file/soft/weblogic/Middleware/jdk160_24/jre/lib/security/cacerts.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090898> <Ignoring the trusted CAcertificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\,Inc.,C=US". The loading of the trusted certificate list raised acertificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifierobject: 1.2.840.113549.1.1.11.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090898> <Ignoring the trusted CAcertificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. -For authorized use only,OU=Certification Services Division,O=thawte\,Inc.,C=US". The loading of the trusted certificate list raised acertificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifierobject: 1.2.840.113549.1.1.11.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090898> <Ignoring the trusted CAcertificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems TrustCenter,O=T-Systems Enterprise Services GmbH,C=DE". The loading of thetrusted certificate list raised a certificate parsing exception PKIX:Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090898> <Ignoring the trusted CAcertificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems TrustCenter,O=T-Systems Enterprise Services GmbH,C=DE". The loading of thetrusted certificate list raised a certificate parsing exception PKIX:Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090898> <Ignoring the trusted CAcertificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3".The loading of the trusted certificate list raised a certificate parsingexception PKIX: Unsupported OID in the AlgorithmIdentifier object:1.2.840.113549.1.1.11.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090898> <Ignoring the trusted CAcertificate "OU=Security Communication RootCA2,O=SECOM Trust SystemsCO.\,LTD.,C=JP". The loading of the trusted certificate list raised acertificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifierobject: 1.2.840.113549.1.1.11.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090898> <Ignoring the trusted CAcertificate "CN=VeriSign Universal Root Certification Authority,OU=(c)2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign TrustNetwork,O=VeriSign\, Inc.,C=US". The loading of the trusted certificatelist raised a certificate parsing exception PKIX: Unsupported OID in theAlgorithmIdentifier object: 1.2.840.113549.1.1.11.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090898> <Ignoring the trusted CAcertificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loadingof the trusted certificate list raised a certificate parsing exception PKIX:Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Security> <BEA-090898> <Ignoring the trusted CAcertificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loadingof the trusted certificate list raised a certificate parsing exception PKIX:Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Server> <BEA-002613> <Channel"Default" is now listening on 192.168.10.12:8080 for protocols iiop,t3, ldap, snmp, http.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Server> <BEA-002613> <Channel"DefaultSecure[2]" is now listening on 127.0.0.1:8081 for protocolsiiops, t3s, ldaps, https.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Server> <BEA-002613> <Channel"DefaultSecure[1]" is now listening onfe80:0:0:0:20c:29ff:fe08:cca:8081 for protocols iiops, t3s, ldaps, https.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Server> <BEA-002613> <Channel"Default[3]" is now listening on 0:0:0:0:0:0:0:1:8080 for protocolsiiop, t3, ldap, snmp, http.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Server> <BEA-002613> <Channel"DefaultSecure[3]" is now listening on 0:0:0:0:0:0:0:1:8081 forprotocols iiops, t3s, ldaps, https.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Server> <BEA-002613> <Channel"Default[2]" is now listening on 127.0.0.1:8080 for protocols iiop,t3, ldap, snmp, http.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Server> <BEA-002613> <Channel"DefaultSecure" is now listening on 192.168.10.12:8081 for protocolsiiops, t3s, ldaps, https.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <Server> <BEA-002613> <Channel"Default[1]" is now listening on fe80:0:0:0:20c:29ff:fe08:cca:8080for protocols iiop, t3, ldap, snmp, http.>

<Oct 16, 2011 9:09:54 PM CST><Notice> <WebLogicServer> <BEA-000331> <Started WebLogicAdmin Server "AdminServer" for domain "DCGF" running inDevelopment Mode>

<Oct 16, 2011 9:09:54 PM CST><Notice> <WebLogicServer> <BEA-000365> <Server statechanged to RUNNING>

<Oct 16, 2011 9:09:54 PM CST><Notice> <WebLogicServer> <BEA-000360> <Server started inRUNNING mode>

 

部署完成

 

通过游览器访问weblogic

http://192.168.10.12:8080/console 

用户名为weblogic

密码:WEBlogic1009(前面配置过程中设的密码)

 

 

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值