概述
为了很好的为我们的应用程序服务,有必要设置weblogic运行时候的字符集。
注意
不要在windows下填写好在上传到UNIX机器上,以免出现问题。最好是用vi编辑。
脚本位置
脚本位置是:/weblogic/MiddleWare/user_projects/domains/base_domain/bin下的
startAdmin.sh、 startMS1.sh、startMS2.sh、startMS3.sh、startMS4.sh 、startProxy.sh这几个脚本中都要添加。
添加内容
export LANG="zh_CN.hp15CN"
JAVA_OPTIONS="-Dfile.encoding=GBK -Dsun.jnu.encoding=GBK -Duser.timezone=Asia/Shanghai -Djava.awt.headless=true"
export JAVA_OPTIONS
例如:
USER_MEM_ARGS="-Xms3072m -Xmx3072m -XX:PermSize=256m -XX:MaxPermSize=512m"
export USER_MEM_ARGS
export LANG="zh_CN.hp15CN"
JAVA_OPTIONS="-Dfile.encoding=GBK -Dsun.jnu.encoding=GBK -Duser.timezone=Asia/Shanghai -Djava.awt.headless=true"
export JAVA_OPTIONS
nohup sh startManagedWebLogic.sh Managed1 http://128.1.190.23:7003 >>./Managed1.out &
验证添加是否添加成功
添加后重启weblogic所有节点。然后在shell中执行下面红色命令,然后回车。看看是否有下面黄色部分的显示,就可以啦。
crsapp1#[/weblogic/] ps -ex|grep AdminServer
1758 pts/6 0:00 grep AdminServer
28798 pts/6 2:23 /opt/java1.5/bin/IA64N/java -server -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Dfile.encoding=GBK -Dsun.jnu.encoding=GBK -Duser.timezone=Asia/Shanghai -Djava.awt.headless=true -da -Dplatform.home=/weblogic/MiddleWare/wlserver_10.0 -Dwls.home=/weblogic/MiddleWare/wlserver_10.0/server -Dweblogic.home=/weblogic/MiddleWare/wlserver_10.0/server -Dwli.home= -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/weblogic/MiddleWare/patch_wls1002/profiles/default/sysext_manifest_classpath:/weblogic/MiddleWare/patch_cie640/profiles/default/sysext_manifest_classpath -Dweblogic.security.providers.authentication.LDAPDelegatePoolSize=50 -Dweblogic.Name=AdminServer -Djava.security.policy=/weblogic/MiddleWare/wlserver_10.0/server/lib/weblogic.policy weblogic.Server