安裝過程就不多說了,執(zhí)行server811_win32.exe文件,開始安裝。安裝目錄我選在d:\bea,選擇完全安裝,其他按默認(rèn)值就行。
下面主要看看配置過程,以下步驟按照WebLogic配置出現(xiàn)界面
1.“開始->程序->Bea WebLogic Platform 8.1-> Configuration Wizard”,啟動Configuration Wizard工具。
2.選擇“新建WebLogic配置”,單擊“next”。
3.選擇“Basic WebLogic Server Domain”,單擊“next”。
4.選擇“custom”,單擊“next”。
5.更改Name,單擊“next”。
6.選擇“否”,單擊“next”。
7.選擇“否”,單擊“next”。
8.選擇“否”,單擊“next”。
9.輸入“User name”和“password”,單擊“next”,需要至少8位密碼,單擊“next”。
10.默認(rèn)設(shè)置,單擊“next”。
11.默認(rèn)設(shè)置,單擊“next”。
12.Bea WebLogic默認(rèn)安裝了JDK1.4.1,若要使用其它版本。選擇“other Java SDK”,點(diǎn)擊“browse”指定安裝目錄。單擊“next”。
13.默認(rèn)值設(shè)置,單擊“create”。
14.選擇“start run server”,單擊“done”。
15.再次啟動Configuration Wizard工具。
16.選擇“extend an existing weblogic configuration”,單擊“next”。
17.選擇“\bea\user_projects\domains\mydomain”,單擊“next”。
18.在“DefaultWebApp”前打上勾選中,單擊“next”。
19.默認(rèn)設(shè)置,單擊“next”。
20.默認(rèn)設(shè)置,單擊“next”。
21.默認(rèn)設(shè)置,單擊“next”。
22.默認(rèn)設(shè)置,單擊“next”。
23.可更改配置應(yīng)用程序位置,默認(rèn)為“\bea\user_projects\applications\mydomain”,單擊“import”。導(dǎo)入完成后,系統(tǒng)會在應(yīng)用程序位置下創(chuàng)建一個DefaultWebApp目錄,把你的jsp就放在這兒吧:)
24.單擊“done”結(jié)束配置。
在jbuider里面進(jìn)行配置:
1。工具欄上的:enterprise-->configure servers
2。選擇左側(cè)user home下的weblogic platform server 8.x
3。選擇右側(cè)的enable server
4。home directory選擇D:/bea/weblogic81/server
5。選擇custom選項卡,bea home directory選擇D:/bea
6。domain directory選擇D:/bea/user_projects/domains/mydomain
7。輸入user name和password
8。去掉下面兩個勾選,然后ok
最后一步我有點(diǎn)迷糊。。。