linux下weblogic
⑴ linux 下啟動weblogic 報錯!!!求大神
根據提示,很可能是網路沒有正確配置。檢查一下你的/etc/hosts文件是否設置了hostname對應的ip address,如下一個正確的示例:
more /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 lmestre-linux
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 lmestre-linux
注意,粗體部分必須和你系統的hostname一直,需要添加到行末尾。查看系統hostname的命令如下:
uname -a
Linux lmestre-linux 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 13:35:02 PST 2013 x86_64 x86_64 x86_64 GNU/Linux
⑵ linux下weblogic建域怎麼用圖形界面
Weblogic 創建域 以weblogic帳號登錄(與創建域目錄相對應賬戶)
cd /home/weblogic/bea/weblogic92/common/bin
執行./config.sh進入配置界面。配置步驟如下:
1.Choose between creating and extending a domain,選擇Create a new WebLogic domain
2.Select Domain Source,選擇Choose Weblogic Platform components
3.Enter the location of the domain template, _____Workshop for WebLogic Platform [2] x 回車
4.Configure Administrator Username and Password,修改管理用戶的用戶名、密碼
5.Domain Mode Configuration,選擇Development Mode
6.java SDK Selection,選擇默認的Sun SDK 1.5.0_12 @ /usr/java/jdk1.5.0_12
7.Choose Configuration Option,選擇Yes
8.Configure the Administration Server,默認Listen port為7001,需要修改為80
9.Configure Managed Servers
10.Configure Clusters
11.Configure Machines
12.Configure Unix Machines
13.Select the target domain directory for this domain
14.Edit Domain Information,修改域名為life
15.創建的life域位於/home/weblogic/bea/user_projects/domains目錄下