设为首页 收藏本站
查看: 1005|回复: 0

[经验分享] Linux下安装weblogic9.2

[复制链接]

尚未签到

发表于 2016-2-1 15:00:44 | 显示全部楼层 |阅读模式
Linux下安装weblogic9.2

1、准备文件
下载地址
http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html

得到文件
server923_linux32.bin

2、新增用户和组
新建组
groupadd weblogic
新建用户
useradd -g weblogic -G weblogic -d /usr/local/bea weblogic
设置密码
passwd weblogic

3、安装weblogic
切换用户
su weblogic

切换到文件目录
cd /usr/tmp

赋予权限
chmod a+x ./server910_linux32.bin
//给可执行权限以便于安装
./server910_linux32.bin -mode=console
//开始安装

按照操作提示一步一步向下

安装完成

3、配置weblogic
配置domain

命令
/usr/local/bea/weblogic92/common/bin/config.sh

一步一步操作,建立domain完成

4、配置发布
修改设置文件/usr/local/bea/user_projects/domains/kiko9/bin/setDomainEnv.sh
JAVA_OPTIONS="${JAVA_OPTIONS} -Ddefault.client.encoding=UTF-8 -Dfile.encoding=UTF-8 -Duser.language=zh -Duser.region=CN"

CLASSPATH="${CLASSPATH}:${LONG_DOMAIN_HOME}/config"

准备war包和配置文件
拷贝properties配置文件到 /usr/local/bea/user_projects/domains/kiko9/config

启动weblogic
/usr/local/bea/user_projects/domains/kiko9/bin/startWebLogic.sh
停止weblogic
/usr/local/bea/user_projects/domains/kiko9/bin/stopWebLogic.sh

登陆weblogic的console页面发布war包

发布启动后报错,错误如下:
org.springframework.beans.NotWritablePropertyException: Invalid property 'mappingLocations' of bean class [org.springframework.orm.ibatis.SqlMapClientFactoryBean]: Bean property 'mappingLocations' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?

在weblogic加载classpath时,先加载spring和ibatis的配置文件

lib位置一:
/usr/local/bea/user_projects/domains/kiko9/config/lib
vi readme.txt
This directory holds jar files that are added to the system classpath of the server,
when the server?s Java virtual machine starts.

lib位置二:
/usr/local/bea/user_projects/domains/kiko9/lib
vi readme.txt
This is the domain library directory and is usually located at $DOMAIN_DIR/lib.

The jars located in this directory will be picked up and added dynamically to the end of the server classpath at server startup. The jars will be ordered lexically in the classpath. The domain library directory is one mechanism that can be used for adding application libraries to the server classpath.

It is possible to override the $DOMAIN_DIR/lib directory using the -Dweblogic.ext.dirs system property during startup. This property specifies a list of directories to pick up jars from and dynamically append to the end of the server classpath using java.io.File.pathSeparator as the delimiter between path entries.

拷贝JAR包到lib位置二
/usr/local/bea/user_projects/domains/kiko9/lib

拷贝如下jar包:
2008-12-16 15:32         1,545,023 aspectjweaver.jar
2008-12-16 15:32            21,950 commons-logging-1.0.jar
2008-12-16 15:32           384,363 ibatis-2.3.4.726.jar
2008-12-16 15:32           391,834 log4j-1.2.15.jar
2008-12-16 15:32           133,575 oscache-2.4.1.jar
2008-12-26 20:42           353,444 quartz-1.5.1.jar
2008-12-16 15:32         2,949,500 spring-2.5.6.jar

再次启动,应用成功启动

注释:其实启动错误也不关weblogic的事情,同事查出来是自己的war里面打的lib有冲突,删除了里面的冲突就好了
应为已经有两个spring-2.5.6.jar
所以删除以下两个jar
spring-core-2.5.6
spring-ibatis-2.0.8

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-172458-1-1.html 上篇帖子: linux中通过VNC创建weblogic域 下篇帖子: weblogic9.2在Linux上安装方法
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表