一、安装jdk,配置环境变量

参照:https://www.cnblogs.com/wenxingxu/p/9797868.html

 

二、

# groupadd weblogic #添加weblogic

# useradd -g weblogic weblogic weblogic用户加入到weblogic组里面

# chown -R weblogic weblogic 授权weblogic用户

  # passwd weblogic 修改密码

 

修改host文件

 # vim /etc/hosts

 Weblogic11g 10.3部署 

# cd /home/weblogic/

上传包

Weblogic11g 10.3部署

# chown  -R weblogic /home/weblogic/

切换到窗口操作

# java -jar wls1036_generic.jar

Weblogic11g 10.3部署

目录默认的就可以下一步

 Weblogic11g 10.3部署

取消这个选项,点yes下一步

 Weblogic11g 10.3部署

Weblogic11g 10.3部署

yes

 Weblogic11g 10.3部署

勾选-继续

 Weblogic11g 10.3部署

Weblogic11g 10.3部署

默认-下一步

 Weblogic11g 10.3部署

下一步

 Weblogic11g 10.3部署

下一步

 Weblogic11g 10.3部署

等。。。。。。。。

 Weblogic11g 10.3部署

完成

 Weblogic11g 10.3部署

三、Weblogic 配置 建立Weblogicdomian

 

# cd /home/weblogic/Oracle/Middleware/wlserver_10.3/common/bin/

 Weblogic11g 10.3部署

# ./config.sh

 

创建新的域

 Weblogic11g 10.3部署

Weblogic11g 10.3部署

修改域名

 Weblogic11g 10.3部署

管理员用户名密码切记

 Weblogic11g 10.3部署

Weblogic11g 10.3部署

Weblogic11g 10.3部署

Weblogic11g 10.3部署

等。。。。。。

 Weblogic11g 10.3部署

Weblogic11g 10.3部署

四、启动服务器

# cd /home/weblogic/Oracle/Middleware/user_projects/domains/webff/bin/

 Weblogic11g 10.3部署

#./startWebLogic.sh

后台启动方式:# nohup ./startManagedWebLogic.sh &

tail -f nohup.out

 Weblogic11g 10.3部署

启动完成之后,可以进入管理员控制台部署web项目等操作

网址为ip:7001/console

 Weblogic11g 10.3部署

 

刚才设置的用户名密码

 Weblogic11g 10.3部署

大功告成

 Weblogic11g 10.3部署

 

相关文章: