导读 | RedHat安装WebLogic11g
一、安装JDK
切换到root用户,在安装盘server目录下执行
rpm -ivh java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5.x86_64.rpm
rpm -ivh java-1.6.0-openjdk-devel-1.6.0.0-1.7.b09.el5.x86_64.rpm
二、安装Weblogic
useradd -g bea -d /weblogic -m weblogic
chmod 777 /weblogic
设置新密码:passwd weblogic
su - weblogic
上传文件wls1033_generic_linux_x86_64.jar(weblogic安装程序)
Root用户执行:xhost +
Weblogic用户执行:exportU
Weblogic用户执行:java -jar wls1033_generic_linux_x86_64.jar
显示欢迎界面
选择安装目录:
下一步:
下一步:(选择典型安装)
下一步:(JDK选择)
下一步:
下一步:(开始读条安装)
三、配置domain(由生产的实际环境决定)
选择Done进入快速配置(QUICKSTART)注:也可以输入命令cd /weblogic/wlserver_10.3/common/bin./config.sh
选择Getting started with Weblogic Server10.3.
进行domain的相关配置。
创建新域:
选择Create a new WebLogic domain,选Next。
选择域源:
选择Generate a domain configured automatically to support the following products
(其他的不选,选择Next)
指定域名和位置:
修改Domain name为ipap_domain
配置管理员用户名和口令:(Name 为weblogic User password为weblogic1)
注:用户名和密码不能相同。
配置服务器启动模式及JDK:
选择Production Mode(生产模式),再选择Next。
选择可选配置:
选择Administration Server,选Next。
配置管理服务器:
默认,选Next
配置概要:
选择Create
进行创建:
创建完成选择Done
之后关闭界面进行接下配置。
声明:文章属于个人原创,转载请注明文章出处