[轉]linux下安裝weblogic10.3並新建domain域

1、安裝前準備 html

1.解決linux中文亂碼問題 linux

修改/etc/sysconfig/i18n文件 web

#LANG="en_US.UTF-8"
#SUPPORTED="en_US.UTF-8:en_US:en"
#SYSFONT="latarcyrheb-sun16" 安全

改成 bash


LANG="zh_CN.GB18030"
LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN"
SUPPORTED="zh_CN.GB18030:zh_CN:zh"
SYSFONT="lat0-sun16"
SYSFONTACM="8859-15" 服務器

2.建立weblogic用戶和安裝目錄,修改目錄權限 oracle

1建立weblogic用戶 dom

[root@lwdb software-install]# groupadd weblogic ide

[root@lwdb software-install]# useradd -g weblogic weblogic this

[root@lwdb software-install]# passwd weblogic

(2)建立weblogic安裝目錄,修改目錄全部者權限

注:/weblogic10.3爲安裝目錄

[root@lwdb software-install]# mkdir /weblogic10.3

[root@lwdb software-install]# chown -Rf weblogic:weblogic /weblogic10.3

2、安裝weblogic10.3.3

1.上傳weblogic安裝文件到服務器

本次安裝文件存放目錄爲/ software-install

2.賦予安裝文件可執行權限

[root@lwdb software-install]# chmod a+x /software-install/wls1033_linux32.bin

3.執行安裝

[root@lwdb software-install]# ./wls1033_linux32.bin

1)安裝程序自動開始解壓縮

2)輸入next

3)輸入weblogic的安裝目錄

Enter new Middleware Home OR [Exit][Previous][Next]> /weblogic10.311

以後回車

4)選擇是否接收安全更新,這裏選擇3,進入後輸入no,而後肯定yes

Register for Security Updates:

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

Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

   1|Email:[]

   2|My Oracle Support Password:[]

   3|Receive Security Update:[Yes]

Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

   1|Email:[]

   2|My Oracle Support Password:[]

   3|Receive Security Update:[No]

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

5)選擇典型安裝,輸入「1

Select the type of installation you wish to perform. 

 ->1|Typical

    |  Install the following product(s) and component(s):

    | - WebLogic Server

    | - Oracle Coherence

   2|Custom

    |  Choose software products and components to install and perform optional 

    |configuration.

6)選擇安裝weblogic server

Choose Product Installation Directories:

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

Middleware Home Directory: [/weblogic10.3]

Product Installation Directories:

   1|WebLogic Server: [/weblogic10.3/wlserver_10.3]

   2|Oracle Coherence: [/weblogic10.3/coherence_3.5]

7)一路回車

8)完成安裝,輸入exit

3、新建domain

其實一路回車便可!

1.切換到weblogic用戶

[root@lwdb /]# su - weblogic

注:本次出現如下錯誤:

[root@lwdb weblogic10.3]# su - weblogic

su: /bin/bash: Permission denied

可採起

[root@lwdb bin]# chmod 755 /bin

進行修正

2.執行配置

1)進入如下目錄

[weblogic@lwdb weblogic10.3]$ cd /weblogic10.3/wlserver_10.3/common/bin

2)執行如下命令,開始正式配置。

[weblogic@lwdb bin]$ ./config.sh

3)如下界面均回車

a.

b.

c.

4)配置weblogic控制檯的密碼

5)選擇domain的模式爲產品模式

Enable Development or Production Mode for this domain. 

 ->1|Development Mode

   2|Production Mode

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

6)選擇JavaSDKJRockit

Java SDK Selection:

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

 ->1|JRockit SDK 1.6.0_17 @ /weblogic10.3/jrockit_160_17_R28.0.0-679

   2|Sun SDK 1.6.0_18 @ /weblogic10.3/jdk160_18

   3|Other Java SDK

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

7)選擇管理服務器仍是節點

8)安裝結束

安裝結束若想啓動domian,須要增長密碼文件才行,不然會掛起!


4、新增該domain的密碼配置文件boot.properties

 [weblogic@lwdb lwdb_domain]$ vi boot.properties

username=weblogic

password=weblogic,24107.

保存

5、之後臺方式啓動domain

1.進入安裝好的domain目錄

/weblogic10.3/user_projects/domains/lwdb_domain

2. [weblogic@lwdb lwdb_domain]$ nohup ./startWebLogic.sh &

6、刪除domain

直接進入domain的上次目錄,執行刪除命令便可,以下:

[weblogic@lwdb domains]$ cd /weblogic10.3/user_projects/domains

[weblogic@lwdb domains]$ rm -rf lwdb

相關文章
相關標籤/搜索