weblogic中间件安装

1. 下载 jdk

Java Archive Downloads - Java SE 6

下载jdk-6u45-linux-x64.bin

2. 配置防火墙和 SELINUX

Redhat7操作系统配置防火墙,开放应用端口,例如7001;

firewall-cmd --permanent --add-port=7001/tcp

firewall-cmd --reload

关闭 selinux

编辑/etc/selinux/config 文件

root@DBServer1 \~\]# vi /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - SELinux is fully disabled. SELINUX=**disabled** **要改过来** # SELINUXTYPE= type of policy in use. Possible values are: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. SELINUXTYPE=targeted ### **3.** **安装用户创建** 创建weblogic用户 groupadd weblogic useradd -g weblogic weblogic passwd weblogic ----修改oracle用户密码 weblogic 创建软件目录 mkdir /weblogic chown weblogic:weblogic /weblogic/ ### **4./etc/hosts** **修改** 注意:如果主机名是localhost(建议不要使用这个默认值),则不需要修改此文件 vi /etc/hosts 主机ip 主机名 (增加这行) 查询ip:ifconfig -a 查询主机名:uname -n 192.168.30.85 weblogic1 把中间件文件,java包通过ctr上传到/weblogic,在标签页中上传,在主页中解压 主页中:su -- weblogic pwd STFP中:cd /weblogic lcd E:\\MEDIA\\Weblogic lcd /weblogic put wls1036_generic.jar put jdk-6u45-linux-x64.bin **赋权** chmod 777 wls1036_generic.jar chmod 777 jdk-6u45-linux-x64.bin ### **5.** **解压** **jdk** \[weblogic@19c1 soft\]$ ./jdk-6u45-linux-x64.bin ![](https://file.jishuzhan.net/article/1744514262870528002/2ae53349263ba77cc38bccbb9f027e49.webp) ### **6.** **安装** **weblogic** **中间件** weblogic用户执行安装: cd /weblogic 打开Xmanager-passice export DISPLAY=10.3.104.31:0.0(xxx.xxx.xxx.xxx为Windows主机的IP 0.0为Xmanager-passice的端口) java -jar wls1036_generic.jar ![](https://file.jishuzhan.net/article/1744514262870528002/3ea58d236117e22de2f19f148fd8369d.webp) **下一步** ![](https://file.jishuzhan.net/article/1744514262870528002/bf4afa3ef80d2c8d0e9564a16e8d4992.webp) **下一步:选择中间件路径** ![](https://file.jishuzhan.net/article/1744514262870528002/9dc460bfd66b51f1442cc10445b574a8.webp) **下一步:取消对勾,不收到** **oracle** **的安全升级通知** ![](https://file.jishuzhan.net/article/1744514262870528002/a845c6efb95e09c302fd37f8dc51316f.webp) **打上对勾,继续** **continue** ![](https://file.jishuzhan.net/article/1744514262870528002/a203095adffb1e114e2bcb48040c4bd2.webp) **下一步:选使用** **Typical** ![](https://file.jishuzhan.net/article/1744514262870528002/3544b8daaf187001d516b90219d1e0e6.webp) **下一步:选择** **jdk** **如果下载的** **1.6.0** **的** **jdk** **没有自己出现,记得配环境变量,还是不行,就** **browse** **自己添加** export JAVA_HOME=/weblogic/jdk1.8.0_11 export PATH=$JAVA_HOME/bin:$PATH ![](https://file.jishuzhan.net/article/1744514262870528002/d438bb13ecb2c1a163f0c28daef3fbd6.webp) **下一步:确认一下** **weblogic** **中间件的安装路径** ![](https://file.jishuzhan.net/article/1744514262870528002/c59f465eb62494725a9a4ebaeda6bd13.webp) **下一步:确认组件无误,点击下一步安装** ![](https://file.jishuzhan.net/article/1744514262870528002/20e59c80ad58b26eb83fbebc36f7030e.webp) **下一步:安装完毕后,点击** **DONE** **开始安装域** ![](https://file.jishuzhan.net/article/1744514262870528002/13946314bfc8c4616b8625b45d22c9d3.webp) ### **7.** **创建域** **上面** **done** **结束,开始创建域,选择** **getting started with** ![](https://file.jishuzhan.net/article/1744514262870528002/32b1e0ac1c6838b8b6f21ea4ad324382.webp) **下一步:点击** **create a new weblogic doamin** ![](https://file.jishuzhan.net/article/1744514262870528002/72f944882221b59b9828d59c249d1708.webp) **下一步:默认选择,下一步就可以** ![](https://file.jishuzhan.net/article/1744514262870528002/2471863f46433cab4395d3f78baee395.webp) **下一步:输入域名称(域名称可以根据应用名称来填写,方便识别),以及安装路径** ![](https://file.jishuzhan.net/article/1744514262870528002/8471a225a5a22f52a95388d6ce237e9f.webp) **下一步:自定义控制台用户和密码** weblogic weblogic#123 ![](https://file.jishuzhan.net/article/1744514262870528002/33617d0b82b61cf1e09b9ff144fca004.webp) **下一步:选择** **production mode** **模式(为了提高性能,生产环境必须选择** **production mode** **),选择刚才已经解压好的** **java** **包** ![](https://file.jishuzhan.net/article/1744514262870528002/416e3770849dc923db7a7e59670004da.webp) **下一步: 勾选安装** **Adminstration Server** **服务** ![](https://file.jishuzhan.net/article/1744514262870528002/b9a40c0fda485eb3ca2e236208640426.webp) **下一步:选择默认端口** **7001** **,下一步** **,** **开始安装** ![](https://file.jishuzhan.net/article/1744514262870528002/97d925e660a49c0c0e961ecbacb74ba3.webp) **create** ![](https://file.jishuzhan.net/article/1744514262870528002/d47c1be5368d5feffe60d3352723c3bc.webp) **安装域完成** ![](https://file.jishuzhan.net/article/1744514262870528002/9356327bc20f3ccebe0270efaaa2f425.webp) ### **8.** **启动** **weblogic** **中间件** **添加密码文件** **生成** **servers** **目录** 通过cd /weblogic/Middleware/user_projects/domains/\<域名称\>/bin ./startWeblogic启动过控制台以后,输入weblogic的用户和密码,就会生成servers目录,关闭后添加密码配置文件 ![](https://file.jishuzhan.net/article/1744514262870528002/727cacae60bca1cf9c8a31d507c87940.webp) **创建密码配置文件** cd /weblogic/Middleware/user_projects/domains/\<域名称\>/servers/AdminServer mkdir security cd security vi boot.properties username=weblogic password=weblogic#123 **免密启动** 安装成功后,启动控制台 cd /weblogic/Middleware/user_projects/domains/\<域名称\>/bin nohup ./startWebLogic.sh \& 观察后台日志输出为RUNNING MODE 表示启动成功 tail -100f nohup.out ![](https://file.jishuzhan.net/article/1744514262870528002/0de99de00c1766bef114105ca0cb9383.webp) 控制台界面网址为 [http://192.168.30.85:7001/console](http://172.16.10.55:7001/console "http://192.168.30.85:7001/console") 控制台用户 weblogic/weblogic#123

相关推荐
数据智能老司机13 小时前
CockroachDB权威指南——CockroachDB SQL
数据库·分布式·架构
数据智能老司机14 小时前
CockroachDB权威指南——开始使用
数据库·分布式·架构
松果猿14 小时前
空间数据库学习(二)—— PostgreSQL数据库的备份转储和导入恢复
数据库
无名之逆14 小时前
Rust 开发提效神器:lombok-macros 宏库
服务器·开发语言·前端·数据库·后端·python·rust
s91236010114 小时前
rust 同时处理多个异步任务
java·数据库·rust
数据智能老司机14 小时前
CockroachDB权威指南——CockroachDB 架构
数据库·分布式·架构
hzulwy15 小时前
Redis常用的数据结构及其使用场景
数据库·redis
程序猿熊跃晖15 小时前
解决 MyBatis-Plus 中 `update.setProcInsId(null)` 不生效的问题
数据库·tomcat·mybatis
Three~stone16 小时前
MySQL学习集--DDL
数据库·sql·学习
Qi妙代码16 小时前
MYSQL基础
数据库·mysql·oracle