Ubuntu14.04LST安装weblogic11g

1:下载链接
http://download.oracle.com/otn/nt/middleware/11g/wls/1036/wls1036_generic.jar

2:进行安装(前提已经安装好JDK)

y@y:~/my_download$ java -d64 -Xmx1024m -jar wls1036_generic.jar 
Extracting 0%....................................................................................................100%

Ubuntu14.04LST安装weblogic11g_第1张图片

Ubuntu14.04LST安装weblogic11g_第2张图片

Ubuntu14.04LST安装weblogic11g_第3张图片

Ubuntu14.04LST安装weblogic11g_第4张图片

Ubuntu14.04LST安装weblogic11g_第5张图片

Ubuntu14.04LST安装weblogic11g_第6张图片

Ubuntu14.04LST安装weblogic11g_第7张图片

Ubuntu14.04LST安装weblogic11g_第8张图片

Ubuntu14.04LST安装weblogic11g_第9张图片

Ubuntu14.04LST安装weblogic11g_第10张图片

去掉运行Quickstart的选中,点击完成。

更新或创建wls配置文件

$vim ~/set_wls11.env

#Weblogic 11g envrioment file
export JAVA_HOME=/usr/lib/jvm/jdk1.7.0_55
export PATH=$JAVA_HOME/bin:$PATH
export MW_HOME=/y/oracle/middleware
export WLS_HOME=$MW_HOME
创建并配置域

y@y:~/oracle/middleware/wlserver_10.3$ ./common/bin/config.sh

Ubuntu14.04LST安装weblogic11g_第11张图片

Ubuntu14.04LST安装weblogic11g_第12张图片

Ubuntu14.04LST安装weblogic11g_第13张图片

Ubuntu14.04LST安装weblogic11g_第14张图片

Ubuntu14.04LST安装weblogic11g_第15张图片

Ubuntu14.04LST安装weblogic11g_第16张图片

Ubuntu14.04LST安装weblogic11g_第17张图片

Ubuntu14.04LST安装weblogic11g_第18张图片

开启服务
y@y:~$ ./oracle/middleware/user_projects/domains/yshy_domain/startWebLogic.sh
浏览器输入:http://127.0.0.1:7001/console测试

 

Ubuntu14.04LST安装weblogic11g_第19张图片

你可能感兴趣的:(weblogic)