linuxweblogic建域
『壹』 linux 用weblogic建域如何設置不要啟動啟動界面
通過法規和個人體會讓她幹活 認同和認同和
『貳』 Linux下weblogic建域時 運行./config.sh時提示:/wlserver/common/bin/commEnv.sh: No such file
你的路徑設置有問題!
在這個用戶下(.bash_profile)定義了下面這兩個變數嗎?
$BEA_HOME
$WL_HOME
這個目錄::/wlserver/common/bin/ 是這個樣子嗎?如果不是則是上面兩個變數沒有設置導致的。
『叄』 linux怎麼新建weblogic域
進入Weblogic 域所在的那個目錄 執行 rm -rf 域名的文件夾 就可以了。記得要有刪除許可權。
『肆』 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目錄下
『伍』 Linux下weblogic建域問題
這個值不需要配置,MaxPermSize=256m 刪除就不會提示了