Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

第 186 章 IBM WebSphere

目录

186.1. WebSphere Commerce Engerprise 7.0
186.2. UpdateInstaller (AppServer, Plugins, IBMIHS)
186.2.1. WAS
186.2.2. Plugins
186.2.3. IHS
186.2.4. backup
186.3. UpdateInstaller (CommerceServer70)
186.4. WebSphere Commerce Engerprise 7.0 Feature Pack 2.iso
186.5. creating a WebSphere Commerce instance
186.6. enableFeature
186.6.1. foundation
186.6.2. management-center
186.6.3. store-enhancements
186.6.4. checkEnablementStatus
186.6.5. check version
186.7. Start IBMIHS and AppServer
186.7.1. IBMIHS
186.7.2. AppServer
186.7.3. Starting and stopping the WebSphere Commerce Information Center
186.7.4. 管理入口
186.8. Initialization store

186.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%]
		
		

忽略提示下一步