① linux啟動weblogic
服務本來就是開啟中。。。
是不是重啟沒殺干凈?
② weblogic在linux上如何安裝和部署
其實,,weblogic的文檔,很齊全的。非常值得參考!
我就是通過文檔明白的。。雖然很麻煩。。。去主頁下文檔吧.
另外我幫你找的:
把全文及討論看完,希望對你有用
③ 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目錄下