Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

第 187 章 IBM WebSphere

目录

187.1. WebSphere Commerce Engerprise 7.0
187.2. UpdateInstaller (AppServer, Plugins, IBMIHS)
187.2.1. WAS
187.2.2. Plugins
187.2.3. IHS
187.2.4. backup
187.3. UpdateInstaller (CommerceServer70)
187.4. WebSphere Commerce Engerprise 7.0 Feature Pack 2.iso
187.5. creating a WebSphere Commerce instance
187.6. enableFeature
187.6.1. foundation
187.6.2. management-center
187.6.3. store-enhancements
187.6.4. checkEnablementStatus
187.6.5. check version
187.7. Start IBMIHS and AppServer
187.7.1. IBMIHS
187.7.2. AppServer
187.7.3. Starting and stopping the WebSphere Commerce Information Center
187.7.4. 管理入口
187.8. Initialization store

187.1. WebSphere Commerce Engerprise 7.0

设置语言

# locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
		

我使用英文UTF-8,如需更改使用下面命令

		
LANG=xx_XX
export LANG

LC_ALL=xx_XX
export LC_ALL

echo $LANG
		
		

/etc/profile

		
export TMP=/tmp
export TMPDIR=/tmp
export ORACLE_BASE=/opt/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0.1/client
export PATH=$ORACLE_HOME/bin:$PATH

export JAVA_HOME=/opt/IBM/WebSphere/AppServer/java
export CLASSPATH=$JAVA_HOME/lib:$JAVA_HOME/jre/lib:$CLASSPATH
export PATH=$PATH:$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$HOMR/bin
		
		

/etc/hosts

		

echo "127.0.0.1    wcs.example.com" >> /etc/hosts

hostname wcs.example.com

# grep HOSTNAME  /etc/sysconfig/network
HOSTNAME=wcs.example.com
		
		

创建一个非root用户

		
adduser wcuser
echo "wcuser:passw0rd" | chpasswd
		
		

		
yum install -y compat-db libXp rpm-build elfutils elfutils-libs
./setup.sh
		
		

安装依赖软件,后Back在Next一次

		
rpm -ivh libXp-1.0.0-8.1.el5.i386.rpm libXp-1.0.0-8.1.el5.x86_64.rpm
# rpm -ivh compat-db*
Preparing...                ########################################### [100%]
   1:compat-db              ########################################### [ 50%]
   2:compat-db              ########################################### [100%]
		
		

忽略提示下一步